aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/Changelog.txt
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-10-20 13:18:39 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-10-20 13:18:39 +0000
commitaacf677a758f61f273ab8dff5c8a6a92eee4404a (patch)
treec5598e6b6d5a887f1d08f31a5ff930a1f058e8be /usbdrv/Changelog.txt
parent232152349a0a601dd67581850fd08e108867d250 (diff)
downloadv-usb-aacf677a758f61f273ab8dff5c8a6a92eee4404a.tar.gz
v-usb-aacf677a758f61f273ab8dff5c8a6a92eee4404a.tar.bz2
v-usb-aacf677a758f61f273ab8dff5c8a6a92eee4404a.zip
- use timeout in waitForJ
Diffstat (limited to 'usbdrv/Changelog.txt')
-rw-r--r--usbdrv/Changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index 339bca6..9d6844d 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -248,3 +248,4 @@ Scroll down to the bottom to see the most recent changes.
This accounts for the higher clock rates we now support.
- Added a module for 12.8 MHz RC oscillator with PLL in receiver loop.
- Added hook to SOF code so that oscillator can be tuned to USB frame clock.
+ - Added timeout to waitForJ loop. Helps preventing unexpected hangs.