From patchwork Fri May 17 03:28:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Salveti de Araujo X-Patchwork-Id: 244472 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id A03E22C0079 for ; Fri, 17 May 2013 13:28:36 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UdBLL-0007NK-0x; Fri, 17 May 2013 03:28:31 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UdBLG-0007Mv-2s for kernel-team@lists.ubuntu.com; Fri, 17 May 2013 03:28:26 +0000 Received: from [186.214.58.102] (helo=evatp.domonet) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1UdBLF-0005NH-K4; Fri, 17 May 2013 03:28:26 +0000 From: Ricardo Salveti de Araujo To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] Enable USB Gadget for Android (needed by adb) Date: Fri, 17 May 2013 00:28:21 -0300 Message-Id: <1368761301-17465-1-git-send-email-ricardo.salveti@canonical.com> X-Mailer: git-send-email 1.8.1.2 Cc: Ricardo Salveti de Araujo X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Ricardo Salveti de Araujo --- debian.manta/config/config.common.ubuntu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian.manta/config/config.common.ubuntu b/debian.manta/config/config.common.ubuntu index 9b35686..07be65b 100644 --- a/debian.manta/config/config.common.ubuntu +++ b/debian.manta/config/config.common.ubuntu @@ -2258,6 +2258,7 @@ CONFIG_USB_ACM=y # CONFIG_USB_ADUTUX is not set # CONFIG_USB_ALI_M5632 is not set # CONFIG_USB_AN2720 is not set +CONFIG_USB_ANDROID_RNDIS_DWORD_ALIGNED=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # CONFIG_USB_APPLEDISPLAY is not set CONFIG_USB_ARCH_HAS_EHCI=y @@ -2309,6 +2310,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=500 # CONFIG_USB_GPIO_VBUS is not set # CONFIG_USB_GSPCA is not set # CONFIG_USB_G_ACM_MS is not set +CONFIG_USB_G_ANDROID=y # CONFIG_USB_G_DBGP is not set # CONFIG_USB_G_HID is not set # CONFIG_USB_G_MULTI is not set @@ -2386,7 +2388,7 @@ CONFIG_USB_PRINTER=y # CONFIG_USB_RTL8150 is not set # CONFIG_USB_S2255 is not set # CONFIG_USB_S3C_HSOTG is not set -CONFIG_USB_S3C_OTGD=m +CONFIG_USB_S3C_OTGD=y CONFIG_USB_SERIAL=y # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_ARK3116 is not set