USB: Serial: Add support for Arkham Technology adapters

As reported by David Potts from Arkham Technology, the current driver
works with their hardware on addition of the device ids.

Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Amit Kucheria and committed by Greg Kroah-Hartman 0601e116 2ab2178c

+2
+2
drivers/usb/serial/cp210x.c
··· 67 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ 68 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */ 69 { USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */ 70 { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */ 71 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */ 72 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
··· 67 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ 68 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */ 69 { USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */ 70 + { USB_DEVICE(0x10C4, 0x1101) }, /* Arkham Technology DS101 Bus Monitor */ 71 + { USB_DEVICE(0x10C4, 0x1601) }, /* Arkham Technology DS101 Adapter */ 72 { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */ 73 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */ 74 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */