summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinyu Chen <xinyu.chen@freescale.com>2011-12-20 18:03:20 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2011-12-20 18:03:20 +0800
commitcd642710096176aa777bea3e40418570a8fd1ec4 (patch)
tree82eb66dfc5b188bb34fcaeb99b2df98ca60dfe87
parent60b14c68aac6f1e7be89dcec571d5e0a7695ad91 (diff)
ENGR00170633-2 mx53 smd: Adjust the gadget function init sequence
Adjust the adb/ums function initial sequence in MSL code, to keep the windows .inf file unchanged to support ADB with MI_01 configure. Signed-off-by: Xinyu Chen <Xinyu.chen@freescale.com>
-rw-r--r--arch/arm/mach-mx5/mx53_smd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx5/mx53_smd.c b/arch/arm/mach-mx5/mx53_smd.c
index b9e1b3bd07a7..5e38ad5067ea 100644
--- a/arch/arm/mach-mx5/mx53_smd.c
+++ b/arch/arm/mach-mx5/mx53_smd.c
@@ -995,10 +995,10 @@ static char *usb_functions_accessory_adb[] = {
};
static char *usb_functions_all[] = {
+ "usb_mass_storage",
+ "adb",
"rndis",
"accessory",
- "usb_mass_storage",
- "adb"
};
static struct android_usb_product usb_products[] = {