Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
59fba744
Commit
59fba744
authored
Apr 12, 2008
by
Craig Shelley
Committed by
Greg Kroah-Hartman
Apr 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: CP2101 Add new device IDs
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
b69d3987
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
drivers/usb/serial/cp2101.c
drivers/usb/serial/cp2101.c
+3
-0
No files found.
drivers/usb/serial/cp2101.c
View file @
59fba744
...
...
@@ -53,9 +53,11 @@ static void cp2101_shutdown(struct usb_serial*);
static
int
debug
;
static
struct
usb_device_id
id_table
[]
=
{
{
USB_DEVICE
(
0x0489
,
0xE000
)
},
/* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
{
USB_DEVICE
(
0x08e6
,
0x5501
)
},
/* Gemalto Prox-PU/CU contactless smartcard reader */
{
USB_DEVICE
(
0x0FCF
,
0x1003
)
},
/* Dynastream ANT development board */
{
USB_DEVICE
(
0x0FCF
,
0x1004
)
},
/* Dynastream ANT2USB */
{
USB_DEVICE
(
0x0FCF
,
0x1006
)
},
/* Dynastream ANT development board */
{
USB_DEVICE
(
0x10A6
,
0xAA26
)
},
/* Knock-off DCU-11 cable */
{
USB_DEVICE
(
0x10AB
,
0x10C5
)
},
/* Siemens MC60 Cable */
{
USB_DEVICE
(
0x10B5
,
0xAC70
)
},
/* Nokia CA-42 USB */
...
...
@@ -71,6 +73,7 @@ static struct usb_device_id id_table [] = {
{
USB_DEVICE
(
0x10C4
,
0x814A
)
},
/* West Mountain Radio RIGblaster P&P */
{
USB_DEVICE
(
0x10C4
,
0x814B
)
},
/* West Mountain Radio RIGtalk */
{
USB_DEVICE
(
0x10C4
,
0x815E
)
},
/* Helicomm IP-Link 1220-DVM */
{
USB_DEVICE
(
0x10C4
,
0x81AC
)
},
/* MSD Dash Hawk */
{
USB_DEVICE
(
0x10C4
,
0x81C8
)
},
/* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */
{
USB_DEVICE
(
0x10C4
,
0x81E2
)
},
/* Lipowsky Industrie Elektronik GmbH, Baby-LIN */
{
USB_DEVICE
(
0x10C4
,
0x81E7
)
},
/* Aerocomm Radio */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment