Commit 1510776b authored by Alessandro Zummo's avatar Alessandro Zummo Committed by Greg Kroah-Hartman

[PATCH] USB: omninet patch

  here's a small patch for omninet.c .
parent ff533b76
...@@ -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 "Anonymous" #define DRIVER_AUTHOR "Alessandro 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 */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment