ChangeSet 1.1673.8.56, 2004/03/30 14:12:25-08:00, alessandro.zummo@towertech.it [PATCH] USB: omninet patch here's a small patch for omninet.c . drivers/usb/serial/omninet.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) diff -Nru a/drivers/usb/serial/omninet.c b/drivers/usb/serial/omninet.c --- a/drivers/usb/serial/omninet.c Wed Apr 14 14:35:23 2004 +++ b/drivers/usb/serial/omninet.c Wed Apr 14 14:35:23 2004 @@ -61,11 +61,12 @@ * Version Information */ #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 ZYXEL_VENDOR_ID 0x0586 #define ZYXEL_OMNINET_ID 0x1000 +#define BT_IGNITIONPRO_ID 0x2000 /* This one seems to be a re-branded ZyXEL device */ /* function prototypes */ static int omninet_open (struct usb_serial_port *port, struct file *filp); @@ -78,6 +79,7 @@ static struct usb_device_id id_table [] = { { USB_DEVICE(ZYXEL_VENDOR_ID, ZYXEL_OMNINET_ID) }, + { USB_DEVICE(ZYXEL_VENDOR_ID, BT_IGNITIONPRO_ID) }, { } /* Terminating entry */ };