]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
USB: serial: cp210x: add ID for Link ECU
authorMike Manning <michael@bsch.com.au>
Mon, 18 Apr 2016 12:13:23 +0000 (12:13 +0000)
committerJohan Hovold <johan@kernel.org>
Sun, 24 Apr 2016 09:06:23 +0000 (11:06 +0200)
The Link ECU is an aftermarket ECU computer for vehicles that provides
full tuning abilities as well as datalogging and displaying capabilities
via the USB to Serial adapter built into the device.

Signed-off-by: Mike Manning <michael@bsch.com.au>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c

index dd47823bb014c4664fed94181b33fbcd5f8d6e85..da608b4a0c308aeb2cfa29ea80cb64c39468ec8e 100644 (file)
@@ -141,6 +141,8 @@ static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */
        { USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
        { USB_DEVICE(0x10CE, 0xEA6A) }, /* Silicon Labs MobiData GPRS USB Modem 100EU */
+       { USB_DEVICE(0x12B8, 0xEC60) }, /* Link G4 ECU */
+       { USB_DEVICE(0x12B8, 0xEC62) }, /* Link G4+ ECU */
        { USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
        { USB_DEVICE(0x1555, 0x0004) }, /* Owen AC4 USB-RS485 Converter */
        { USB_DEVICE(0x166A, 0x0201) }, /* Clipsal 5500PACA C-Bus Pascal Automation Controller */