Skip to content

Commit

Permalink
USB: CP2101 New Device ID
Browse files Browse the repository at this point in the history
One new device ID for CP2101 driver.

Signed-off-by: Alex Stephens alex@miranova.com
  • Loading branch information
Alex Stephens authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 1b8fb41 commit d23bac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/serial/cp210x.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x10c4, 0x8293) }, /* Telegesys ETRX2USB */
{ USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
{ USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
{ USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
{ USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
{ USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
Expand Down

0 comments on commit d23bac9

Please sign in to comment.