diff options
-rw-r--r-- | usbdrv/Changelog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt index 186d066..c6af6bb 100644 --- a/usbdrv/Changelog.txt +++ b/usbdrv/Changelog.txt @@ -231,3 +231,8 @@ Scroll down to the bottom to see the most recent changes. - Added 20 MHz module contributed by Jeroen Benschop. * Release 2008-05-13 + + - Fixed bug in libs-host/hiddata.c function usbhidGetReport(): length + was not incremented, pointer to length was incremented instead. + - Added code to command line tool(s) which claims an interface. This code + is disabled by default, but may be necessary on newer Linux kernels. |