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.
This commit is contained in:
tytung 2011-11-16 00:25:39 +08:00
parent 70f8304d7a
commit 89f23f9c1c

View File

@ -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