USB: serial: remove driver version information
Remove all MODULE_VERSION macros and driver-version information (except for garmin_gps which uses it in a status reply). It is the kernel version that matters and not some private version scheme which rarely even gets updated. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
806df3ac2a
commit
bcbec053d2
|
@ -68,10 +68,6 @@
|
|||
#define THROTTLED 0x01
|
||||
#define ACTUALLY_THROTTLED 0x02
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v2.0"
|
||||
#define DRIVER_AUTHOR "Naranjo, Manuel Francisco <naranjo.manuel@gmail.com>, Johan Hovold <jhovold@gmail.com>"
|
||||
#define DRIVER_DESC "AIRcable USB Driver"
|
||||
|
||||
|
@ -192,5 +188,4 @@ module_usb_serial_driver(serial_drivers, id_table);
|
|||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -37,11 +37,6 @@
|
|||
#include <linux/mutex.h>
|
||||
#include <linux/spinlock.h>
|
||||
|
||||
/*
|
||||
* Version information
|
||||
*/
|
||||
|
||||
#define DRIVER_VERSION "v0.7"
|
||||
#define DRIVER_AUTHOR "Bart Hartgers <bart.hartgers+ark3116@gmail.com>"
|
||||
#define DRIVER_DESC "USB ARK3116 serial/IrDA driver"
|
||||
#define DRIVER_DEV_DESC "ARK3116 RS232/IrDA"
|
||||
|
|
|
@ -37,10 +37,6 @@
|
|||
#include <linux/usb/serial.h>
|
||||
#include "belkin_sa.h"
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.3"
|
||||
#define DRIVER_AUTHOR "William Greathouse <wgreathouse@smva.com>"
|
||||
#define DRIVER_DESC "USB Belkin Serial converter driver"
|
||||
|
||||
|
@ -509,5 +505,4 @@ module_usb_serial_driver(serial_drivers, id_table);
|
|||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -24,10 +24,6 @@
|
|||
#include <linux/uaccess.h>
|
||||
#include <linux/usb/serial.h>
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v0.09"
|
||||
#define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver"
|
||||
|
||||
/*
|
||||
|
@ -871,5 +867,4 @@ static void cp210x_release(struct usb_serial *serial)
|
|||
module_usb_serial_driver(serial_drivers, id_table);
|
||||
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -43,10 +43,6 @@
|
|||
|
||||
#define CYBERJACK_LOCAL_BUF_SIZE 32
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.01"
|
||||
#define DRIVER_AUTHOR "Matthias Bruestle"
|
||||
#define DRIVER_DESC "REINER SCT cyberJack pinpad/e-com USB Chipcard Reader Driver"
|
||||
|
||||
|
@ -441,5 +437,4 @@ module_usb_serial_driver(serial_drivers, id_table);
|
|||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -50,10 +50,6 @@ static bool stats;
|
|||
static int interval;
|
||||
static bool unstable_bauds;
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.10"
|
||||
#define DRIVER_AUTHOR "Lonnie Mendez <dignome@gmail.com>, Neil Whelchel <koyama@firstlight.net>"
|
||||
#define DRIVER_DESC "Cypress USB to Serial Driver"
|
||||
|
||||
|
@ -1303,7 +1299,6 @@ module_usb_serial_driver(serial_drivers, id_table_combined);
|
|||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_param(stats, bool, S_IRUGO | S_IWUSR);
|
||||
|
|
|
@ -32,10 +32,6 @@
|
|||
|
||||
/* Defines */
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.80.1.2"
|
||||
#define DRIVER_AUTHOR "Peter Berger <pberger@brimson.com>, Al Borchers <borchers@steinerpoint.com>"
|
||||
#define DRIVER_DESC "Digi AccelePort USB-2/USB-4 Serial Converter driver"
|
||||
|
||||
|
|
|
@ -28,10 +28,6 @@
|
|||
#include <linux/usb.h>
|
||||
#include <linux/usb/serial.h>
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.3"
|
||||
#define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Gary Brubaker <xavyer@ix.netcom.com>"
|
||||
#define DRIVER_DESC "USB Empeg Mark I/II Driver"
|
||||
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
#include <linux/usb.h>
|
||||
#include <linux/usb/serial.h>
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.00"
|
||||
#define DRIVER_DESC "HP4x (48/49) Generic Serial driver"
|
||||
|
||||
#define HP_VENDOR_ID 0x03f0
|
||||
|
@ -52,5 +48,4 @@ static struct usb_serial_driver * const serial_drivers[] = {
|
|||
module_usb_serial_driver(serial_drivers, id_table);
|
||||
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -51,10 +51,6 @@
|
|||
#include "io_ionsp.h" /* info for the iosp messages */
|
||||
#include "io_16654.h" /* 16654 UART defines */
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v2.7"
|
||||
#define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com> and David Iacovelli"
|
||||
#define DRIVER_DESC "Edgeport USB Serial Driver"
|
||||
|
||||
|
|
|
@ -40,10 +40,6 @@
|
|||
#include "io_usbvend.h"
|
||||
#include "io_ti.h"
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v0.7mode043006"
|
||||
#define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com> and David Iacovelli"
|
||||
#define DRIVER_DESC "Edgeport USB Serial Driver"
|
||||
|
||||
|
|
|
@ -25,11 +25,6 @@
|
|||
|
||||
#define KP_RETRIES 100
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
|
||||
#define DRIVER_VERSION "v1.0"
|
||||
#define DRIVER_AUTHOR "Ganesh Varadarajan <ganesh@veritas.com>"
|
||||
#define DRIVER_DESC "USB PocketPC PDA driver"
|
||||
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
#include <linux/uaccess.h>
|
||||
#include "usb-wwan.h"
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v0.4"
|
||||
#define DRIVER_AUTHOR "Roelf Diedericks"
|
||||
#define DRIVER_DESC "IPWireless tty driver"
|
||||
|
||||
|
|
|
@ -32,10 +32,6 @@
|
|||
#include "iuu_phoenix.h"
|
||||
#include <linux/random.h>
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v0.12"
|
||||
#define DRIVER_DESC "Infinity USB Unlimited Phoenix driver"
|
||||
|
||||
static const struct usb_device_id id_table[] = {
|
||||
|
@ -1232,8 +1228,6 @@ MODULE_AUTHOR("Alain Degreffe eczema@ecze.com");
|
|||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
|
||||
module_param(xmas, bool, S_IRUGO | S_IWUSR);
|
||||
MODULE_PARM_DESC(xmas, "Xmas colors enabled or not");
|
||||
|
||||
|
|
|
@ -44,10 +44,6 @@
|
|||
#include <linux/usb/ezusb.h>
|
||||
#include "keyspan.h"
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.1.5"
|
||||
#define DRIVER_AUTHOR "Hugh Blemings <hugh@misc.nu"
|
||||
#define DRIVER_DESC "Keyspan USB to Serial Converter Driver"
|
||||
|
||||
|
|
|
@ -42,10 +42,6 @@
|
|||
#undef XIRCOM
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.1"
|
||||
#define DRIVER_AUTHOR "Brian Warner <warner@lothar.com>"
|
||||
#define DRIVER_DESC "USB Keyspan PDA Converter driver"
|
||||
|
||||
|
|
|
@ -49,10 +49,6 @@
|
|||
#include <linux/usb/serial.h>
|
||||
#include "kl5kusb105.h"
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v0.4"
|
||||
#define DRIVER_AUTHOR "Utz-Uwe Haus <haus@uuhaus.de>, Johan Hovold <jhovold@gmail.com>"
|
||||
#define DRIVER_DESC "KLSI KL5KUSB105 chipset USB->Serial Converter driver"
|
||||
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#include <linux/ioctl.h>
|
||||
#include "kobil_sct.h"
|
||||
|
||||
/* Version Information */
|
||||
#define DRIVER_VERSION "21/05/2004"
|
||||
#define DRIVER_AUTHOR "KOBIL Systems GmbH - http://www.kobil.com"
|
||||
#define DRIVER_DESC "KOBIL USB Smart Card Terminal Driver (experimental)"
|
||||
|
||||
|
|
|
@ -38,10 +38,6 @@
|
|||
#include <linux/ioctl.h>
|
||||
#include "mct_u232.h"
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "z2.1" /* Linux in-kernel version */
|
||||
#define DRIVER_AUTHOR "Wolfgang Grandegger <wolfgang@ces.ch>"
|
||||
#define DRIVER_DESC "Magic Control Technology USB-RS232 converter driver"
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
#include <linux/uaccess.h>
|
||||
#include <linux/usb/serial.h>
|
||||
|
||||
/* Version Information */
|
||||
#define DRIVER_VERSION "v1.2.0.0"
|
||||
#define DRIVER_DESC "Metrologic Instruments Inc. - USB-POS driver"
|
||||
|
||||
/* Product information. */
|
||||
|
|
|
@ -36,10 +36,6 @@
|
|||
#include <linux/uaccess.h>
|
||||
#include <linux/parport.h>
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "2.1"
|
||||
#define DRIVER_AUTHOR "Aspire Communications pvt Ltd."
|
||||
#define DRIVER_DESC "Moschip USB Serial Driver"
|
||||
|
||||
|
|
|
@ -35,10 +35,6 @@
|
|||
#include <linux/usb/serial.h>
|
||||
#include <linux/uaccess.h>
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "1.3.2"
|
||||
#define DRIVER_DESC "Moschip 7840/7820 USB Serial Driver"
|
||||
|
||||
/*
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#include <linux/usb.h>
|
||||
#include <linux/usb/serial.h>
|
||||
|
||||
/*
|
||||
* Version Information
|
||||
*/
|
||||
#define DRIVER_VERSION "v1.1"
|
||||
#define DRIVER_AUTHOR "Alessandro Zummo"
|
||||
#define DRIVER_DESC "USB ZyXEL omni.net LCD PLUS Driver"
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
device features.
|
||||
*/
|
||||
|
||||
#define DRIVER_VERSION "v0.7.2"
|
||||
#define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>"
|
||||
#define DRIVER_DESC "USB Driver for GSM modems"
|
||||
|
||||
|
@ -1509,5 +1508,4 @@ static int option_send_setup(struct usb_serial_port *port)
|
|||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
#define OTI6858_DESCRIPTION \
|
||||
"Ours Technology Inc. OTi-6858 USB to serial adapter driver"
|
||||
#define OTI6858_AUTHOR "Tomasz Michal Lukaszewski <FIXME@FIXME>"
|
||||
#define OTI6858_VERSION "0.2"
|
||||
|
||||
static const struct usb_device_id id_table[] = {
|
||||
{ USB_DEVICE(OTI6858_VENDOR_ID, OTI6858_PRODUCT_ID) },
|
||||
|
@ -899,5 +898,4 @@ module_usb_serial_driver(serial_drivers, id_table);
|
|||
|
||||
MODULE_DESCRIPTION(OTI6858_DESCRIPTION);
|
||||
MODULE_AUTHOR(OTI6858_AUTHOR);
|
||||
MODULE_VERSION(OTI6858_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -65,8 +65,6 @@
|
|||
#define QT2_WRITE_BUFFER_SIZE 512 /* size of write buffer */
|
||||
#define QT2_WRITE_CONTROL_SIZE 5 /* control bytes used for a write */
|
||||
|
||||
/* Version Information */
|
||||
#define DRIVER_VERSION "v0.1"
|
||||
#define DRIVER_DESC "Quatech 2nd gen USB to Serial Driver"
|
||||
|
||||
#define USB_VENDOR_ID_QUATECH 0x061d
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
#include <linux/usb.h>
|
||||
#include <linux/usb/serial.h>
|
||||
|
||||
/* Version Information */
|
||||
#define DRIVER_VERSION "Version 0.1 09/26/2005"
|
||||
#define DRIVER_AUTHOR "Thomas Hergenhahn@web.de http://libnodave.sf.net"
|
||||
#define DRIVER_DESC "Driver for Siemens USB/MPI adapter"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
/* Uncomment to log function calls */
|
||||
/* #define DEBUG */
|
||||
#define DRIVER_VERSION "v.1.7.16"
|
||||
|
||||
#define DRIVER_AUTHOR "Kevin Lloyd, Elina Pasheva, Matthew Safar, Rory Filer"
|
||||
#define DRIVER_DESC "USB Driver for Sierra Wireless USB modems"
|
||||
|
||||
|
@ -1078,7 +1078,6 @@ module_usb_serial_driver(serial_drivers, id_table);
|
|||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_param(nmea, bool, S_IRUGO | S_IWUSR);
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
#include <linux/usb.h>
|
||||
#include <linux/usb/serial.h>
|
||||
|
||||
|
||||
/* Version Information */
|
||||
#define DRIVER_VERSION "v0.10"
|
||||
#define DRIVER_DESC "SPCP8x5 USB to serial adaptor driver"
|
||||
|
||||
#define SPCP8x5_007_VID 0x04FC
|
||||
|
@ -651,5 +648,4 @@ static struct usb_serial_driver * const serial_drivers[] = {
|
|||
module_usb_serial_driver(serial_drivers, id_table);
|
||||
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -46,8 +46,6 @@
|
|||
#define FULLPWRBIT 0x00000080
|
||||
#define NEXT_BOARD_POWER_BIT 0x00000004
|
||||
|
||||
/* Version Information */
|
||||
#define DRIVER_VERSION "v0.1"
|
||||
#define DRIVER_DESC "Quatech SSU-100 USB to Serial Driver"
|
||||
|
||||
#define USB_VENDOR_ID_QUATECH 0x061d /* Quatech VID */
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
- controlling the baud rate doesn't make sense
|
||||
*/
|
||||
|
||||
#define DRIVER_VERSION "v0.7.2"
|
||||
#define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>"
|
||||
#define DRIVER_DESC "USB Driver for GSM modems"
|
||||
|
||||
|
@ -710,5 +709,4 @@ EXPORT_SYMBOL(usb_wwan_resume);
|
|||
|
||||
MODULE_AUTHOR(DRIVER_AUTHOR);
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
#include <linux/usb.h>
|
||||
#include <linux/usb/serial.h>
|
||||
|
||||
|
||||
#define DRIVER_VERSION "v1.0"
|
||||
#define DRIVER_DESC "ViVOpay USB Serial Driver"
|
||||
|
||||
#define VIVOPAY_VENDOR_ID 0x1d5f
|
||||
|
@ -42,5 +40,4 @@ module_usb_serial_driver(serial_drivers, id_table);
|
|||
|
||||
MODULE_AUTHOR("Forest Bond <forest.bond@outpostembedded.com>");
|
||||
MODULE_DESCRIPTION(DRIVER_DESC);
|
||||
MODULE_VERSION(DRIVER_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in New Issue