diff options
author | Mark Brown <broonie@kernel.org> | 2014-10-20 12:55:07 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-20 13:27:32 -0400 |
commit | b7a40242c82cd73cfcea305f23e67d068dd8401a (patch) | |
tree | 251b49d19cd7c371847ae1f951e1b537ca0e1c15 /drivers/usb/serial/zte_ev.c | |
parent | d26833bfce5e56017bea9f1f50838f20e18e7b7e (diff) | |
parent | 9c6de47d53a3ce8df1642ae67823688eb98a190a (diff) |
Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-dw
Conflicts:
drivers/spi/spi-dw-mid.c
Diffstat (limited to 'drivers/usb/serial/zte_ev.c')
-rw-r--r-- | drivers/usb/serial/zte_ev.c | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/drivers/usb/serial/zte_ev.c b/drivers/usb/serial/zte_ev.c index e40ab739c4a6..c9bb107d5e5c 100644 --- a/drivers/usb/serial/zte_ev.c +++ b/drivers/usb/serial/zte_ev.c | |||
@@ -272,28 +272,16 @@ static void zte_ev_usb_serial_close(struct usb_serial_port *port) | |||
272 | } | 272 | } |
273 | 273 | ||
274 | static const struct usb_device_id id_table[] = { | 274 | static const struct usb_device_id id_table[] = { |
275 | /* AC8710, AC8710T */ | 275 | { USB_DEVICE(0x19d2, 0xffec) }, |
276 | { USB_DEVICE_AND_INTERFACE_INFO(0x19d2, 0xffff, 0xff, 0xff, 0xff) }, | 276 | { USB_DEVICE(0x19d2, 0xffee) }, |
277 | /* AC8700 */ | ||
278 | { USB_DEVICE_AND_INTERFACE_INFO(0x19d2, 0xfffe, 0xff, 0xff, 0xff) }, | ||
279 | /* MG880 */ | ||
280 | { USB_DEVICE(0x19d2, 0xfffd) }, | ||
281 | { USB_DEVICE(0x19d2, 0xfffc) }, | ||
282 | { USB_DEVICE(0x19d2, 0xfffb) }, | ||
283 | /* AC8710_V3 */ | ||
284 | { USB_DEVICE(0x19d2, 0xfff6) }, | 277 | { USB_DEVICE(0x19d2, 0xfff6) }, |
285 | { USB_DEVICE(0x19d2, 0xfff7) }, | 278 | { USB_DEVICE(0x19d2, 0xfff7) }, |
286 | { USB_DEVICE(0x19d2, 0xfff8) }, | 279 | { USB_DEVICE(0x19d2, 0xfff8) }, |
287 | { USB_DEVICE(0x19d2, 0xfff9) }, | 280 | { USB_DEVICE(0x19d2, 0xfff9) }, |
288 | { USB_DEVICE(0x19d2, 0xffee) }, | 281 | { USB_DEVICE(0x19d2, 0xfffb) }, |
289 | /* AC2716, MC2716 */ | 282 | { USB_DEVICE(0x19d2, 0xfffc) }, |
290 | { USB_DEVICE_AND_INTERFACE_INFO(0x19d2, 0xffed, 0xff, 0xff, 0xff) }, | 283 | /* MG880 */ |
291 | /* AD3812 */ | 284 | { USB_DEVICE(0x19d2, 0xfffd) }, |
292 | { USB_DEVICE_AND_INTERFACE_INFO(0x19d2, 0xffeb, 0xff, 0xff, 0xff) }, | ||
293 | { USB_DEVICE(0x19d2, 0xffec) }, | ||
294 | { USB_DEVICE(0x05C6, 0x3197) }, | ||
295 | { USB_DEVICE(0x05C6, 0x6000) }, | ||
296 | { USB_DEVICE(0x05C6, 0x9008) }, | ||
297 | { }, | 285 | { }, |
298 | }; | 286 | }; |
299 | MODULE_DEVICE_TABLE(usb, id_table); | 287 | MODULE_DEVICE_TABLE(usb, id_table); |