summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-04 18:06:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-04 18:06:28 +0000
commit6b72e06f094fb7361284d6e138f4e33230d244b7 (patch)
treecefe57b21fa72c313089c1706e64510416789e4d /nuttx/ChangeLog
parent49d757566aca9120bc0b479b72b8aa547959ce7c (diff)
downloadnuttx-6b72e06f094fb7361284d6e138f4e33230d244b7.tar.gz
nuttx-6b72e06f094fb7361284d6e138f4e33230d244b7.tar.bz2
nuttx-6b72e06f094fb7361284d6e138f4e33230d244b7.zip
USB class drivers need to call DEV_CONNECT
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3160 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b13c6f02d..ea6caa3ea 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1390,3 +1390,7 @@
or data. This is typical, for example, in "9-bit" displays where the 9th bit
is the CMD/DATA bit. The cmddata method provides selection of command or data.
* drivers/lcd/p14201.c -- Now used the cmddata() method of the SPI interface.
+ * arch/arm/src/lpc17xx/lpc17_usbdev.c -- LPC17xx USB driver is not functional.
+ * drivers/usbdev/usbserial.c and usbstorage.c -- All USB class drivers need
+ to call DEV_CONNECT() when they are ready to be enumerated. That is,
+ (1) initially when bound to the USB driver, and (2) after a USB reset.