Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b697f70f
Commit
b697f70f
authored
Sep 28, 2006
by
Wesley PA4WDH
Committed by
Greg Kroah-Hartman
Sep 28, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: Add vendor / product ID to pl2303
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
486ba2a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
drivers/usb/serial/pl2303.c
drivers/usb/serial/pl2303.c
+1
-0
drivers/usb/serial/pl2303.h
drivers/usb/serial/pl2303.h
+4
-0
No files found.
drivers/usb/serial/pl2303.c
View file @
b697f70f
...
...
@@ -82,6 +82,7 @@ static struct usb_device_id id_table [] = {
{
USB_DEVICE
(
DATAPILOT_U2_VENDOR_ID
,
DATAPILOT_U2_PRODUCT_ID
)
},
{
USB_DEVICE
(
BELKIN_VENDOR_ID
,
BELKIN_PRODUCT_ID
)
},
{
USB_DEVICE
(
ALCOR_VENDOR_ID
,
ALCOR_PRODUCT_ID
)
},
{
USB_DEVICE
(
HUAWEI_VENDOR_ID
,
HUAWEI_PRODUCT_ID
)
},
{
}
/* Terminating entry */
};
...
...
drivers/usb/serial/pl2303.h
View file @
b697f70f
...
...
@@ -93,3 +93,7 @@
/* Alcor Micro Corp. USB 2.0 TO RS-232 */
#define ALCOR_VENDOR_ID 0x058F
#define ALCOR_PRODUCT_ID 0x9720
/* Huawei E620 UMTS/HSDPA card (ID: 12d1:1001) */
#define HUAWEI_VENDOR_ID 0x12d1
#define HUAWEI_PRODUCT_ID 0x1001
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