usb: gadget: Fix usb string id allocation
authorBenoit Goby <benoit@android.com>
Fri, 20 Jan 2012 22:42:41 +0000 (14:42 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:51 +0000 (13:40 -0700)
commitbdad8743fb2c866e7dda5f8b903415046401ab4d
treee3a938b7d366ac26e265f460a030c67ced531725
parentc6ed5ce8fafa06d20f4369fa8ad13a398fb72f1b
usb: gadget: Fix usb string id allocation

Don't reset next_string_id every time the gadget is enabled, this makes
the next strings allocated overwrite strings allocated at probe time.
Instead, fix rndis not to allocate new string ids on every config bind.

Change-Id: Ied28ee416bb6f00c434c34176fe5b7f0dcb2b2d4
Signed-off-by: Benoit Goby <benoit@android.com>
drivers/usb/gadget/android.c
drivers/usb/gadget/f_rndis.c
drivers/usb/gadget/rndis.c