diff options
author | David Zeuthen <david@fubar.dk> | 2004-01-12 23:30:36 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-01-12 23:30:36 +0000 |
commit | 744cd4c190f6fcb751a760ee4ae6278872f73d9d (patch) | |
tree | 6316e3f301b38dcede2a324cc8c48af878733cab /ChangeLog | |
parent | b444fb2b1c9b3081496559ab519549b52fd59498 (diff) |
add i2c_adapter
add support for i2c-adapter (visit_device): add support for i2c and
i2c-adapter (handle_hotplug): hotplug support for i2c and i2c-adapter
Add linux_class_i2c_adapter.[ch]
new files
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-01-13 Matthew Mastracci <matt@aclaro.com> + + * tools/device-manager/Const.py.in (BUS_NAMES): add i2c_adapter + + * hald/linux/linux_osspec.c (visit_class_device): add support for + i2c-adapter + (visit_device): add support for i2c and i2c-adapter + (handle_hotplug): hotplug support for i2c and i2c-adapter + + * hald/Makefile.am (hald_SOURCES): Add linux_class_i2c_adapter.[ch] + + * hald/linux/linux_class_i2c_adapter.[ch]: new files + 2004-01-12 David Zeuthen <david@fubar.dk> * hald/linux/linux_class_block.c |