hal ChangeLog,1.452,1.453
David Zeuthen
david at freedesktop.org
Wed Mar 2 11:19:14 PST 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv21926
Modified Files:
ChangeLog
Log Message:
2005-03-02 David Zeuthen <davidz at redhat.com>
* tools/device-manager/DeviceManager.py: Move some things around
only to discover that D-BUS python bindings need fixing to actually
push signals we subscribe to without giving the path...
* tools/lshal.c (device_condition): Fix this function so it works
after the DeviceCondition format changes earlier
* libhal/libhal.h: Export prototype for libhal_device_emit_condition
* libhal/libhal.c (libhal_device_emit_condition): New function
* hald/linux2/addons/addon-storage.c (main): Fix that we should
be verbose
* hald/linux2/addons/addon-acpi.c (read_line): Rewrite this
to not malloc all over the place
(main): Try two places for ACPI events. Rework parsing of events
and send out DeviceConditions where appropriate
* hald/hald_dbus.c (device_emit_condition): New function
(hald_dbus_filter_function): Handle EmitCondition
2005-03-01 Richard Hughes <richard at hughsie.com>
* hald/linux2/addons/addon-acpi.c (main): Call
libhal_device_rescan for each ACPI event.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- ChangeLog 1 Mar 2005 20:49:49 -0000 1.452
+++ ChangeLog 2 Mar 2005 19:19:12 -0000 1.453
@@ -1,3 +1,32 @@
+2005-03-02 David Zeuthen <davidz at redhat.com>
+
+ * tools/device-manager/DeviceManager.py: Move some things around
+ only to discover that D-BUS python bindings need fixing to actually
+ push signals we subscribe to without giving the path...
+
+ * tools/lshal.c (device_condition): Fix this function so it works
+ after the DeviceCondition format changes earlier
+
+ * libhal/libhal.h: Export prototype for libhal_device_emit_condition
+
+ * libhal/libhal.c (libhal_device_emit_condition): New function
+
+ * hald/linux2/addons/addon-storage.c (main): Fix that we should
+ be verbose
+
+ * hald/linux2/addons/addon-acpi.c (read_line): Rewrite this
+ to not malloc all over the place
+ (main): Try two places for ACPI events. Rework parsing of events
+ and send out DeviceConditions where appropriate
+
+ * hald/hald_dbus.c (device_emit_condition): New function
+ (hald_dbus_filter_function): Handle EmitCondition
+
+2005-03-01 Richard Hughes <richard at hughsie.com>
+
+ * hald/linux2/addons/addon-acpi.c (main): Call
+ libhal_device_rescan for each ACPI event.
+
2005-02-28 Richard Hughes <richard at hughsie.com>
* doc/spec/hal-spec.xml.in: Added ALSA namespace
More information about the hal-commit
mailing list