aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv
diff options
context:
space:
mode:
Diffstat (limited to 'usbdrv')
-rw-r--r--usbdrv/Changelog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index 663afdd..e52d3ef 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -221,3 +221,10 @@ Scroll down to the bottom to see the most recent changes.
- Restructured AVR-USB as separate package, not part of PowerSwitch any more.
* Release 2008-04-18
+
+ - Restructured usbdrv.c so that it is easier to read and understand
+ - Better code optimization with gcc 4
+ - If a second interrupt in endpoint is enabled, also add it to config
+ descriptor.
+ - Added config option for long transfers (above 254 bytes), see
+ USB_CFG_LONG_TRANSFERS in usbconfig.h.