usb-serial: Add support for the Sealevel SeaLINK+8 2038-ROHS device
This patch adds new device IDs to the ftdi_sio module to support the new Sealevel SeaLINK+8 2038-ROHS device. Signed-off-by: Scott Dial <scott.dial@scientiallc.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
a219b666e8
commit
6d161b99f8
@@ -536,6 +536,10 @@ static struct usb_device_id id_table_combined [] = {
|
||||
{ USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803_6_PID) },
|
||||
{ USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803_7_PID) },
|
||||
{ USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803_8_PID) },
|
||||
{ USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803R_1_PID) },
|
||||
{ USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803R_2_PID) },
|
||||
{ USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803R_3_PID) },
|
||||
{ USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803R_4_PID) },
|
||||
{ USB_DEVICE(IDTECH_VID, IDTECH_IDT1221U_PID) },
|
||||
{ USB_DEVICE(OCT_VID, OCT_US101_PID) },
|
||||
{ USB_DEVICE(OCT_VID, OCT_DK201_PID) },
|
||||
|
Reference in New Issue
Block a user