From: Kyle Jones Date: Fri, 23 Sep 2016 18:28:37 +0000 (-0500) Subject: USB: serial: cp210x: Add ID for a Juniper console X-Git-Tag: Ubuntu-snapdragon-4.4.0-1033.37~569 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1664d414dc09151685a0ab38639434a5a112e651;p=mirror_ubuntu-zesty-kernel.git USB: serial: cp210x: Add ID for a Juniper console BugLink: http://bugs.launchpad.net/bugs/1631468 commit decc5360f23e9efe0252094f47f57f254dcbb3a9 upstream. Signed-off-by: Kyle Jones Signed-off-by: Greg Kroah-Hartman Signed-off-by: Tim Gardner --- diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index c33dfff81cd3..6eccded3bc33 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -117,6 +117,7 @@ static const struct usb_device_id id_table[] = { { USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */ { USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */ { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */ + { USB_DEVICE(0x10C4, 0x8470) }, /* Juniper Networks BX Series System Console */ { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */ { USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */ { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */