aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/Changelog.txt
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-07-01 15:43:21 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-07-01 15:43:21 +0000
commit733dc58a94ac06d124adcd6cbf11a3c97caf10da (patch)
tree5bebb00a301a334e83b364f49acface6a1380f48 /usbdrv/Changelog.txt
parent5280c7cda766ba100065de82407e8414d13e8e9f (diff)
downloadv-usb-733dc58a94ac06d124adcd6cbf11a3c97caf10da.tar.gz
v-usb-733dc58a94ac06d124adcd6cbf11a3c97caf10da.tar.bz2
v-usb-733dc58a94ac06d124adcd6cbf11a3c97caf10da.zip
- Fixed bug in long transfer configuration
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 6a1348a..6040739 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -239,3 +239,5 @@ Scroll down to the bottom to see the most recent changes.
- Added usbconfig.h option "USB_CFG_CHECK_DATA_TOGGLING".
- New header "usbportability.h" prepares ports to other development
environments.
+ - Long transfers (above 254 bytes) did not work when usbFunctionRead() was
+ used to supply the data. Fixed this bug. [Thanks to Alexander Neumann!]