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
Kirill Smelkov
linux
Commits
ab2fc239
Commit
ab2fc239
authored
Dec 11, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: add support for another pl2303 device
Info came from John Zhuge <john.zhuge@troposnetworks.com>
parent
6a9f4367
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
drivers/usb/serial/pl2303.c
drivers/usb/serial/pl2303.c
+1
-0
drivers/usb/serial/pl2303.h
drivers/usb/serial/pl2303.h
+1
-0
No files found.
drivers/usb/serial/pl2303.c
View file @
ab2fc239
...
@@ -71,6 +71,7 @@ static struct usb_device_id id_table [] = {
...
@@ -71,6 +71,7 @@ static struct usb_device_id id_table [] = {
{
USB_DEVICE
(
PL2303_VENDOR_ID
,
PL2303_PRODUCT_ID_RSAQ2
)
},
{
USB_DEVICE
(
PL2303_VENDOR_ID
,
PL2303_PRODUCT_ID_RSAQ2
)
},
{
USB_DEVICE
(
IODATA_VENDOR_ID
,
IODATA_PRODUCT_ID
)
},
{
USB_DEVICE
(
IODATA_VENDOR_ID
,
IODATA_PRODUCT_ID
)
},
{
USB_DEVICE
(
ATEN_VENDOR_ID
,
ATEN_PRODUCT_ID
)
},
{
USB_DEVICE
(
ATEN_VENDOR_ID
,
ATEN_PRODUCT_ID
)
},
{
USB_DEVICE
(
ATEN_VENDOR_ID2
,
ATEN_PRODUCT_ID
)
},
{
USB_DEVICE
(
ELCOM_VENDOR_ID
,
ELCOM_PRODUCT_ID
)
},
{
USB_DEVICE
(
ELCOM_VENDOR_ID
,
ELCOM_PRODUCT_ID
)
},
{
USB_DEVICE
(
ITEGNO_VENDOR_ID
,
ITEGNO_PRODUCT_ID
)
},
{
USB_DEVICE
(
ITEGNO_VENDOR_ID
,
ITEGNO_PRODUCT_ID
)
},
{
USB_DEVICE
(
MA620_VENDOR_ID
,
MA620_PRODUCT_ID
)
},
{
USB_DEVICE
(
MA620_VENDOR_ID
,
MA620_PRODUCT_ID
)
},
...
...
drivers/usb/serial/pl2303.h
View file @
ab2fc239
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
#define PL2303_PRODUCT_ID_RSAQ2 0x04bb
#define PL2303_PRODUCT_ID_RSAQ2 0x04bb
#define ATEN_VENDOR_ID 0x0557
#define ATEN_VENDOR_ID 0x0557
#define ATEN_VENDOR_ID2 0x0547
#define ATEN_PRODUCT_ID 0x2008
#define ATEN_PRODUCT_ID 0x2008
#define IODATA_VENDOR_ID 0x04bb
#define IODATA_VENDOR_ID 0x04bb
...
...
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