File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ static const struct usb_device_id id_table[] = {
131131 { USB_DEVICE (0x10C4 , 0x88A4 ) }, /* MMB Networks ZigBee USB Device */
132132 { USB_DEVICE (0x10C4 , 0x88A5 ) }, /* Planet Innovation Ingeni ZigBee USB Device */
133133 { USB_DEVICE (0x10C4 , 0x8946 ) }, /* Ketra N1 Wireless Interface */
134+ { USB_DEVICE (0x10C4 , 0x8962 ) }, /* Brim Brothers charging dock */
134135 { USB_DEVICE (0x10C4 , 0x8977 ) }, /* CEL MeshWorks DevKit Device */
135136 { USB_DEVICE (0x10C4 , 0x8998 ) }, /* KCF Technologies PRN */
136137 { USB_DEVICE (0x10C4 , 0x8A2A ) }, /* HubZ dual ZigBee and Z-Wave dongle */
Original file line number Diff line number Diff line change @@ -1012,6 +1012,8 @@ static const struct usb_device_id id_table_combined[] = {
10121012 { USB_DEVICE (ICPDAS_VID , ICPDAS_I7561U_PID ) },
10131013 { USB_DEVICE (ICPDAS_VID , ICPDAS_I7563U_PID ) },
10141014 { USB_DEVICE (WICED_VID , WICED_USB20706V2_PID ) },
1015+ { USB_DEVICE (TI_VID , TI_CC3200_LAUNCHPAD_PID ),
1016+ .driver_info = (kernel_ulong_t )& ftdi_jtag_quirk },
10151017 { } /* Terminating entry */
10161018};
10171019
Original file line number Diff line number Diff line change 595595#define ATMEL_VID 0x03eb /* Vendor ID */
596596#define STK541_PID 0x2109 /* Zigbee Controller */
597597
598+ /*
599+ * Texas Instruments
600+ */
601+ #define TI_VID 0x0451
602+ #define TI_CC3200_LAUNCHPAD_PID 0xC32A /* SimpleLink Wi-Fi CC3200 LaunchPad */
603+
598604/*
599605 * Blackfin gnICE JTAG
600606 * http://docs.blackfin.uclinux.org/doku.php?id=hw:jtag:gnice
You can’t perform that action at this time.
0 commit comments