File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1015,6 +1015,8 @@ static const struct usb_device_id id_table_combined[] = {
1015
1015
{ USB_DEVICE (WICED_VID , WICED_USB20706V2_PID ) },
1016
1016
{ USB_DEVICE (TI_VID , TI_CC3200_LAUNCHPAD_PID ),
1017
1017
.driver_info = (kernel_ulong_t )& ftdi_jtag_quirk },
1018
+ { USB_DEVICE (CYPRESS_VID , CYPRESS_WICED_BT_USB_PID ) },
1019
+ { USB_DEVICE (CYPRESS_VID , CYPRESS_WICED_WL_USB_PID ) },
1018
1020
{ } /* Terminating entry */
1019
1021
};
1020
1022
Original file line number Diff line number Diff line change 609
609
#define ADI_GNICE_PID 0xF000
610
610
#define ADI_GNICEPLUS_PID 0xF001
611
611
612
+ /*
613
+ * Cypress WICED USB UART
614
+ */
615
+ #define CYPRESS_VID 0x04B4
616
+ #define CYPRESS_WICED_BT_USB_PID 0x009B
617
+ #define CYPRESS_WICED_WL_USB_PID 0xF900
618
+
612
619
/*
613
620
* Microchip Technology, Inc.
614
621
*
You can’t perform that action at this time.
0 commit comments