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
c0f8d561
Commit
c0f8d561
authored
Jun 23, 2006
by
Christophe Mariac
Committed by
Greg Kroah-Hartman
Jul 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: new device ids for ftdi_sio driver
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
48437486
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio.c
+1
-0
drivers/usb/serial/ftdi_sio.h
drivers/usb/serial/ftdi_sio.h
+3
-0
No files found.
drivers/usb/serial/ftdi_sio.c
View file @
c0f8d561
...
...
@@ -313,6 +313,7 @@ static struct usb_device_id id_table_combined [] = {
{
USB_DEVICE
(
FTDI_VID
,
FTDI_8U232AM_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_8U232AM_ALT_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_8U2232C_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_MICRO_CHAMELEON_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_RELAIS_PID
)
},
{
USB_DEVICE
(
INTERBIOMETRICS_VID
,
INTERBIOMETRICS_IOBOARD_PID
)
},
{
USB_DEVICE
(
INTERBIOMETRICS_VID
,
INTERBIOMETRICS_MINI_IOBOARD_PID
)
},
...
...
drivers/usb/serial/ftdi_sio.h
View file @
c0f8d561
...
...
@@ -36,6 +36,9 @@
#define FTDI_ACTZWAVE_PID 0xF2D0
/* www.starting-point-systems.com Chameleon device */
#define FTDI_MICRO_CHAMELEON_PID 0xCAA0
/* Product Id */
/* www.irtrans.de device */
#define FTDI_IRTRANS_PID 0xFC60
/* Product Id */
...
...
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