hal/hald/linux2 classdev.c,1.25,1.26
David Zeuthen
david at freedesktop.org
Tue Mar 29 12:25:15 PST 2005
Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv29237/hald/linux2
Modified Files:
classdev.c
Log Message:
2005-03-29 David Zeuthen <davidz at redhat.com>
* fdi/information/10freedesktop/10-usb-pda.fdi: New file to
match all PDA's - right now it only got a single entry
Index: classdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/classdev.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- classdev.c 22 Mar 2005 18:43:18 -0000 1.25
+++ classdev.c 29 Mar 2005 20:25:13 -0000 1.26
@@ -570,7 +570,6 @@
hal_device_property_set_string (d, "serial.type", "platform");
hal_device_property_set_string (d, "info.product",
hal_device_property_get_string (physdev, "info.product"));
-
} else if (sscanf (last_elem, "ttyUSB%d", &portnum) == 1) {
HalDevice *usbdev;
@@ -603,8 +602,6 @@
hal_device_property_set_string (d, "info.product", "Serial Port");
}
-
-
/* TODO: run prober to see if there actually is a physical
* serial port if possible (on my T41, the kernel
* exports ttyS0 but there is no real port on the
More information about the hal-commit
mailing list