On Mon, Feb 28, 2011 at 04:52:43PM +0100, Jean-Francois Argentino wrote: > from JF Argentino <jf.argentino@xxxxxxx> > > Adding support for the OLIMEX ARM-USB-OCD-H JTAG device (id 15ba:002b) > based on FTDI FT2232H > Signed-off-by: JF Argentino <jf.argentino@xxxxxxx> Look good, but please send this patch directly to Greg KH and CC linux-usb as well. Thanks, Johan > --- linux-2.6.37.2/drivers/usb/serial/ftdi_sio_ids.h 2011-02-25 > 00:09:00.000000000 +0100 > +++ linux/drivers/usb/serial/ftdi_sio_ids.h 2011-02-28 > 15:42:19.000000000 +0100 > @@ -730,6 +730,7 @@ > /* Olimex */ > #define OLIMEX_VID 0x15BA > #define OLIMEX_ARM_USB_OCD_PID 0x0003 > +#define OLIMEX_ARM_USB_OCD_H_PID 0x002b > > /* > * Telldus Technologies > --- linux-2.6.37.2/drivers/usb/serial/ftdi_sio.c 2011-02-25 > 00:09:00.000000000 +0100 > +++ linux/drivers/usb/serial/ftdi_sio.c 2011-02-28 16:27:02.000000000 +0100 > @@ -721,6 +721,8 @@ static struct usb_device_id id_table_com > { USB_DEVICE(FTDI_VID, FTDI_PROPOX_JTAGCABLEII_PID) }, > { USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_PID), > .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, > + { USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_H_PID), > + .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, > { USB_DEVICE(FIC_VID, FIC_NEO1973_DEBUG_PID), > .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, > { USB_DEVICE(FTDI_VID, FTDI_OOCDLINK_PID), -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html