diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-08 00:36:33 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:37:04 -0700 |
commit | d1f382f026ce03b9f2ef9111bacd821cbb33f743 (patch) | |
tree | 0e775c997e430298989477a24ea3cd7ba96d2360 /ChangeLog | |
parent | 2cb3973610958ea3991e3be8e6848060069ca458 (diff) |
[PATCH] 034 releaseudev/v034
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Summary of changes from v033 to v034 +============================================ + +Kay Sievers: + o wait_for_sysfs bluetooth class update + +Greg Kroah-Hartman: + o add comment in wait_for_sysfs to explain the structure better + o Revert previous dev_d.c change, it's not what is causing HAL problems + o hm, somethings odd with DEVPATH, see if this fixes it + o 33_bk mark for the makefile + o wait_for_sysfs: clean up the logic for the list of devices that we do not expect device symlinks for + o get rid of annoying extra lines in the syslog for some libsysfs debug messages + o added support for i2c devices in wait_for_sysfs.c + o add support for i2c-adapter devices to wait_for_sysfs.c + Summary of changes from v032 to v033 ============================================ |