mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
USB: ftdi_sio: add PID for OCT DK201 docking station
commit 11a31d8412 upstream.
Add PID 0x0103 for serial port of the OCT DK201 docking station.
Reported-by: Jan Hoogenraad <jan@hoogenraad.net>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
6a1c23dad9
commit
2233c6ee0e
|
|
@ -531,6 +531,7 @@ static struct usb_device_id id_table_combined [] = {
|
|||
{ USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803_8_PID) },
|
||||
{ USB_DEVICE(IDTECH_VID, IDTECH_IDT1221U_PID) },
|
||||
{ USB_DEVICE(OCT_VID, OCT_US101_PID) },
|
||||
{ USB_DEVICE(OCT_VID, OCT_DK201_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, FTDI_HE_TIRA1_PID),
|
||||
.driver_info = (kernel_ulong_t)&ftdi_HE_TIRA1_quirk },
|
||||
{ USB_DEVICE(FTDI_VID, FTDI_USB_UIRT_PID),
|
||||
|
|
|
|||
|
|
@ -579,6 +579,7 @@
|
|||
/* Note: OCT US101 is also rebadged as Dick Smith Electronics (NZ) XH6381 */
|
||||
/* Also rebadged as Dick Smith Electronics (Aus) XH6451 */
|
||||
/* Also rebadged as SIIG Inc. model US2308 hardware version 1 */
|
||||
#define OCT_DK201_PID 0x0103 /* OCT DK201 USB docking station */
|
||||
#define OCT_US101_PID 0x0421 /* OCT US101 USB to RS-232 */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user