Skip to content

Commit e03cdf2

Browse files
gregkhjhovold
authored andcommitted
USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable
Harald Linden reports that the ftdi_sio driver works properly for the Yaesu SCU-18 cable if the device ids are added to the driver. So let's add them. Reported-by: Harald Linden <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent ff4e249 commit e03cdf2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ static const struct usb_device_id id_table_combined[] = {
824824
{ USB_DEVICE(FTDI_VID, FTDI_TURTELIZER_PID),
825825
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
826826
{ USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID_USB60F) },
827+
{ USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID_SCU18) },
827828
{ USB_DEVICE(FTDI_VID, FTDI_REU_TINY_PID) },
828829

829830
/* Papouch devices based on FTDI chip */

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@
615615
*/
616616
#define RATOC_VENDOR_ID 0x0584
617617
#define RATOC_PRODUCT_ID_USB60F 0xb020
618+
#define RATOC_PRODUCT_ID_SCU18 0xb03a
618619

619620
/*
620621
* Infineon Technologies

0 commit comments

Comments
 (0)