Commit bfc2d7dfdd761ae3beccdb26abebe03cef042f46

Authored by Joe Savage
Committed by Johan Hovold
1 parent 9e82bf0141

USB: serial: cp210x: added Ketra N1 wireless interface support

Added support for Ketra N1 wireless interface, which uses the
Silicon Labs' CP2104 USB to UART bridge with customized PID 8946.

Signed-off-by: Joe Savage <joe.savage@goketra.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/usb/serial/cp210x.c
... ... @@ -122,6 +122,7 @@
122 122 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
123 123 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
124 124 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
  125 + { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
125 126 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
126 127 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
127 128 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */