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
48437486
Commit
48437486
authored
Jun 17, 2006
by
D. Peter Siddons
Committed by
Greg Kroah-Hartman
Jul 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: new device id for Thorlabs motor driver
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
3d861494
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-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
+5
-0
No files found.
drivers/usb/serial/ftdi_sio.c
View file @
48437486
...
...
@@ -500,6 +500,7 @@ static struct usb_device_id id_table_combined [] = {
{
USB_DEVICE
(
PAPOUCH_VID
,
PAPOUCH_TMU_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_ACG_HFDUAL_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_YEI_SERVOCENTER31_PID
)
},
{
USB_DEVICE
(
FTDI_VID
,
FTDI_THORLABS_PID
)
},
{
},
/* Optional parameter entry */
{
}
/* Terminating entry */
};
...
...
drivers/usb/serial/ftdi_sio.h
View file @
48437486
...
...
@@ -442,6 +442,11 @@
*/
#define FTDI_YEI_SERVOCENTER31_PID 0xE050
/* YEI ServoCenter3.1 USB */
/*
* ThorLabs USB motor drivers
*/
#define FTDI_THORLABS_PID 0xfaf0
/* ThorLabs USB motor drivers */
/* Commands */
#define FTDI_SIO_RESET 0
/* Reset the port */
#define FTDI_SIO_MODEM_CTRL 1
/* Set the modem control register */
...
...
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