]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
USB: serial: cp210x: added Ketra N1 wireless interface support
authorJoe Savage <joe.savage@goketra.com>
Sat, 20 Sep 2014 13:01:16 +0000 (08:01 -0500)
committerZefan Li <lizefan@huawei.com>
Mon, 2 Feb 2015 09:04:38 +0000 (17:04 +0800)
commit bfc2d7dfdd761ae3beccdb26abebe03cef042f46 upstream.

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>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/usb/serial/cp210x.c

index ac339570a8056976ff0bdbeb51b26f57fccc4c7e..c91e6f0b9a55ac8b004cd79a798ae7b4b933cdd7 100644 (file)
@@ -128,6 +128,7 @@ static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
        { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
        { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
+       { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
        { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
        { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
        { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */