From 89f23f9c1cbca25f6a0293400d87426be4559b37 Mon Sep 17 00:00:00 2001 From: tytung Date: Wed, 16 Nov 2011 00:25:39 +0800 Subject: [PATCH] htcleo: fixed an issue that the USB device is not recognized after backporting the 2.6.35 USB drivers. Either CONFIG_USB_ANDROID_DIAG or CONFIG_USB_ANDROID_SERIAL causes this issue. --- arch/arm/configs/htcleo_defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/configs/htcleo_defconfig b/arch/arm/configs/htcleo_defconfig index 64a7c895..2e18ad1c 100644 --- a/arch/arm/configs/htcleo_defconfig +++ b/arch/arm/configs/htcleo_defconfig @@ -31,7 +31,7 @@ CONFIG_EXPERIMENTAL=y CONFIG_BROKEN_ON_SMP=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 -CONFIG_LOCALVERSION="_tytung_r14_callrec" +CONFIG_LOCALVERSION="_tytung_r15_usb_v1" CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y # CONFIG_SYSVIPC is not set @@ -1455,11 +1455,11 @@ CONFIG_USB_GADGET_DUALSPEED=y CONFIG_USB_ANDROID=y # CONFIG_USB_ANDROID_ACM is not set CONFIG_USB_ANDROID_ADB=y -CONFIG_USB_ANDROID_DIAG=y +# CONFIG_USB_ANDROID_DIAG is not set CONFIG_USB_ANDROID_MASS_STORAGE=y CONFIG_USB_ANDROID_RNDIS=y CONFIG_USB_ANDROID_RNDIS_WCEIS=y -CONFIG_USB_ANDROID_SERIAL=y +# CONFIG_USB_ANDROID_SERIAL is not set # CONFIG_USB_ANDROID_PROJECTOR is not set # CONFIG_USB_ANDROID_MTP is not set # CONFIG_USB_CDC_COMPOSITE is not set