[PATCH v20120528 3/5] usb: set MAXINTERFACES = 16
Antony Pavlov
antonynpavlov at gmail.com
Mon May 28 04:12:34 EDT 2012
Tegra2 needs MAXINTERFACES > 8, so increase the macro's value.
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
include/usb/usb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/usb/usb.h b/include/usb/usb.h
index a61a008..296e4e8 100644
--- a/include/usb/usb.h
+++ b/include/usb/usb.h
@@ -38,7 +38,7 @@
#define USB_MAX_DEVICE 32
#define USB_MAXCONFIG 8
-#define USB_MAXINTERFACES 8
+#define USB_MAXINTERFACES 16
#define USB_MAXENDPOINTS 16
#define USB_MAXCHILDREN 8 /* This is arbitrary */
#define USB_MAX_HUB 16
--
1.7.10
More information about the barebox
mailing list