Skip to content

Commit c0da038

Browse files
committed
Merge tag 'usb-serial-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial fixes for v4.9-rc6 Here are a couple of new device ids. Signed-off-by: Johan Hovold <johan@kernel.org>
2 parents 268200b + 2ab1329 commit c0da038

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 */

drivers/usb/serial/ftdi_sio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,12 @@
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

0 commit comments

Comments
 (0)