]> git.hungrycats.org Git - linux/commitdiff
USB: cp210x: add ID for Aruba Networks controllers
authorPeter Sanford <peter@sanford.io>
Fri, 26 Jun 2015 00:40:05 +0000 (17:40 -0700)
committerZefan Li <lizefan@huawei.com>
Mon, 21 Mar 2016 01:17:42 +0000 (09:17 +0800)
commit f98a7aa81eeeadcad25665c3501c236d531d4382 upstream.

Add the USB serial console device ID for Aruba Networks 7xxx series
controllers which have a USB port for their serial console.

Signed-off-by: Peter Sanford <peter@sanford.io>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/usb/serial/cp210x.c

index 29bf3830925287edd0a1b57272bc468bbba3fd74..7a04e2c4e0afd740ff9da0053f4da0fd05994ec3 100644 (file)
@@ -193,6 +193,7 @@ static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x1FB9, 0x0602) }, /* Lake Shore Model 648 Magnet Power Supply */
        { USB_DEVICE(0x1FB9, 0x0700) }, /* Lake Shore Model 737 VSM Controller */
        { USB_DEVICE(0x1FB9, 0x0701) }, /* Lake Shore Model 776 Hall Matrix */
+       { USB_DEVICE(0x2626, 0xEA60) }, /* Aruba Networks 7xxx USB Serial Console */
        { USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */
        { USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
        { USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */