diff options
| author | Christian Starkjohann <cs+github@obdev.at> | 2012-01-09 01:07:48 +0100 | 
|---|---|---|
| committer | Christian Starkjohann <cs+github@obdev.at> | 2012-01-09 01:07:48 +0100 | 
| commit | efe2bc16d529637bce8154211666195441c19db4 (patch) | |
| tree | 4fcbbfdc59f815d3c2d0fe93759ea5137ec4c3b5 | |
| parent | db39f11b3f8462ad17d6cdb50cb9b1be9b8c05ca (diff) | |
| download | v-usb-efe2bc16d529637bce8154211666195441c19db4.tar.gz v-usb-efe2bc16d529637bce8154211666195441c19db4.tar.bz2 v-usb-efe2bc16d529637bce8154211666195441c19db4.zip  | |
Improved change description in Changelog.txt
| -rw-r--r-- | usbdrv/Changelog.txt | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt index 60d089b..0d29555 100644 --- a/usbdrv/Changelog.txt +++ b/usbdrv/Changelog.txt @@ -311,6 +311,7 @@ Scroll down to the bottom to see the most recent changes.      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. +  - Fixed wrong hex value for 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. +    in USB 1.1 any more. Set it to 0. This is for backward compatibility. +  | 
