summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_enumerate.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-09 12:59:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-09 12:59:00 +0000
commited75882857639faaa26d47ff90aecee0b3213273 (patch)
treee61ec88d49f75e09fbc5fd44664d482fb28b8cce /nuttx/drivers/usbhost/usbhost_enumerate.c
parent500e9b7aa4aa148f86236ff64e5280e50e7ecd1e (diff)
downloadnuttx-ed75882857639faaa26d47ff90aecee0b3213273.tar.gz
nuttx-ed75882857639faaa26d47ff90aecee0b3213273.tar.bz2
nuttx-ed75882857639faaa26d47ff90aecee0b3213273.zip
RTL8187 driver update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3356 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_enumerate.c')
-rwxr-xr-xnuttx/drivers/usbhost/usbhost_enumerate.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_enumerate.c b/nuttx/drivers/usbhost/usbhost_enumerate.c
index 82c65c8bf..4c8c9c8c3 100755
--- a/nuttx/drivers/usbhost/usbhost_enumerate.c
+++ b/nuttx/drivers/usbhost/usbhost_enumerate.c
@@ -229,11 +229,6 @@ static inline int usbhost_classbind(FAR struct usbhost_driver_s *drvr,
const struct usbhost_registry_s *reg;
int ret = -EINVAL;
- if (id->base == USB_CLASS_VENDOR_SPEC)
- {
- udbg("BUG: More logic needed to extract VID and PID\n");
- }
-
/* Is there is a class implementation registered to support this device. */
reg = usbhost_findclass(id);