Skip to content

Commit b50f8f0

Browse files
committed
USB: serial: cp210x: add NCR Retail IO box id
Add the device id for NCR's Retail IO box (CP2105) used in NCR FastLane SelfServ Checkout - R6C: https://www.ncr.com/product-catalog/ncr-fastlane-selfserv-checkout-r6c Reported-by: Scott Russell <[email protected]> Cc: [email protected] Reviewed-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent fbb9b19 commit b50f8f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ static void cp210x_enable_event_mode(struct usb_serial_port *port);
5151
static void cp210x_disable_event_mode(struct usb_serial_port *port);
5252

5353
static const struct usb_device_id id_table[] = {
54+
{ USB_DEVICE(0x0404, 0x034C) }, /* NCR Retail IO Box */
5455
{ USB_DEVICE(0x045B, 0x0053) }, /* Renesas RX610 RX-Stick */
5556
{ USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
5657
{ USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */

0 commit comments

Comments
 (0)