hal ChangeLog,1.278,1.279
David Zeuthen
david at freedesktop.org
Wed Sep 1 10:39:00 PDT 2004
- Previous message: hal/hald/linux common.c, 1.13, 1.14 common.h, 1.9,
1.10 ieee1394_node_class_device.c, 1.5, 1.6 net_class_device.c,
1.16, 1.17
- Next message: hal/hald device.c, 1.8, 1.9 device.h, 1.7, 1.8 device_info.c, 1.11,
1.12 hald_dbus.c, 1.8, 1.9 property.c, 1.6, 1.7 property.h,
1.4, 1.5 pstore.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv13914
Modified Files:
ChangeLog
Log Message:
2004-09-01 David Zeuthen <david at fubar.dk>
Patch from Jon Lech Johansen <jon at nanocrew.net>. Add support for
properties of 64-bit unsigned integers. Right now this is not used
as the D-BUS python bindings needs a patch.
* hald/device.c: (hal_device_merge_with_rewrite),
(hal_device_merge), (hal_device_matches),
(hal_device_property_get_uint64), (hal_device_property_set_uint64),
(hal_device_print):
* hald/device.h:
* hald/device_info.c: (handle_match), (handle_merge), (end):
* hald/hald_dbus.c: (foreach_property_append),
(device_get_property), (device_set_property):
* hald/linux/common.c: (parse_hex_uint64):
* hald/linux/common.h:
* hald/linux/ieee1394_node_class_device.c:
(ieee1394_node_class_pre_process):
* hald/linux/net_class_device.c: (net_class_pre_process):
* hald/property.c: (hal_property_new_uint64),
(hal_property_get_uint64), (hal_property_to_string),
(hal_property_set_uint64):
* hald/property.h:
* hald/pstore.c: (hal_pstore_save_property),
(hal_pstore_load_property):
* libhal/libhal.c: (hal_device_get_all_properties),
(hal_psi_get_uint64), (hal_device_get_property_uint64),
(hal_device_set_property_helper), (hal_device_set_property_string),
(hal_device_set_property_int), (hal_device_set_property_uint64),
(hal_device_set_property_double), (hal_device_set_property_bool),
(hal_device_remove_property), (hal_device_print):
* libhal/libhal.h:
* tools/device-manager/DeviceManager.py:
* tools/hal_get_property.c: (main):
* tools/hal_set_property.c: (usage), (main):
* tools/lshal.c: (dump_devices), (print_property):
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- ChangeLog 31 Aug 2004 23:40:21 -0000 1.278
+++ ChangeLog 1 Sep 2004 17:38:56 -0000 1.279
@@ -1,5 +1,42 @@
2004-09-01 David Zeuthen <david at fubar.dk>
+ Patch from Jon Lech Johansen <jon at nanocrew.net>. Add support for
+ properties of 64-bit unsigned integers. Right now this is not used
+ as the D-BUS python bindings needs a patch.
+
+ * hald/device.c: (hal_device_merge_with_rewrite),
+ (hal_device_merge), (hal_device_matches),
+ (hal_device_property_get_uint64), (hal_device_property_set_uint64),
+ (hal_device_print):
+ * hald/device.h:
+ * hald/device_info.c: (handle_match), (handle_merge), (end):
+ * hald/hald_dbus.c: (foreach_property_append),
+ (device_get_property), (device_set_property):
+ * hald/linux/common.c: (parse_hex_uint64):
+ * hald/linux/common.h:
+ * hald/linux/ieee1394_node_class_device.c:
+ (ieee1394_node_class_pre_process):
+ * hald/linux/net_class_device.c: (net_class_pre_process):
+ * hald/property.c: (hal_property_new_uint64),
+ (hal_property_get_uint64), (hal_property_to_string),
+ (hal_property_set_uint64):
+ * hald/property.h:
+ * hald/pstore.c: (hal_pstore_save_property),
+ (hal_pstore_load_property):
+ * libhal/libhal.c: (hal_device_get_all_properties),
+ (hal_psi_get_uint64), (hal_device_get_property_uint64),
+ (hal_device_set_property_helper), (hal_device_set_property_string),
+ (hal_device_set_property_int), (hal_device_set_property_uint64),
+ (hal_device_set_property_double), (hal_device_set_property_bool),
+ (hal_device_remove_property), (hal_device_print):
+ * libhal/libhal.h:
+ * tools/device-manager/DeviceManager.py:
+ * tools/hal_get_property.c: (main):
+ * tools/hal_set_property.c: (usage), (main):
+ * tools/lshal.c: (dump_devices), (print_property):
+
+2004-09-01 David Zeuthen <david at fubar.dk>
+
* tools/fstab-sync.c (fs_table_line_is_mounted): New function
(fs_table_remove_generated_entries): Don't remove generated entries
that are in use (e.g device mounted at path). Fixes problem with
- Previous message: hal/hald/linux common.c, 1.13, 1.14 common.h, 1.9,
1.10 ieee1394_node_class_device.c, 1.5, 1.6 net_class_device.c,
1.16, 1.17
- Next message: hal/hald device.c, 1.8, 1.9 device.h, 1.7, 1.8 device_info.c, 1.11,
1.12 hald_dbus.c, 1.8, 1.9 property.c, 1.6, 1.7 property.h,
1.4, 1.5 pstore.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list