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
1510776b
Commit
1510776b
authored
Mar 29, 2004
by
Alessandro Zummo
Committed by
Greg Kroah-Hartman
Mar 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: omninet patch
here's a small patch for omninet.c .
parent
ff533b76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/usb/serial/omninet.c
drivers/usb/serial/omninet.c
+3
-1
No files found.
drivers/usb/serial/omninet.c
View file @
1510776b
...
@@ -61,11 +61,12 @@
...
@@ -61,11 +61,12 @@
* Version Information
* Version Information
*/
*/
#define DRIVER_VERSION "v1.1"
#define DRIVER_VERSION "v1.1"
#define DRIVER_AUTHOR "A
nonymous
"
#define DRIVER_AUTHOR "A
lessandro Zummo
"
#define DRIVER_DESC "USB ZyXEL omni.net LCD PLUS Driver"
#define DRIVER_DESC "USB ZyXEL omni.net LCD PLUS Driver"
#define ZYXEL_VENDOR_ID 0x0586
#define ZYXEL_VENDOR_ID 0x0586
#define ZYXEL_OMNINET_ID 0x1000
#define ZYXEL_OMNINET_ID 0x1000
#define BT_IGNITIONPRO_ID 0x2000
/* This one seems to be a re-branded ZyXEL device */
/* function prototypes */
/* function prototypes */
static
int
omninet_open
(
struct
usb_serial_port
*
port
,
struct
file
*
filp
);
static
int
omninet_open
(
struct
usb_serial_port
*
port
,
struct
file
*
filp
);
...
@@ -78,6 +79,7 @@ static void omninet_shutdown (struct usb_serial *serial);
...
@@ -78,6 +79,7 @@ static void omninet_shutdown (struct usb_serial *serial);
static
struct
usb_device_id
id_table
[]
=
{
static
struct
usb_device_id
id_table
[]
=
{
{
USB_DEVICE
(
ZYXEL_VENDOR_ID
,
ZYXEL_OMNINET_ID
)
},
{
USB_DEVICE
(
ZYXEL_VENDOR_ID
,
ZYXEL_OMNINET_ID
)
},
{
USB_DEVICE
(
ZYXEL_VENDOR_ID
,
BT_IGNITIONPRO_ID
)
},
{
}
/* Terminating entry */
{
}
/* Terminating entry */
};
};
...
...
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