hal ChangeLog,1.490,1.491
David Zeuthen
david at freedesktop.org
Thu Mar 24 19:24:54 PST 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv13098
Modified Files:
ChangeLog
Log Message:
2005-03-24 David Zeuthen <davidz at redhat.com>
* libhal/libhal.c (filter_func): Stupid bug; checked for ctx->
device_new_capability, but should check for ctx->device_condition
* hald/linux2/physdev.c (pci_add): Even more stupid bug; somehow
the hal_util_set_driver were enclosed in an if statement, thus
rendering the next statement conditional (the one that sets
pci.product_id)
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.490
retrieving revision 1.491
diff -u -d -r1.490 -r1.491
--- ChangeLog 24 Mar 2005 01:15:31 -0000 1.490
+++ ChangeLog 25 Mar 2005 03:24:51 -0000 1.491
@@ -1,3 +1,13 @@
+2005-03-24 David Zeuthen <davidz at redhat.com>
+
+ * libhal/libhal.c (filter_func): Stupid bug; checked for ctx->
+ device_new_capability, but should check for ctx->device_condition
+
+ * hald/linux2/physdev.c (pci_add): Even more stupid bug; somehow
+ the hal_util_set_driver were enclosed in an if statement, thus
+ rendering the next statement conditional (the one that sets
+ pci.product_id)
+
2005-03-23 David Zeuthen <davidz at redhat.com>
Patch from Sergey Udaltsov <sergey.udaltsov at gmail.com>, slightly
More information about the hal-commit
mailing list