aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/Changelog.txt
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-06-09 12:03:06 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-06-09 12:03:06 +0000
commit72d295266837d4af7e67b3ffc5d0eed335438b13 (patch)
treeaab984da2261ad5c50382b424e882f3e7d238d19 /usbdrv/Changelog.txt
parent24cb7a6f490d7f8d30336bee2a946a13db3dd913 (diff)
downloadv-usb-72d295266837d4af7e67b3ffc5d0eed335438b13.tar.gz
v-usb-72d295266837d4af7e67b3ffc5d0eed335438b13.tar.bz2
v-usb-72d295266837d4af7e67b3ffc5d0eed335438b13.zip
- documented changes
Diffstat (limited to 'usbdrv/Changelog.txt')
-rw-r--r--usbdrv/Changelog.txt5
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.