Skip to content

Commit 56df0c7

Browse files
Alexandre GRIVEAUXjhovold
authored andcommitted
USB: serial: omninet: update driver description
With the inclusion of Omni 56K Plus, this driver seem to be more common among the family of Zyxel omni modem. Update the driver and module descriptions. Signed-off-by: Alexandre GRIVEAUX <[email protected]> [ johan: amend commit message ] Signed-off-by: Johan Hovold <[email protected]>
1 parent fc0b3dc commit 56df0c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/usb/serial/omninet.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* USB ZyXEL omni.net LCD PLUS driver
3+
* USB ZyXEL omni.net driver
44
*
55
* Copyright (C) 2013,2017 Johan Hovold <[email protected]>
66
*
@@ -22,7 +22,7 @@
2222
#include <linux/usb/serial.h>
2323

2424
#define DRIVER_AUTHOR "Alessandro Zummo"
25-
#define DRIVER_DESC "USB ZyXEL omni.net LCD PLUS Driver"
25+
#define DRIVER_DESC "USB ZyXEL omni.net Driver"
2626

2727
#define ZYXEL_VENDOR_ID 0x0586
2828
#define ZYXEL_OMNINET_ID 0x1000
@@ -52,7 +52,7 @@ static struct usb_serial_driver zyxel_omninet_device = {
5252
.owner = THIS_MODULE,
5353
.name = "omninet",
5454
},
55-
.description = "ZyXEL - omni.net lcd plus usb",
55+
.description = "ZyXEL - omni.net usb",
5656
.id_table = id_table,
5757
.num_bulk_out = 2,
5858
.calc_num_ports = omninet_calc_num_ports,

0 commit comments

Comments
 (0)