USB: cp210x: add ID for ELV Marble Sound Board 1
authorOliver Freyermuth <o.freyermuth@googlemail.com>
Mon, 28 Dec 2015 17:37:38 +0000 (18:37 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 28 Dec 2015 18:07:35 +0000 (19:07 +0100)
Add the USB device ID for ELV Marble Sound Board 1.

Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c

index 7d4f51a32e66fcb2b7568af975fcd5574edd7f88..59b2126b21a396fd4adc1a446b53917da74609da 100644 (file)
@@ -160,6 +160,7 @@ static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */
        { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
        { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
+       { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
        { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
        { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */
        { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */
This page took 0.025359 seconds and 5 git commands to generate.