From 15313b44ba8f8e4d185c9953c81d40307e202836 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Tue, 16 Sep 2008 09:59:30 +0000 Subject: - longer delay for RESET detection accounts for higher clock rates --- usbdrv/Changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usbdrv/Changelog.txt') diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt index 8b657bb..7674ebc 100644 --- a/usbdrv/Changelog.txt +++ b/usbdrv/Changelog.txt @@ -243,4 +243,6 @@ Scroll down to the bottom to see the most recent changes. used to supply the data. Fixed this bug. [Thanks to Alexander Neumann!] - In hiddata.c (example code for sending/receiving data over HID), use USB_RECIP_DEVICE instead of USB_RECIP_INTERFACE for control transfers so - that we need not claim the interface. + that we need not claim the interface. + - in usbPoll() loop 20 times polling for RESET state instead of 10 times. + This accounts for the higher clock rates we now support. -- cgit v1.2.3