]> www.infradead.org Git - users/jedix/linux-maple.git/commit
USB: serial: cp210x: add ID for Ingenico 3070
authorIvan Mironov <mironov.ivan@gmail.com>
Wed, 6 Feb 2019 16:14:13 +0000 (21:14 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Mar 2019 21:03:06 +0000 (14:03 -0700)
commit4beb72360b435bba31d92dae8fb742b5f14b0b5e
treefda98602c53ca9a151e6ab5ea8d62fe3b287ca23
parent910ae4e055528090d7142e89b494e4c2f2478750
USB: serial: cp210x: add ID for Ingenico 3070

commit dd9d3d86b08d6a106830364879c42c78db85389c upstream.

Here is how this device appears in kernel log:

usb 3-1: new full-speed USB device number 18 using xhci_hcd
usb 3-1: New USB device found, idVendor=0b00, idProduct=3070
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-1: Product: Ingenico 3070
usb 3-1: Manufacturer: Silicon Labs
usb 3-1: SerialNumber: 0001

Apparently this is a POS terminal with embedded USB-to-Serial converter.

Cc: stable@vger.kernel.org
Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/cp210x.c