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
b62e645d
Commit
b62e645d
authored
Jan 16, 2003
by
Ganesh Varadarajan
Committed by
Greg Kroah-Hartman
Jan 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB ipaq driver ids
Added ids for the Dell Axim and Toshiba E740. Thanks to Ian Molton and B.I.
parent
56ae163f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
drivers/usb/serial/ipaq.c
drivers/usb/serial/ipaq.c
+2
-0
drivers/usb/serial/ipaq.h
drivers/usb/serial/ipaq.h
+4
-0
No files found.
drivers/usb/serial/ipaq.c
View file @
b62e645d
...
...
@@ -106,6 +106,7 @@ static struct usb_device_id ipaq_id_table [] = {
{
USB_DEVICE
(
CASIO_VENDOR_ID
,
CASIO_EM500_ID
)
},
{
USB_DEVICE
(
COMPAQ_VENDOR_ID
,
COMPAQ_IPAQ_ID
)
},
{
USB_DEVICE
(
COMPAQ_VENDOR_ID
,
COMPAQ_0032_ID
)
},
{
USB_DEVICE
(
DELL_VENDOR_ID
,
DELL_AXIM_ID
)
},
{
USB_DEVICE
(
HP_VENDOR_ID
,
HP_JORNADA_548_ID
)
},
{
USB_DEVICE
(
HP_VENDOR_ID
,
HP_JORNADA_568_ID
)
},
{
USB_DEVICE
(
HP_VENDOR_ID
,
HP_2016_ID
)
},
...
...
@@ -126,6 +127,7 @@ static struct usb_device_id ipaq_id_table [] = {
{
USB_DEVICE
(
SAGEM_VENDOR_ID
,
SAGEM_WIRELESS_ID
)
},
{
USB_DEVICE
(
SOCKET_VENDOR_ID
,
SOCKET_PRODUCT_ID
)
},
{
USB_DEVICE
(
TOSHIBA_VENDOR_ID
,
TOSHIBA_PRODUCT_ID
)
},
{
USB_DEVICE
(
TOSHIBA_VENDOR_ID
,
TOSHIBA_E740_ID
)
},
{
USB_DEVICE
(
HTC_VENDOR_ID
,
HTC_PRODUCT_ID
)
},
{
USB_DEVICE
(
NEC_VENDOR_ID
,
NEC_PRODUCT_ID
)
},
{
}
/* Terminating entry */
...
...
drivers/usb/serial/ipaq.h
View file @
b62e645d
...
...
@@ -30,6 +30,9 @@
#define COMPAQ_IPAQ_ID 0x0003
#define COMPAQ_0032_ID 0x0032
#define DELL_VENDOR_ID 0x413c
#define DELL_AXIM_ID 0x4001
#define HP_VENDOR_ID 0x03f0
#define HP_JORNADA_548_ID 0x1016
#define HP_JORNADA_568_ID 0x1116
...
...
@@ -63,6 +66,7 @@
#define TOSHIBA_VENDOR_ID 0x0930
#define TOSHIBA_PRODUCT_ID 0x0700
#define TOSHIBA_E740_ID 0x0706
#define HTC_VENDOR_ID 0x0bb4
#define HTC_PRODUCT_ID 0x00ce
...
...
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