From d10f8323c5733ce446eb7048d60b67139b886dd1 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 30 Sep 2011 11:50:26 +0200 Subject: [PATCH] linux26: fixed to not refuse to enumerate external USB hubs when auto-configuring the kernel config --- base/linux26/arch/config-common.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/linux26/arch/config-common.sh b/base/linux26/arch/config-common.sh index c7de1a9c6..2fde28b94 100644 --- a/base/linux26/arch/config-common.sh +++ b/base/linux26/arch/config-common.sh @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux26/arch/config-common.sh -# Copyright (C) 2008 - 2010 The OpenSDE Project +# Copyright (C) 2008 - 2011 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -57,6 +57,9 @@ CONFIG_CMDLINE_BOOL=n # disable sample code CONFIG_SAMPLES=n + +# do not refuse to enumerate external hubs +CONFIG_USB_OTG_BLACKLIST_HUB=n EOT # broken since 2.6.20 and still as of 2.6.27