summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-30 23:08:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-30 23:08:46 +0000
commit96d6082aedb303a830c5ec6e81be21edc43cde3e (patch)
treed6e6c0bf37e710c8faf58a474a9dd3145df591c6 /nuttx/include/nuttx/usb/usbhost.h
parent6c576a9a79a65b64ea94d743beb3d008ee004092 (diff)
downloadnuttx-96d6082aedb303a830c5ec6e81be21edc43cde3e.tar.gz
nuttx-96d6082aedb303a830c5ec6e81be21edc43cde3e.tar.bz2
nuttx-96d6082aedb303a830c5ec6e81be21edc43cde3e.zip
Handling missing RHSC interrupt
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3223 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index 18753e1b8..b1c211cc4 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -444,7 +444,7 @@ struct usbhost_class_s
struct usbhost_epdesc_s;
struct usbhost_driver_s
{
- /* Wait for a device to connect or disconnect. */
+ /* Wait for a device to connect or disconnect (see CONFIG_USBHOST_HAVERHSC). */
int (*wait)(FAR struct usbhost_driver_s *drvr, bool connected);