Skip to content

Commit e5dd50f

Browse files
knrogregkh
authored andcommitted
USB: serial: cp210x: add Straizona Focusers device ids
commit 613ac23a46e10d4d4339febdd534fafadd68e059 upstream. Adding VID:PID for Straizona Focusers to cp210x driver. Signed-off-by: Jasem Mutlaq <mutlaqja@ikarustech.com> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c8f8a51 commit e5dd50f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/usb/serial/cp210x.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ static const struct usb_device_id id_table[] = {
108108
{ USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */
109109
{ USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */
110110
{ USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */
111+
{ USB_DEVICE(0x10C4, 0x82F4) }, /* Starizona MicroTouch */
111112
{ USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */
112113
{ USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
113114
{ USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */
@@ -117,6 +118,7 @@ static const struct usb_device_id id_table[] = {
117118
{ USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */
118119
{ USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
119120
{ USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
121+
{ USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */
120122
{ USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
121123
{ USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
122124
{ USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */

0 commit comments

Comments
 (0)