OSDN Git Service

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)
committerJohan Hovold <johan@kernel.org>
Thu, 7 Feb 2019 14:25:39 +0000 (15:25 +0100)
commitdd9d3d86b08d6a106830364879c42c78db85389c
tree313ffce49d5ec1b4bcd0a5dd2a96cf17e5abd490
parentf17b5f06cb92ef2250513a1e154c47b78df07d40
USB: serial: cp210x: add ID for Ingenico 3070

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>
drivers/usb/serial/cp210x.c