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
a03c6fac
Commit
a03c6fac
authored
Apr 12, 2007
by
Hans Engelen
Committed by
Greg Kroah-Hartman
Apr 27, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: dell device id for option.c
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
862e9043
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
drivers/usb/serial/option.c
drivers/usb/serial/option.c
+3
-0
No files found.
drivers/usb/serial/option.c
View file @
a03c6fac
...
...
@@ -117,6 +117,8 @@ static int option_send_setup(struct usb_serial_port *port);
#define BANDRICH_PRODUCT_C100_1 0x1002
#define BANDRICH_PRODUCT_C100_2 0x1003
#define DELL_VENDOR_ID 0x413C
static
struct
usb_device_id
option_ids
[]
=
{
{
USB_DEVICE
(
OPTION_VENDOR_ID
,
OPTION_PRODUCT_COLT
)
},
{
USB_DEVICE
(
OPTION_VENDOR_ID
,
OPTION_PRODUCT_RICOLA
)
},
...
...
@@ -171,6 +173,7 @@ static struct usb_device_id option_ids[] = {
{
USB_DEVICE
(
ANYDATA_VENDOR_ID
,
ANYDATA_PRODUCT_ID
)
},
{
USB_DEVICE
(
BANDRICH_VENDOR_ID
,
BANDRICH_PRODUCT_C100_1
)
},
{
USB_DEVICE
(
BANDRICH_VENDOR_ID
,
BANDRICH_PRODUCT_C100_2
)
},
{
USB_DEVICE
(
DELL_VENDOR_ID
,
0x8118
)
},
/* Dell Wireless 5510 Mobile Broadband HSDPA ExpressCard */
{
}
/* Terminating entry */
};
MODULE_DEVICE_TABLE
(
usb
,
option_ids
);
...
...
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