diff options
author | Dhaval Vasa <dhaval.vasa@einfochips.com> | 2009-08-07 07:56:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-07 19:05:13 -0400 |
commit | 50d0678e2026c18e4147f0b16b5853113659b82d (patch) | |
tree | 0d2039118db833c451c4b0cf57020a50abe7666f | |
parent | c47aacc67a3d26dfab9c9b8965975ed2b2010b30 (diff) |
USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client
reference:
http://www.open-rd.org
Signed-off-by: Dhaval Vasa <dhaval.vasa@einfochips.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-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 500087ea58a5..8fec5d4455c9 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 f203b2a51302..8c92b88166ae 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 |