commit | 501ba4d2f9cae2d1e2700e22d1ad7718cbe439ed | [log] [tgz] |
---|---|---|
author | Linus Walleij <triad@df.lth.se> | Mon Oct 16 06:17:04 2006 +0000 |
committer | Linus Walleij <triad@df.lth.se> | Mon Oct 16 06:17:04 2006 +0000 |
tree | 9eca70586b0445b219305b678d02c77ee8062d75 | |
parent | 2a9d2f035166a72c33786e17be16aa2de0a2cd01 [diff] [blame] |
Unload kernel driver etc.
diff --git a/ChangeLog b/ChangeLog index 5c885a3..5b5e4e4 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,10 @@ +2006-10-16 Linus Walleij <triad@df.lth.se> + + * configure.ac: bump to 0.0.21. + * src/libusb-glue.c: add code to unload a kernel driver for + the primary interface if it is already in use under Linux. + * src/libusb-glue.h: add a device flag to make this possible. + 2006-10-11 Linus Walleij <triad@df.lth.se> * examples/delfile.c: patch from Chris Debenham