diff options
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 2 | ||||
-rw-r--r-- | drivers/usb/serial/ftdi_sio.h | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 500087ea58a..8fec5d4455c 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -700,6 +700,8 @@ static struct usb_device_id id_table_combined [] = { | |||
700 | { USB_DEVICE(LARSENBRUSGAARD_VID, LB_ALTITRACK_PID) }, | 700 | { USB_DEVICE(LARSENBRUSGAARD_VID, LB_ALTITRACK_PID) }, |
701 | { USB_DEVICE(GN_OTOMETRICS_VID, AURICAL_USB_PID) }, | 701 | { USB_DEVICE(GN_OTOMETRICS_VID, AURICAL_USB_PID) }, |
702 | { USB_DEVICE(BAYER_VID, BAYER_CONTOUR_CABLE_PID) }, | 702 | { USB_DEVICE(BAYER_VID, BAYER_CONTOUR_CABLE_PID) }, |
703 | { USB_DEVICE(FTDI_VID, MARVELL_OPENRD_PID), | ||
704 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, | ||
703 | { }, /* Optional parameter entry */ | 705 | { }, /* Optional parameter entry */ |
704 | { } /* Terminating entry */ | 706 | { } /* Terminating entry */ |
705 | }; | 707 | }; |
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index f203b2a5130..8c92b88166a 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -961,6 +961,13 @@ | |||
961 | #define BAYER_CONTOUR_CABLE_PID 0x6001 | 961 | #define BAYER_CONTOUR_CABLE_PID 0x6001 |
962 | 962 | ||
963 | /* | 963 | /* |
964 | * Marvell OpenRD Base, Client | ||
965 | * http://www.open-rd.org | ||
966 | * OpenRD Base, Client use VID 0x0403 | ||
967 | */ | ||
968 | #define MARVELL_OPENRD_PID 0x9e90 | ||
969 | |||
970 | /* | ||
964 | * BmRequestType: 1100 0000b | 971 | * BmRequestType: 1100 0000b |
965 | * bRequest: FTDI_E2_READ | 972 | * bRequest: FTDI_E2_READ |
966 | * wValue: 0 | 973 | * wValue: 0 |