gnome-docker r27 - in trunk: . src



Author: hmacht
Date: Mon Feb 23 13:38:31 2009
New Revision: 27
URL: http://svn.gnome.org/viewvc/gnome-docker?rev=27&view=rev

Log:
use capability insstead of UDI and update README


Modified:
   trunk/ChangeLog
   trunk/README
   trunk/src/gd-dbus.c

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Feb 23 13:38:31 2009
@@ -8,7 +8,8 @@
 DVD/CD drives.
 
 It is meant to be well designed and to fit into the GNOME desktop. So an
-important aim for gnome-docker is to be shipped with GNOME upstream.
+important aim for gnome-docker is to be shipped with GNOME upstream. It is
+still in early development.
 
 Currently, it has the following features:
 
@@ -21,7 +22,7 @@
    save to remove the laptop"
 
 As gnome-docker forges ahead, the linux kernel has to improve and has to
-provide sensible date for userspace to make use of, like exporting which
+provide sensible data for userspace to make use of, like exporting which
 devices are inside a dock station.
 
 Requirements

Modified: trunk/src/gd-dbus.c
==============================================================================
--- trunk/src/gd-dbus.c	(original)
+++ trunk/src/gd-dbus.c	Mon Feb 23 13:38:31 2009
@@ -32,7 +32,7 @@
 {
 	char **devices;
 
-	if (liblazy_hal_find_device_by_string_match("platform.id", "dock.0", &devices)) {
+	if (liblazy_hal_find_device_by_capability("dock_station", &devices)) {
 		gd_error("Error looking for dock device");
 		return FALSE;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]