diff options
| author | Christian Starkjohann <cs+github@obdev.at> | 2012-01-08 20:08:53 +0000 | 
|---|---|---|
| committer | Christian Starkjohann <cs+github@obdev.at> | 2012-01-08 20:08:53 +0000 | 
| commit | c742affc7e2b35f02eef2af7607490cd9fbb002f (patch) | |
| tree | 3359011f4b2b46401246c7c0e667ad1ce2a6699e | |
| parent | e3eee9f10132b7d16ad9b58babf0d2b64a15faf2 (diff) | |
| download | v-usb-c742affc7e2b35f02eef2af7607490cd9fbb002f.tar.gz v-usb-c742affc7e2b35f02eef2af7607490cd9fbb002f.tar.bz2 v-usb-c742affc7e2b35f02eef2af7607490cd9fbb002f.zip  | |
- documented changes
| -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 8eb2d96..60d089b 100644 --- a/usbdrv/Changelog.txt +++ b/usbdrv/Changelog.txt @@ -307,5 +307,10 @@ Scroll down to the bottom to see the most recent changes.  * Release 2010-07-15 +  - Fixed bug in usbDriverSetup() which prevented descriptor sizes above 255 +    bytes. +  - Avoid a compiler warning for unused parameter in usbHandleResetHook() when +    compiler option -Wextra is enabled. +  - Fixed hex conversion of some IDs in USB-IDs-for-free.txt.    - Keep a define for USBATTR_BUSPOWER, although the flag does not exist      in USB 1.1 any more. Set it to 0.  | 
