diff options
author | Johan Hovold <jhovold@gmail.com> | 2012-10-31 06:59:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-31 15:48:06 -0400 |
commit | bcbec053d2197031d04b8e040c61695b5d7a949d (patch) | |
tree | 7dac70702c8983328161287ea2dee7f9dff7143e | |
parent | 806df3ac2ac86dd0c2e02ed935b93321424183f9 (diff) |
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>
32 files changed, 1 insertions, 119 deletions
diff --git a/drivers/usb/serial/aircable.c b/drivers/usb/serial/aircable.c index 54e1bb6372e7..6d110a3bc7e7 100644 --- a/drivers/usb/serial/aircable.c +++ b/drivers/usb/serial/aircable.c | |||
@@ -68,10 +68,6 @@ | |||
68 | #define THROTTLED 0x01 | 68 | #define THROTTLED 0x01 |
69 | #define ACTUALLY_THROTTLED 0x02 | 69 | #define ACTUALLY_THROTTLED 0x02 |
70 | 70 | ||
71 | /* | ||
72 | * Version Information | ||
73 | */ | ||
74 | #define DRIVER_VERSION "v2.0" | ||
75 | #define DRIVER_AUTHOR "Naranjo, Manuel Francisco <naranjo.manuel@gmail.com>, Johan Hovold <jhovold@gmail.com>" | 71 | #define DRIVER_AUTHOR "Naranjo, Manuel Francisco <naranjo.manuel@gmail.com>, Johan Hovold <jhovold@gmail.com>" |
76 | #define DRIVER_DESC "AIRcable USB Driver" | 72 | #define DRIVER_DESC "AIRcable USB Driver" |
77 | 73 | ||
@@ -192,5 +188,4 @@ module_usb_serial_driver(serial_drivers, id_table); | |||
192 | 188 | ||
193 | MODULE_AUTHOR(DRIVER_AUTHOR); | 189 | MODULE_AUTHOR(DRIVER_AUTHOR); |
194 | MODULE_DESCRIPTION(DRIVER_DESC); | 190 | MODULE_DESCRIPTION(DRIVER_DESC); |
195 | MODULE_VERSION(DRIVER_VERSION); | ||
196 | MODULE_LICENSE("GPL"); | 191 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/ark3116.c b/drivers/usb/serial/ark3116.c index bd50a8a41a0f..a88882c0e237 100644 --- a/drivers/usb/serial/ark3116.c +++ b/drivers/usb/serial/ark3116.c | |||
@@ -37,11 +37,6 @@ | |||
37 | #include <linux/mutex.h> | 37 | #include <linux/mutex.h> |
38 | #include <linux/spinlock.h> | 38 | #include <linux/spinlock.h> |
39 | 39 | ||
40 | /* | ||
41 | * Version information | ||
42 | */ | ||
43 | |||
44 | #define DRIVER_VERSION "v0.7" | ||
45 | #define DRIVER_AUTHOR "Bart Hartgers <bart.hartgers+ark3116@gmail.com>" | 40 | #define DRIVER_AUTHOR "Bart Hartgers <bart.hartgers+ark3116@gmail.com>" |
46 | #define DRIVER_DESC "USB ARK3116 serial/IrDA driver" | 41 | #define DRIVER_DESC "USB ARK3116 serial/IrDA driver" |
47 | #define DRIVER_DEV_DESC "ARK3116 RS232/IrDA" | 42 | #define DRIVER_DEV_DESC "ARK3116 RS232/IrDA" |
diff --git a/drivers/usb/serial/belkin_sa.c b/drivers/usb/serial/belkin_sa.c index ea29556f0d72..b72a4c166705 100644 --- a/drivers/usb/serial/belkin_sa.c +++ b/drivers/usb/serial/belkin_sa.c | |||
@@ -37,10 +37,6 @@ | |||
37 | #include <linux/usb/serial.h> | 37 | #include <linux/usb/serial.h> |
38 | #include "belkin_sa.h" | 38 | #include "belkin_sa.h" |
39 | 39 | ||
40 | /* | ||
41 | * Version Information | ||
42 | */ | ||
43 | #define DRIVER_VERSION "v1.3" | ||
44 | #define DRIVER_AUTHOR "William Greathouse <wgreathouse@smva.com>" | 40 | #define DRIVER_AUTHOR "William Greathouse <wgreathouse@smva.com>" |
45 | #define DRIVER_DESC "USB Belkin Serial converter driver" | 41 | #define DRIVER_DESC "USB Belkin Serial converter driver" |
46 | 42 | ||
@@ -509,5 +505,4 @@ module_usb_serial_driver(serial_drivers, id_table); | |||
509 | 505 | ||
510 | MODULE_AUTHOR(DRIVER_AUTHOR); | 506 | MODULE_AUTHOR(DRIVER_AUTHOR); |
511 | MODULE_DESCRIPTION(DRIVER_DESC); | 507 | MODULE_DESCRIPTION(DRIVER_DESC); |
512 | MODULE_VERSION(DRIVER_VERSION); | ||
513 | MODULE_LICENSE("GPL"); | 508 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 1264173a0997..2858d8a9eac8 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c | |||
@@ -24,10 +24,6 @@ | |||
24 | #include <linux/uaccess.h> | 24 | #include <linux/uaccess.h> |
25 | #include <linux/usb/serial.h> | 25 | #include <linux/usb/serial.h> |
26 | 26 | ||
27 | /* | ||
28 | * Version Information | ||
29 | */ | ||
30 | #define DRIVER_VERSION "v0.09" | ||
31 | #define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver" | 27 | #define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver" |
32 | 28 | ||
33 | /* | 29 | /* |
@@ -871,5 +867,4 @@ static void cp210x_release(struct usb_serial *serial) | |||
871 | module_usb_serial_driver(serial_drivers, id_table); | 867 | module_usb_serial_driver(serial_drivers, id_table); |
872 | 868 | ||
873 | MODULE_DESCRIPTION(DRIVER_DESC); | 869 | MODULE_DESCRIPTION(DRIVER_DESC); |
874 | MODULE_VERSION(DRIVER_VERSION); | ||
875 | MODULE_LICENSE("GPL"); | 870 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/cyberjack.c b/drivers/usb/serial/cyberjack.c index 4ee77dcbe690..69a4fa1cee25 100644 --- a/drivers/usb/serial/cyberjack.c +++ b/drivers/usb/serial/cyberjack.c | |||
@@ -43,10 +43,6 @@ | |||
43 | 43 | ||
44 | #define CYBERJACK_LOCAL_BUF_SIZE 32 | 44 | #define CYBERJACK_LOCAL_BUF_SIZE 32 |
45 | 45 | ||
46 | /* | ||
47 | * Version Information | ||
48 | */ | ||
49 | #define DRIVER_VERSION "v1.01" | ||
50 | #define DRIVER_AUTHOR "Matthias Bruestle" | 46 | #define DRIVER_AUTHOR "Matthias Bruestle" |
51 | #define DRIVER_DESC "REINER SCT cyberJack pinpad/e-com USB Chipcard Reader Driver" | 47 | #define DRIVER_DESC "REINER SCT cyberJack pinpad/e-com USB Chipcard Reader Driver" |
52 | 48 | ||
@@ -441,5 +437,4 @@ module_usb_serial_driver(serial_drivers, id_table); | |||
441 | 437 | ||
442 | MODULE_AUTHOR(DRIVER_AUTHOR); | 438 | MODULE_AUTHOR(DRIVER_AUTHOR); |
443 | MODULE_DESCRIPTION(DRIVER_DESC); | 439 | MODULE_DESCRIPTION(DRIVER_DESC); |
444 | MODULE_VERSION(DRIVER_VERSION); | ||
445 | MODULE_LICENSE("GPL"); | 440 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index f0da1279c114..fd8c35fd452e 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c | |||
@@ -50,10 +50,6 @@ static bool stats; | |||
50 | static int interval; | 50 | static int interval; |
51 | static bool unstable_bauds; | 51 | static bool unstable_bauds; |
52 | 52 | ||
53 | /* | ||
54 | * Version Information | ||
55 | */ | ||
56 | #define DRIVER_VERSION "v1.10" | ||
57 | #define DRIVER_AUTHOR "Lonnie Mendez <dignome@gmail.com>, Neil Whelchel <koyama@firstlight.net>" | 53 | #define DRIVER_AUTHOR "Lonnie Mendez <dignome@gmail.com>, Neil Whelchel <koyama@firstlight.net>" |
58 | #define DRIVER_DESC "Cypress USB to Serial Driver" | 54 | #define DRIVER_DESC "Cypress USB to Serial Driver" |
59 | 55 | ||
@@ -1303,7 +1299,6 @@ module_usb_serial_driver(serial_drivers, id_table_combined); | |||
1303 | 1299 | ||
1304 | MODULE_AUTHOR(DRIVER_AUTHOR); | 1300 | MODULE_AUTHOR(DRIVER_AUTHOR); |
1305 | MODULE_DESCRIPTION(DRIVER_DESC); | 1301 | MODULE_DESCRIPTION(DRIVER_DESC); |
1306 | MODULE_VERSION(DRIVER_VERSION); | ||
1307 | MODULE_LICENSE("GPL"); | 1302 | MODULE_LICENSE("GPL"); |
1308 | 1303 | ||
1309 | module_param(stats, bool, S_IRUGO | S_IWUSR); | 1304 | module_param(stats, bool, S_IRUGO | S_IWUSR); |
diff --git a/drivers/usb/serial/digi_acceleport.c b/drivers/usb/serial/digi_acceleport.c index b50fa1c6d885..45d4af62967f 100644 --- a/drivers/usb/serial/digi_acceleport.c +++ b/drivers/usb/serial/digi_acceleport.c | |||
@@ -32,10 +32,6 @@ | |||
32 | 32 | ||
33 | /* Defines */ | 33 | /* Defines */ |
34 | 34 | ||
35 | /* | ||
36 | * Version Information | ||
37 | */ | ||
38 | #define DRIVER_VERSION "v1.80.1.2" | ||
39 | #define DRIVER_AUTHOR "Peter Berger <pberger@brimson.com>, Al Borchers <borchers@steinerpoint.com>" | 35 | #define DRIVER_AUTHOR "Peter Berger <pberger@brimson.com>, Al Borchers <borchers@steinerpoint.com>" |
40 | #define DRIVER_DESC "Digi AccelePort USB-2/USB-4 Serial Converter driver" | 36 | #define DRIVER_DESC "Digi AccelePort USB-2/USB-4 Serial Converter driver" |
41 | 37 | ||
diff --git a/drivers/usb/serial/empeg.c b/drivers/usb/serial/empeg.c index 43ede4a1e12c..0f658618db13 100644 --- a/drivers/usb/serial/empeg.c +++ b/drivers/usb/serial/empeg.c | |||
@@ -28,10 +28,6 @@ | |||
28 | #include <linux/usb.h> | 28 | #include <linux/usb.h> |
29 | #include <linux/usb/serial.h> | 29 | #include <linux/usb/serial.h> |
30 | 30 | ||
31 | /* | ||
32 | * Version Information | ||
33 | */ | ||
34 | #define DRIVER_VERSION "v1.3" | ||
35 | #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Gary Brubaker <xavyer@ix.netcom.com>" | 31 | #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Gary Brubaker <xavyer@ix.netcom.com>" |
36 | #define DRIVER_DESC "USB Empeg Mark I/II Driver" | 32 | #define DRIVER_DESC "USB Empeg Mark I/II Driver" |
37 | 33 | ||
diff --git a/drivers/usb/serial/hp4x.c b/drivers/usb/serial/hp4x.c index 0bbaf21a9d1e..2cba60d90c79 100644 --- a/drivers/usb/serial/hp4x.c +++ b/drivers/usb/serial/hp4x.c | |||
@@ -20,10 +20,6 @@ | |||
20 | #include <linux/usb.h> | 20 | #include <linux/usb.h> |
21 | #include <linux/usb/serial.h> | 21 | #include <linux/usb/serial.h> |
22 | 22 | ||
23 | /* | ||
24 | * Version Information | ||
25 | */ | ||
26 | #define DRIVER_VERSION "v1.00" | ||
27 | #define DRIVER_DESC "HP4x (48/49) Generic Serial driver" | 23 | #define DRIVER_DESC "HP4x (48/49) Generic Serial driver" |
28 | 24 | ||
29 | #define HP_VENDOR_ID 0x03f0 | 25 | #define HP_VENDOR_ID 0x03f0 |
@@ -52,5 +48,4 @@ static struct usb_serial_driver * const serial_drivers[] = { | |||
52 | module_usb_serial_driver(serial_drivers, id_table); | 48 | module_usb_serial_driver(serial_drivers, id_table); |
53 | 49 | ||
54 | MODULE_DESCRIPTION(DRIVER_DESC); | 50 | MODULE_DESCRIPTION(DRIVER_DESC); |
55 | MODULE_VERSION(DRIVER_VERSION); | ||
56 | MODULE_LICENSE("GPL"); | 51 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/io_edgeport.c index 5acc0d13864a..7b770c7f8b11 100644 --- a/drivers/usb/serial/io_edgeport.c +++ b/drivers/usb/serial/io_edgeport.c | |||
@@ -51,10 +51,6 @@ | |||
51 | #include "io_ionsp.h" /* info for the iosp messages */ | 51 | #include "io_ionsp.h" /* info for the iosp messages */ |
52 | #include "io_16654.h" /* 16654 UART defines */ | 52 | #include "io_16654.h" /* 16654 UART defines */ |
53 | 53 | ||
54 | /* | ||
55 | * Version Information | ||
56 | */ | ||
57 | #define DRIVER_VERSION "v2.7" | ||
58 | #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com> and David Iacovelli" | 54 | #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com> and David Iacovelli" |
59 | #define DRIVER_DESC "Edgeport USB Serial Driver" | 55 | #define DRIVER_DESC "Edgeport USB Serial Driver" |
60 | 56 | ||
diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c index 60023c2d2a31..58184f3de686 100644 --- a/drivers/usb/serial/io_ti.c +++ b/drivers/usb/serial/io_ti.c | |||
@@ -40,10 +40,6 @@ | |||
40 | #include "io_usbvend.h" | 40 | #include "io_usbvend.h" |
41 | #include "io_ti.h" | 41 | #include "io_ti.h" |
42 | 42 | ||
43 | /* | ||
44 | * Version Information | ||
45 | */ | ||
46 | #define DRIVER_VERSION "v0.7mode043006" | ||
47 | #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com> and David Iacovelli" | 43 | #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com> and David Iacovelli" |
48 | #define DRIVER_DESC "Edgeport USB Serial Driver" | 44 | #define DRIVER_DESC "Edgeport USB Serial Driver" |
49 | 45 | ||
diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c index 1068bf22e27e..76c9a847da5d 100644 --- a/drivers/usb/serial/ipaq.c +++ b/drivers/usb/serial/ipaq.c | |||
@@ -25,11 +25,6 @@ | |||
25 | 25 | ||
26 | #define KP_RETRIES 100 | 26 | #define KP_RETRIES 100 |
27 | 27 | ||
28 | /* | ||
29 | * Version Information | ||
30 | */ | ||
31 | |||
32 | #define DRIVER_VERSION "v1.0" | ||
33 | #define DRIVER_AUTHOR "Ganesh Varadarajan <ganesh@veritas.com>" | 28 | #define DRIVER_AUTHOR "Ganesh Varadarajan <ganesh@veritas.com>" |
34 | #define DRIVER_DESC "USB PocketPC PDA driver" | 29 | #define DRIVER_DESC "USB PocketPC PDA driver" |
35 | 30 | ||
diff --git a/drivers/usb/serial/ipw.c b/drivers/usb/serial/ipw.c index 4264821a3b34..155eab14b30e 100644 --- a/drivers/usb/serial/ipw.c +++ b/drivers/usb/serial/ipw.c | |||
@@ -49,10 +49,6 @@ | |||
49 | #include <linux/uaccess.h> | 49 | #include <linux/uaccess.h> |
50 | #include "usb-wwan.h" | 50 | #include "usb-wwan.h" |
51 | 51 | ||
52 | /* | ||
53 | * Version Information | ||
54 | */ | ||
55 | #define DRIVER_VERSION "v0.4" | ||
56 | #define DRIVER_AUTHOR "Roelf Diedericks" | 52 | #define DRIVER_AUTHOR "Roelf Diedericks" |
57 | #define DRIVER_DESC "IPWireless tty driver" | 53 | #define DRIVER_DESC "IPWireless tty driver" |
58 | 54 | ||
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c index 99029ca850cf..1e1fbed65ef2 100644 --- a/drivers/usb/serial/iuu_phoenix.c +++ b/drivers/usb/serial/iuu_phoenix.c | |||
@@ -32,10 +32,6 @@ | |||
32 | #include "iuu_phoenix.h" | 32 | #include "iuu_phoenix.h" |
33 | #include <linux/random.h> | 33 | #include <linux/random.h> |
34 | 34 | ||
35 | /* | ||
36 | * Version Information | ||
37 | */ | ||
38 | #define DRIVER_VERSION "v0.12" | ||
39 | #define DRIVER_DESC "Infinity USB Unlimited Phoenix driver" | 35 | #define DRIVER_DESC "Infinity USB Unlimited Phoenix driver" |
40 | 36 | ||
41 | static const struct usb_device_id id_table[] = { | 37 | static const struct usb_device_id id_table[] = { |
@@ -1232,8 +1228,6 @@ MODULE_AUTHOR("Alain Degreffe eczema@ecze.com"); | |||
1232 | MODULE_DESCRIPTION(DRIVER_DESC); | 1228 | MODULE_DESCRIPTION(DRIVER_DESC); |
1233 | MODULE_LICENSE("GPL"); | 1229 | MODULE_LICENSE("GPL"); |
1234 | 1230 | ||
1235 | MODULE_VERSION(DRIVER_VERSION); | ||
1236 | |||
1237 | module_param(xmas, bool, S_IRUGO | S_IWUSR); | 1231 | module_param(xmas, bool, S_IRUGO | S_IWUSR); |
1238 | MODULE_PARM_DESC(xmas, "Xmas colors enabled or not"); | 1232 | MODULE_PARM_DESC(xmas, "Xmas colors enabled or not"); |
1239 | 1233 | ||
diff --git a/drivers/usb/serial/keyspan.c b/drivers/usb/serial/keyspan.c index 7179b0c5f814..991ca6a690a0 100644 --- a/drivers/usb/serial/keyspan.c +++ b/drivers/usb/serial/keyspan.c | |||
@@ -44,10 +44,6 @@ | |||
44 | #include <linux/usb/ezusb.h> | 44 | #include <linux/usb/ezusb.h> |
45 | #include "keyspan.h" | 45 | #include "keyspan.h" |
46 | 46 | ||
47 | /* | ||
48 | * Version Information | ||
49 | */ | ||
50 | #define DRIVER_VERSION "v1.1.5" | ||
51 | #define DRIVER_AUTHOR "Hugh Blemings <hugh@misc.nu" | 47 | #define DRIVER_AUTHOR "Hugh Blemings <hugh@misc.nu" |
52 | #define DRIVER_DESC "Keyspan USB to Serial Converter Driver" | 48 | #define DRIVER_DESC "Keyspan USB to Serial Converter Driver" |
53 | 49 | ||
diff --git a/drivers/usb/serial/keyspan_pda.c b/drivers/usb/serial/keyspan_pda.c index bb87e29c4ac2..41b01092af07 100644 --- a/drivers/usb/serial/keyspan_pda.c +++ b/drivers/usb/serial/keyspan_pda.c | |||
@@ -42,10 +42,6 @@ | |||
42 | #undef XIRCOM | 42 | #undef XIRCOM |
43 | #endif | 43 | #endif |
44 | 44 | ||
45 | /* | ||
46 | * Version Information | ||
47 | */ | ||
48 | #define DRIVER_VERSION "v1.1" | ||
49 | #define DRIVER_AUTHOR "Brian Warner <warner@lothar.com>" | 45 | #define DRIVER_AUTHOR "Brian Warner <warner@lothar.com>" |
50 | #define DRIVER_DESC "USB Keyspan PDA Converter driver" | 46 | #define DRIVER_DESC "USB Keyspan PDA Converter driver" |
51 | 47 | ||
diff --git a/drivers/usb/serial/kl5kusb105.c b/drivers/usb/serial/kl5kusb105.c index 1f4517864cd2..fc9e14a1e9b3 100644 --- a/drivers/usb/serial/kl5kusb105.c +++ b/drivers/usb/serial/kl5kusb105.c | |||
@@ -49,10 +49,6 @@ | |||
49 | #include <linux/usb/serial.h> | 49 | #include <linux/usb/serial.h> |
50 | #include "kl5kusb105.h" | 50 | #include "kl5kusb105.h" |
51 | 51 | ||
52 | /* | ||
53 | * Version Information | ||
54 | */ | ||
55 | #define DRIVER_VERSION "v0.4" | ||
56 | #define DRIVER_AUTHOR "Utz-Uwe Haus <haus@uuhaus.de>, Johan Hovold <jhovold@gmail.com>" | 52 | #define DRIVER_AUTHOR "Utz-Uwe Haus <haus@uuhaus.de>, Johan Hovold <jhovold@gmail.com>" |
57 | #define DRIVER_DESC "KLSI KL5KUSB105 chipset USB->Serial Converter driver" | 53 | #define DRIVER_DESC "KLSI KL5KUSB105 chipset USB->Serial Converter driver" |
58 | 54 | ||
diff --git a/drivers/usb/serial/kobil_sct.c b/drivers/usb/serial/kobil_sct.c index c9ca7a5b12e0..b747ba615d0b 100644 --- a/drivers/usb/serial/kobil_sct.c +++ b/drivers/usb/serial/kobil_sct.c | |||
@@ -38,8 +38,6 @@ | |||
38 | #include <linux/ioctl.h> | 38 | #include <linux/ioctl.h> |
39 | #include "kobil_sct.h" | 39 | #include "kobil_sct.h" |
40 | 40 | ||
41 | /* Version Information */ | ||
42 | #define DRIVER_VERSION "21/05/2004" | ||
43 | #define DRIVER_AUTHOR "KOBIL Systems GmbH - http://www.kobil.com" | 41 | #define DRIVER_AUTHOR "KOBIL Systems GmbH - http://www.kobil.com" |
44 | #define DRIVER_DESC "KOBIL USB Smart Card Terminal Driver (experimental)" | 42 | #define DRIVER_DESC "KOBIL USB Smart Card Terminal Driver (experimental)" |
45 | 43 | ||
diff --git a/drivers/usb/serial/mct_u232.c b/drivers/usb/serial/mct_u232.c index 8a2081004107..b6911757c855 100644 --- a/drivers/usb/serial/mct_u232.c +++ b/drivers/usb/serial/mct_u232.c | |||
@@ -38,10 +38,6 @@ | |||
38 | #include <linux/ioctl.h> | 38 | #include <linux/ioctl.h> |
39 | #include "mct_u232.h" | 39 | #include "mct_u232.h" |
40 | 40 | ||
41 | /* | ||
42 | * Version Information | ||
43 | */ | ||
44 | #define DRIVER_VERSION "z2.1" /* Linux in-kernel version */ | ||
45 | #define DRIVER_AUTHOR "Wolfgang Grandegger <wolfgang@ces.ch>" | 41 | #define DRIVER_AUTHOR "Wolfgang Grandegger <wolfgang@ces.ch>" |
46 | #define DRIVER_DESC "Magic Control Technology USB-RS232 converter driver" | 42 | #define DRIVER_DESC "Magic Control Technology USB-RS232 converter driver" |
47 | 43 | ||
diff --git a/drivers/usb/serial/metro-usb.c b/drivers/usb/serial/metro-usb.c index 6f29c74eb769..3d258448c29a 100644 --- a/drivers/usb/serial/metro-usb.c +++ b/drivers/usb/serial/metro-usb.c | |||
@@ -20,8 +20,6 @@ | |||
20 | #include <linux/uaccess.h> | 20 | #include <linux/uaccess.h> |
21 | #include <linux/usb/serial.h> | 21 | #include <linux/usb/serial.h> |
22 | 22 | ||
23 | /* Version Information */ | ||
24 | #define DRIVER_VERSION "v1.2.0.0" | ||
25 | #define DRIVER_DESC "Metrologic Instruments Inc. - USB-POS driver" | 23 | #define DRIVER_DESC "Metrologic Instruments Inc. - USB-POS driver" |
26 | 24 | ||
27 | /* Product information. */ | 25 | /* Product information. */ |
diff --git a/drivers/usb/serial/mos7720.c b/drivers/usb/serial/mos7720.c index 75267421aad8..f57a6b1fe787 100644 --- a/drivers/usb/serial/mos7720.c +++ b/drivers/usb/serial/mos7720.c | |||
@@ -36,10 +36,6 @@ | |||
36 | #include <linux/uaccess.h> | 36 | #include <linux/uaccess.h> |
37 | #include <linux/parport.h> | 37 | #include <linux/parport.h> |
38 | 38 | ||
39 | /* | ||
40 | * Version Information | ||
41 | */ | ||
42 | #define DRIVER_VERSION "2.1" | ||
43 | #define DRIVER_AUTHOR "Aspire Communications pvt Ltd." | 39 | #define DRIVER_AUTHOR "Aspire Communications pvt Ltd." |
44 | #define DRIVER_DESC "Moschip USB Serial Driver" | 40 | #define DRIVER_DESC "Moschip USB Serial Driver" |
45 | 41 | ||
diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial/mos7840.c index 1cf3375ec1af..66d9e088d9d9 100644 --- a/drivers/usb/serial/mos7840.c +++ b/drivers/usb/serial/mos7840.c | |||
@@ -35,10 +35,6 @@ | |||
35 | #include <linux/usb/serial.h> | 35 | #include <linux/usb/serial.h> |
36 | #include <linux/uaccess.h> | 36 | #include <linux/uaccess.h> |
37 | 37 | ||
38 | /* | ||
39 | * Version Information | ||
40 | */ | ||
41 | #define DRIVER_VERSION "1.3.2" | ||
42 | #define DRIVER_DESC "Moschip 7840/7820 USB Serial Driver" | 38 | #define DRIVER_DESC "Moschip 7840/7820 USB Serial Driver" |
43 | 39 | ||
44 | /* | 40 | /* |
diff --git a/drivers/usb/serial/omninet.c b/drivers/usb/serial/omninet.c index 9ab73d295774..7818af931a48 100644 --- a/drivers/usb/serial/omninet.c +++ b/drivers/usb/serial/omninet.c | |||
@@ -23,10 +23,6 @@ | |||
23 | #include <linux/usb.h> | 23 | #include <linux/usb.h> |
24 | #include <linux/usb/serial.h> | 24 | #include <linux/usb/serial.h> |
25 | 25 | ||
26 | /* | ||
27 | * Version Information | ||
28 | */ | ||
29 | #define DRIVER_VERSION "v1.1" | ||
30 | #define DRIVER_AUTHOR "Alessandro Zummo" | 26 | #define DRIVER_AUTHOR "Alessandro Zummo" |
31 | #define DRIVER_DESC "USB ZyXEL omni.net LCD PLUS Driver" | 27 | #define DRIVER_DESC "USB ZyXEL omni.net LCD PLUS Driver" |
32 | 28 | ||
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 5dee7d61241e..e9cffac49cd5 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -28,7 +28,6 @@ | |||
28 | device features. | 28 | device features. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #define DRIVER_VERSION "v0.7.2" | ||
32 | #define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>" | 31 | #define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>" |
33 | #define DRIVER_DESC "USB Driver for GSM modems" | 32 | #define DRIVER_DESC "USB Driver for GSM modems" |
34 | 33 | ||
@@ -1509,5 +1508,4 @@ static int option_send_setup(struct usb_serial_port *port) | |||
1509 | 1508 | ||
1510 | MODULE_AUTHOR(DRIVER_AUTHOR); | 1509 | MODULE_AUTHOR(DRIVER_AUTHOR); |
1511 | MODULE_DESCRIPTION(DRIVER_DESC); | 1510 | MODULE_DESCRIPTION(DRIVER_DESC); |
1512 | MODULE_VERSION(DRIVER_VERSION); | ||
1513 | MODULE_LICENSE("GPL"); | 1511 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/oti6858.c b/drivers/usb/serial/oti6858.c index cee9a52ca891..d217fd6ee43f 100644 --- a/drivers/usb/serial/oti6858.c +++ b/drivers/usb/serial/oti6858.c | |||
@@ -57,7 +57,6 @@ | |||
57 | #define OTI6858_DESCRIPTION \ | 57 | #define OTI6858_DESCRIPTION \ |
58 | "Ours Technology Inc. OTi-6858 USB to serial adapter driver" | 58 | "Ours Technology Inc. OTi-6858 USB to serial adapter driver" |
59 | #define OTI6858_AUTHOR "Tomasz Michal Lukaszewski <FIXME@FIXME>" | 59 | #define OTI6858_AUTHOR "Tomasz Michal Lukaszewski <FIXME@FIXME>" |
60 | #define OTI6858_VERSION "0.2" | ||
61 | 60 | ||
62 | static const struct usb_device_id id_table[] = { | 61 | static const struct usb_device_id id_table[] = { |
63 | { USB_DEVICE(OTI6858_VENDOR_ID, OTI6858_PRODUCT_ID) }, | 62 | { USB_DEVICE(OTI6858_VENDOR_ID, OTI6858_PRODUCT_ID) }, |
@@ -899,5 +898,4 @@ module_usb_serial_driver(serial_drivers, id_table); | |||
899 | 898 | ||
900 | MODULE_DESCRIPTION(OTI6858_DESCRIPTION); | 899 | MODULE_DESCRIPTION(OTI6858_DESCRIPTION); |
901 | MODULE_AUTHOR(OTI6858_AUTHOR); | 900 | MODULE_AUTHOR(OTI6858_AUTHOR); |
902 | MODULE_VERSION(OTI6858_VERSION); | ||
903 | MODULE_LICENSE("GPL"); | 901 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/quatech2.c b/drivers/usb/serial/quatech2.c index ffcfc962ab10..d152be97d041 100644 --- a/drivers/usb/serial/quatech2.c +++ b/drivers/usb/serial/quatech2.c | |||
@@ -65,8 +65,6 @@ | |||
65 | #define QT2_WRITE_BUFFER_SIZE 512 /* size of write buffer */ | 65 | #define QT2_WRITE_BUFFER_SIZE 512 /* size of write buffer */ |
66 | #define QT2_WRITE_CONTROL_SIZE 5 /* control bytes used for a write */ | 66 | #define QT2_WRITE_CONTROL_SIZE 5 /* control bytes used for a write */ |
67 | 67 | ||
68 | /* Version Information */ | ||
69 | #define DRIVER_VERSION "v0.1" | ||
70 | #define DRIVER_DESC "Quatech 2nd gen USB to Serial Driver" | 68 | #define DRIVER_DESC "Quatech 2nd gen USB to Serial Driver" |
71 | 69 | ||
72 | #define USB_VENDOR_ID_QUATECH 0x061d | 70 | #define USB_VENDOR_ID_QUATECH 0x061d |
diff --git a/drivers/usb/serial/siemens_mpi.c b/drivers/usb/serial/siemens_mpi.c index e4a1787cdbac..a76b1ae54a2a 100644 --- a/drivers/usb/serial/siemens_mpi.c +++ b/drivers/usb/serial/siemens_mpi.c | |||
@@ -16,8 +16,6 @@ | |||
16 | #include <linux/usb.h> | 16 | #include <linux/usb.h> |
17 | #include <linux/usb/serial.h> | 17 | #include <linux/usb/serial.h> |
18 | 18 | ||
19 | /* Version Information */ | ||
20 | #define DRIVER_VERSION "Version 0.1 09/26/2005" | ||
21 | #define DRIVER_AUTHOR "Thomas Hergenhahn@web.de http://libnodave.sf.net" | 19 | #define DRIVER_AUTHOR "Thomas Hergenhahn@web.de http://libnodave.sf.net" |
22 | #define DRIVER_DESC "Driver for Siemens USB/MPI adapter" | 20 | #define DRIVER_DESC "Driver for Siemens USB/MPI adapter" |
23 | 21 | ||
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index 270860f6bb2a..af06f2f5f38b 100644 --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c | |||
@@ -18,7 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | /* Uncomment to log function calls */ | 19 | /* Uncomment to log function calls */ |
20 | /* #define DEBUG */ | 20 | /* #define DEBUG */ |
21 | #define DRIVER_VERSION "v.1.7.16" | 21 | |
22 | #define DRIVER_AUTHOR "Kevin Lloyd, Elina Pasheva, Matthew Safar, Rory Filer" | 22 | #define DRIVER_AUTHOR "Kevin Lloyd, Elina Pasheva, Matthew Safar, Rory Filer" |
23 | #define DRIVER_DESC "USB Driver for Sierra Wireless USB modems" | 23 | #define DRIVER_DESC "USB Driver for Sierra Wireless USB modems" |
24 | 24 | ||
@@ -1078,7 +1078,6 @@ module_usb_serial_driver(serial_drivers, id_table); | |||
1078 | 1078 | ||
1079 | MODULE_AUTHOR(DRIVER_AUTHOR); | 1079 | MODULE_AUTHOR(DRIVER_AUTHOR); |
1080 | MODULE_DESCRIPTION(DRIVER_DESC); | 1080 | MODULE_DESCRIPTION(DRIVER_DESC); |
1081 | MODULE_VERSION(DRIVER_VERSION); | ||
1082 | MODULE_LICENSE("GPL"); | 1081 | MODULE_LICENSE("GPL"); |
1083 | 1082 | ||
1084 | module_param(nmea, bool, S_IRUGO | S_IWUSR); | 1083 | module_param(nmea, bool, S_IRUGO | S_IWUSR); |
diff --git a/drivers/usb/serial/spcp8x5.c b/drivers/usb/serial/spcp8x5.c index 769c137f8975..a42536af1256 100644 --- a/drivers/usb/serial/spcp8x5.c +++ b/drivers/usb/serial/spcp8x5.c | |||
@@ -28,9 +28,6 @@ | |||
28 | #include <linux/usb.h> | 28 | #include <linux/usb.h> |
29 | #include <linux/usb/serial.h> | 29 | #include <linux/usb/serial.h> |
30 | 30 | ||
31 | |||
32 | /* Version Information */ | ||
33 | #define DRIVER_VERSION "v0.10" | ||
34 | #define DRIVER_DESC "SPCP8x5 USB to serial adaptor driver" | 31 | #define DRIVER_DESC "SPCP8x5 USB to serial adaptor driver" |
35 | 32 | ||
36 | #define SPCP8x5_007_VID 0x04FC | 33 | #define SPCP8x5_007_VID 0x04FC |
@@ -651,5 +648,4 @@ static struct usb_serial_driver * const serial_drivers[] = { | |||
651 | module_usb_serial_driver(serial_drivers, id_table); | 648 | module_usb_serial_driver(serial_drivers, id_table); |
652 | 649 | ||
653 | MODULE_DESCRIPTION(DRIVER_DESC); | 650 | MODULE_DESCRIPTION(DRIVER_DESC); |
654 | MODULE_VERSION(DRIVER_VERSION); | ||
655 | MODULE_LICENSE("GPL"); | 651 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/ssu100.c b/drivers/usb/serial/ssu100.c index 868d1e6852e2..4543ea350229 100644 --- a/drivers/usb/serial/ssu100.c +++ b/drivers/usb/serial/ssu100.c | |||
@@ -46,8 +46,6 @@ | |||
46 | #define FULLPWRBIT 0x00000080 | 46 | #define FULLPWRBIT 0x00000080 |
47 | #define NEXT_BOARD_POWER_BIT 0x00000004 | 47 | #define NEXT_BOARD_POWER_BIT 0x00000004 |
48 | 48 | ||
49 | /* Version Information */ | ||
50 | #define DRIVER_VERSION "v0.1" | ||
51 | #define DRIVER_DESC "Quatech SSU-100 USB to Serial Driver" | 49 | #define DRIVER_DESC "Quatech SSU-100 USB to Serial Driver" |
52 | 50 | ||
53 | #define USB_VENDOR_ID_QUATECH 0x061d /* Quatech VID */ | 51 | #define USB_VENDOR_ID_QUATECH 0x061d /* Quatech VID */ |
diff --git a/drivers/usb/serial/usb_wwan.c b/drivers/usb/serial/usb_wwan.c index 61a73ad1a187..2be2b5b639ae 100644 --- a/drivers/usb/serial/usb_wwan.c +++ b/drivers/usb/serial/usb_wwan.c | |||
@@ -19,7 +19,6 @@ | |||
19 | - controlling the baud rate doesn't make sense | 19 | - controlling the baud rate doesn't make sense |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #define DRIVER_VERSION "v0.7.2" | ||
23 | #define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>" | 22 | #define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>" |
24 | #define DRIVER_DESC "USB Driver for GSM modems" | 23 | #define DRIVER_DESC "USB Driver for GSM modems" |
25 | 24 | ||
@@ -710,5 +709,4 @@ EXPORT_SYMBOL(usb_wwan_resume); | |||
710 | 709 | ||
711 | MODULE_AUTHOR(DRIVER_AUTHOR); | 710 | MODULE_AUTHOR(DRIVER_AUTHOR); |
712 | MODULE_DESCRIPTION(DRIVER_DESC); | 711 | MODULE_DESCRIPTION(DRIVER_DESC); |
713 | MODULE_VERSION(DRIVER_VERSION); | ||
714 | MODULE_LICENSE("GPL"); | 712 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/usb/serial/vivopay-serial.c b/drivers/usb/serial/vivopay-serial.c index 0c0aa876c209..6299526ff8c3 100644 --- a/drivers/usb/serial/vivopay-serial.c +++ b/drivers/usb/serial/vivopay-serial.c | |||
@@ -10,8 +10,6 @@ | |||
10 | #include <linux/usb.h> | 10 | #include <linux/usb.h> |
11 | #include <linux/usb/serial.h> | 11 | #include <linux/usb/serial.h> |
12 | 12 | ||
13 | |||
14 | #define DRIVER_VERSION "v1.0" | ||
15 | #define DRIVER_DESC "ViVOpay USB Serial Driver" | 13 | #define DRIVER_DESC "ViVOpay USB Serial Driver" |
16 | 14 | ||
17 | #define VIVOPAY_VENDOR_ID 0x1d5f | 15 | #define VIVOPAY_VENDOR_ID 0x1d5f |
@@ -42,5 +40,4 @@ module_usb_serial_driver(serial_drivers, id_table); | |||
42 | 40 | ||
43 | MODULE_AUTHOR("Forest Bond <forest.bond@outpostembedded.com>"); | 41 | MODULE_AUTHOR("Forest Bond <forest.bond@outpostembedded.com>"); |
44 | MODULE_DESCRIPTION(DRIVER_DESC); | 42 | MODULE_DESCRIPTION(DRIVER_DESC); |
45 | MODULE_VERSION(DRIVER_VERSION); | ||
46 | MODULE_LICENSE("GPL"); | 43 | MODULE_LICENSE("GPL"); |