Skip to content

Commit 6ca0c62

Browse files
committed
USB: serial: cp210x: add CPI Bulk Coin Recycler id
Add the device id for the Crane Payment Innovation / Money Controls Bulk Coin Recycler: https://www.cranepi.com/en/system/files/Support/OM_BCR_EN_V1-04_0.pdf 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 b50f8f0 commit 6ca0c62

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
@@ -69,6 +69,7 @@ static const struct usb_device_id id_table[] = {
6969
{ USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */
7070
{ USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */
7171
{ USB_DEVICE(0x0FDE, 0xCA05) }, /* OWL Wireless Electricity Monitor CM-160 */
72+
{ USB_DEVICE(0x106F, 0x0003) }, /* CPI / Money Controls Bulk Coin Recycler */
7273
{ USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
7374
{ USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
7475
{ USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */

0 commit comments

Comments
 (0)