USB: option.c: add A-Link 3GU device id
authorAnssi Hannula <anssi.hannula@gmail.com>
Mon, 6 Jul 2009 16:08:59 +0000 (19:08 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 12 Jul 2009 22:16:40 +0000 (15:16 -0700)
commitc3325eb16d36a49f9a5ae09241c418cfd1d3f4f5
tree7490becd62b7b65af7fd43bbfb815696a913d395
parent0601e116e30caf35520522cb621d05866663cab2
USB: option.c: add A-Link 3GU device id

Add A-Link 3GU device id 1e0e:9200 into option driver. The device
has 4 interfaces, of which 1 is handled by storage and the other 3
by option driver.

The device appears first as CD-only 1e0e:f000 device and must be
switched to 1e0e:9200 mode either by using "eject CD" or
usb_modeswitch.

For the record, the device does not work with generic usbserial
driver (usb disconnect when sending the ATDT command).

Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c