Skip to content

Commit fc0b3dc

Browse files
Alexandre GRIVEAUXjhovold
authored andcommitted
USB: serial: omninet: add device id for Zyxel Omni 56K Plus
Add device id for Zyxel Omni 56K Plus modem, this modem include: USB chip: NetChip NET2888 Main chip: 901041A F721501APGF Another modem using the same chips is the Zyxel Omni 56K DUO/NEO, could be added with the right USB ID. Signed-off-by: Alexandre GRIVEAUX <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent eb8dbe8 commit fc0b3dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/serial/omninet.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#define ZYXEL_VENDOR_ID 0x0586
2828
#define ZYXEL_OMNINET_ID 0x1000
29+
#define ZYXEL_OMNI_56K_PLUS_ID 0x1500
2930
/* This one seems to be a re-branded ZyXEL device */
3031
#define BT_IGNITIONPRO_ID 0x2000
3132

@@ -40,6 +41,7 @@ static void omninet_port_remove(struct usb_serial_port *port);
4041

4142
static const struct usb_device_id id_table[] = {
4243
{ USB_DEVICE(ZYXEL_VENDOR_ID, ZYXEL_OMNINET_ID) },
44+
{ USB_DEVICE(ZYXEL_VENDOR_ID, ZYXEL_OMNI_56K_PLUS_ID) },
4345
{ USB_DEVICE(ZYXEL_VENDOR_ID, BT_IGNITIONPRO_ID) },
4446
{ } /* Terminating entry */
4547
};

0 commit comments

Comments
 (0)