Skip to content

Commit c496ad8

Browse files
Andreas Engeljhovold
authored andcommitted
USB: serial: cp210x: add support for ELV TFD500
Add the USB device id for the ELV TFD500 data logger. Signed-off-by: Andreas Engel <[email protected]> Cc: stable <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent 7eac35e commit c496ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ static const struct usb_device_id id_table[] = {
177177
{ USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
178178
{ USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
179179
{ USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
180+
{ USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */
180181
{ USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */
181182
{ USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */
182183
{ USB_DEVICE(0x1901, 0x0194) }, /* GE Healthcare Remote Alarm Box */

0 commit comments

Comments
 (0)