From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [RFC PATCH V2 5/6] USB: set MAXINTERFACES=16, so Toshiba AC100 works correctly
Date: Fri, 28 Oct 2011 17:24:12 +0400 [thread overview]
Message-ID: <1319808253-16693-6-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1319808253-16693-1-git-send-email-antonynpavlov@gmail.com>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
include/usb/usb.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/usb/usb.h b/include/usb/usb.h
index 08fd1a1..f1aad21 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.7
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2011-10-28 13:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-28 13:24 [RFC PATCH V2 0/6] ARM: initial Tegra support Antony Pavlov
2011-10-28 13:24 ` [RFC PATCH V2 1/6] " Antony Pavlov
2011-10-28 13:24 ` [RFC PATCH V2 2/6] dirty hack, fixme: disable mmu_cache_flush in arch/arm/cpu/start.c for Tegra Antony Pavlov
2011-10-28 13:24 ` [RFC PATCH V2 3/6] ARM: Tegra: add Toshiba AC100 support Antony Pavlov
2011-10-28 13:24 ` [RFC PATCH V2 4/6] toshiba-ac100: add USB host support Antony Pavlov
2011-10-28 13:24 ` Antony Pavlov [this message]
2011-10-28 13:24 ` [RFC PATCH V2 6/6] add toshiba_ac100_defconfig Antony Pavlov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1319808253-16693-6-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox