lkml.org 
[lkml]   [2021]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 32/49] USB: serial: omninet: add device id for Zyxel Omni 56K Plus
    Date
    From: Alexandre GRIVEAUX <agriveaux@deutnet.info>

    commit fc0b3dc9a11771c3919eaaaf9d649138b095aa0f upstream.

    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 <agriveaux@deutnet.info>
    Cc: stable@vger.kernel.org
    Signed-off-by: Johan Hovold <johan@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/usb/serial/omninet.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/usb/serial/omninet.c
    +++ b/drivers/usb/serial/omninet.c
    @@ -29,6 +29,7 @@

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

    @@ -43,6 +44,7 @@ static int omninet_port_remove(struct us

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

    \
     
     \ /
      Last update: 2021-06-14 12:39    [W:3.056 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site