commit b0b485677fbf1af1ef7875aa7d665449ff67cfae Author: Roman Yepishev Date: Mon Jun 17 20:20:12 2013 +0000 Set ADB product_id on boot diff --git a/drivers/usb/gadget/android.c b/drivers/usb/gadget/android.c index ed8665a..056be13 100644 --- a/drivers/usb/gadget/android.c +++ b/drivers/usb/gadget/android.c @@ -69,7 +69,7 @@ MODULE_VERSION("1.0"); /* product id */ #ifdef CONFIG_MACH_ACER_A1 -static u16 product_id = 0x3203; +static u16 product_id = 0x3202; #else static u16 product_id; #endif