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
ef31fec0
Commit
ef31fec0
authored
Feb 27, 2007
by
Michael Olberg
Committed by
Greg Kroah-Hartman
Mar 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: add QL355P power supply ids to fdti_sio
parent
fc4bd64c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-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
+6
-0
No files found.
drivers/usb/serial/ftdi_sio.c
View file @
ef31fec0
...
...
@@ -459,6 +459,7 @@ static struct usb_device_id id_table_combined [] = {
{
USB_DEVICE
(
FALCOM_VID
,
FALCOM_TWIST_PID
)
},
{
USB_DEVICE
(
FALCOM_VID
,
FALCOM_SAMBA_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_SUUNTO_SPORTS_PID
)
},
{
USB_DEVICE
(
TTI_VID
,
TTI_QL355P_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_RM_CANVIEW_PID
)
},
{
USB_DEVICE
(
BANDB_VID
,
BANDB_USOTL4_PID
)
},
{
USB_DEVICE
(
BANDB_VID
,
BANDB_USTL4_PID
)
},
...
...
drivers/usb/serial/ftdi_sio.h
View file @
ef31fec0
...
...
@@ -338,6 +338,12 @@
*/
#define FTDI_SUUNTO_SPORTS_PID 0xF680
/* Suunto Sports instrument */
/*
* TTi (Thurlby Thandar Instruments)
*/
#define TTI_VID 0x103E
/* Vendor Id */
#define TTI_QL355P_PID 0x03E8
/* TTi QL355P power supply */
/*
* Definitions for B&B Electronics products.
*/
...
...
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