summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-30 00:26:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-30 00:26:35 +0000
commit3e32a2d288d69de5fe9c3138b1b516e3f9b16d76 (patch)
treea5d14f22e1e22926cb63b15f48d26c9da62ff29e /nuttx/TODO
parentc058a350b45a55781747bf66bd45c04440d87853 (diff)
downloadpx4-nuttx-3e32a2d288d69de5fe9c3138b1b516e3f9b16d76.tar.gz
px4-nuttx-3e32a2d288d69de5fe9c3138b1b516e3f9b16d76.tar.bz2
px4-nuttx-3e32a2d288d69de5fe9c3138b1b516e3f9b16d76.zip
clarify
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1104 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index f4a30b4e3..0d1a2138d 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -208,8 +208,9 @@ o USB (drivers/usbdev)
Description: The USB bulk storage class driver configuration (examples/usbstorage)
does not work reliably when debug is disabled (CONFIG_DEBUG+CONFIG_DEBUG_VERBOSE
- +CONFIG_DEBUG_USB). Race conditions are suspected (probably in the NXP LPC214x
- USB controller driver).
+ +CONFIG_DEBUG_USB) on WinXP (Linux appears to be fine). A race condition would
+ would be a possibility. The symptom is that that WinXP sends a MODE SENSE (6)
+ command with an unsupported mode page (0x1c/0x00)
Status: Open
Priority: High
@@ -369,8 +370,9 @@ o ARM/LPC214x (arch/arm/src/lpc214x/)
Description: The USB bulk storage class driver configuration (examples/usbstorage)
does not work reliably when debug is disabled (CONFIG_DEBUG+CONFIG_DEBUG_VERBOSE
- +CONFIG_DEBUG_USB). Race conditions are suspected (probably in the NXP LPC214x
- USB controller driver).
+ +CONFIG_DEBUG_USB) on WinXP (Linux appears to be fine). A race condition would
+ would be a possibility. The symptom is that that WinXP sends a MODE SENSE (6)
+ command with an unsupported mode page (0x1c/0x00)
Status: Open
Priority: High