All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: serial: cp210x: Add ID for Ingenico 3070
@ 2019-02-06 16:14 ` Ivan Mironov
  0 siblings, 0 replies; 4+ messages in thread
From: Ivan Mironov @ 2019-02-06 16:14 UTC (permalink / raw)
  To: linux-usb
  Cc: linux-kernel, Johan Hovold, Greg Kroah-Hartman, Ivan Mironov, stable

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>
---
 drivers/usb/serial/cp210x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index c0777a374a88..3286ed462fc5 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -61,6 +61,7 @@ static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
 	{ USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
 	{ USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */
+	{ USB_DEVICE(0x0B00, 0x3070) }, /* Ingenico 3070 */
 	{ USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */
 	{ USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */
 	{ USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* USB: serial: cp210x: Add ID for Ingenico 3070
@ 2019-02-06 16:14 ` Ivan Mironov
  0 siblings, 0 replies; 4+ messages in thread
From: Ivan Mironov @ 2019-02-06 16:14 UTC (permalink / raw)
  To: linux-usb
  Cc: linux-kernel, Johan Hovold, Greg Kroah-Hartman, Ivan Mironov, stable

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>
---
 drivers/usb/serial/cp210x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index c0777a374a88..3286ed462fc5 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -61,6 +61,7 @@ static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
 	{ USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
 	{ USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */
+	{ USB_DEVICE(0x0B00, 0x3070) }, /* Ingenico 3070 */
 	{ USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */
 	{ USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */
 	{ USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] USB: serial: cp210x: Add ID for Ingenico 3070
@ 2019-02-07 14:24   ` Johan Hovold
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2019-02-07 14:24 UTC (permalink / raw)
  To: Ivan Mironov
  Cc: linux-usb, linux-kernel, Johan Hovold, Greg Kroah-Hartman, stable

On Wed, Feb 06, 2019 at 09:14:13PM +0500, Ivan Mironov wrote:
> 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>

Now applied, thanks.

Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* USB: serial: cp210x: Add ID for Ingenico 3070
@ 2019-02-07 14:24   ` Johan Hovold
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2019-02-07 14:24 UTC (permalink / raw)
  To: Ivan Mironov
  Cc: linux-usb, linux-kernel, Johan Hovold, Greg Kroah-Hartman, stable

On Wed, Feb 06, 2019 at 09:14:13PM +0500, Ivan Mironov wrote:
> 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>

Now applied, thanks.

Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-07 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 16:14 [PATCH] USB: serial: cp210x: Add ID for Ingenico 3070 Ivan Mironov
2019-02-06 16:14 ` Ivan Mironov
2019-02-07 14:24 ` [PATCH] " Johan Hovold
2019-02-07 14:24   ` Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.