diff options
Diffstat (limited to 'drivers')
-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 f77339265ee6..ae84c326a540 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -666,6 +666,8 @@ static struct usb_device_id id_table_combined [] = { | |||
666 | { USB_DEVICE(ATMEL_VID, STK541_PID) }, | 666 | { USB_DEVICE(ATMEL_VID, STK541_PID) }, |
667 | { USB_DEVICE(DE_VID, STB_PID) }, | 667 | { USB_DEVICE(DE_VID, STB_PID) }, |
668 | { USB_DEVICE(DE_VID, WHT_PID) }, | 668 | { USB_DEVICE(DE_VID, WHT_PID) }, |
669 | { USB_DEVICE(ADI_VID, ADI_GNICE_PID), | ||
670 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, | ||
669 | { }, /* Optional parameter entry */ | 671 | { }, /* Optional parameter entry */ |
670 | { } /* Terminating entry */ | 672 | { } /* Terminating entry */ |
671 | }; | 673 | }; |
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index f2745edabcd9..daaf63db0b50 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -906,6 +906,13 @@ | |||
906 | #define WHT_PID 0x0004 /* Wireless Handheld Terminal */ | 906 | #define WHT_PID 0x0004 /* Wireless Handheld Terminal */ |
907 | 907 | ||
908 | /* | 908 | /* |
909 | * Blackfin gnICE JTAG | ||
910 | * http://docs.blackfin.uclinux.org/doku.php?id=hw:jtag:gnice | ||
911 | */ | ||
912 | #define ADI_VID 0x0456 | ||
913 | #define ADI_GNICE_PID 0xF000 | ||
914 | |||
915 | /* | ||
909 | * BmRequestType: 1100 0000b | 916 | * BmRequestType: 1100 0000b |
910 | * bRequest: FTDI_E2_READ | 917 | * bRequest: FTDI_E2_READ |
911 | * wValue: 0 | 918 | * wValue: 0 |