diff options
author | Christian Holl <cyborgx1@gmail.com> | 2018-01-03 19:53:02 +0100 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2018-01-04 15:52:06 +0100 |
commit | d14ac576d10f865970bb1324d337e5e24d79aaf4 (patch) | |
tree | 89f75a1141901f700d92a5a7f8c191dfbe1b271d | |
parent | 4307413256ac1e09b8f53e8715af3df9e49beec3 (diff) | |
download | linux-d14ac576d10f865970bb1324d337e5e24d79aaf4.tar.gz linux-d14ac576d10f865970bb1324d337e5e24d79aaf4.tar.bz2 linux-d14ac576d10f865970bb1324d337e5e24d79aaf4.zip |
USB: serial: cp210x: add new device ID ELV ALC 8xxx
This adds the ELV ALC 8xxx Battery Charging device
to the list of USB IDs of drivers/usb/serial/cp210x.c
Signed-off-by: Christian Holl <cyborgx1@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
-rw-r--r-- | drivers/usb/serial/cp210x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 38814225a816..06d502b3e913 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -175,6 +175,7 @@ static const struct usb_device_id id_table[] = { { 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(0x18EF, 0xE030) }, /* ELV ALC 8xxx Battery Charger */ { USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */ { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */ { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */ |