hal/hald/linux2 classdev.c,1.13,1.14
David Zeuthen
david at freedesktop.org
Tue Feb 22 12:51:32 PST 2005
Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv19354/hald/linux2
Modified Files:
classdev.c
Log Message:
2005-02-22 David Zeuthen <davidz at redhat.com>
* hald/linux2/classdev.c (usbclass_add): Also set
printer.physical_device
Index: classdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/classdev.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- classdev.c 22 Feb 2005 20:18:04 -0000 1.13
+++ classdev.c 22 Feb 2005 20:51:30 -0000 1.14
@@ -393,6 +393,8 @@
hal_device_property_set_string (d, "info.product", "Printer");
hal_device_property_set_string (d, "printer.device", device_file);
+
+ hal_device_property_set_string (d, "printer.physical_device", physdev->udi);
}
out:
More information about the hal-commit
mailing list