aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/Changelog.txt
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-08-22 10:27:24 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-08-22 10:27:24 +0000
commit0d95c64b47fd66bfd6ef4a9e618b30711c12182f (patch)
tree73ba51e6fbd88d8b1fe616967c00449787924b24 /usbdrv/Changelog.txt
parent36da169453b7d716fb63dc804c9853956981c64f (diff)
downloadv-usb-0d95c64b47fd66bfd6ef4a9e618b30711c12182f.tar.gz
v-usb-0d95c64b47fd66bfd6ef4a9e618b30711c12182f.tar.bz2
v-usb-0d95c64b47fd66bfd6ef4a9e618b30711c12182f.zip
- fixed bmAttributes in configuration descriptor
Diffstat (limited to 'usbdrv/Changelog.txt')
-rw-r--r--usbdrv/Changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index 6e2397d..496a1c0 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -290,3 +290,5 @@ Scroll down to the bottom to see the most recent changes.
receiver was out of sync.
- Included option for faster CRC routine.
Thanks to Slawomir Fras (BoskiDialer) for this code!
+ - Updated bits in Configuration Descriptor's bmAttributes according to
+ USB 1.1 (in particular bit 7, it is a must-be-set bit now).