diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/alauda.c | 4 | ||||
-rw-r--r-- | drivers/usb/storage/cypress_atacb.c | 3 | ||||
-rw-r--r-- | drivers/usb/storage/datafab.c | 4 | ||||
-rw-r--r-- | drivers/usb/storage/freecom.c | 4 | ||||
-rw-r--r-- | drivers/usb/storage/isd200.c | 3 | ||||
-rw-r--r-- | drivers/usb/storage/jumpshot.c | 4 | ||||
-rw-r--r-- | drivers/usb/storage/karma.c | 4 | ||||
-rw-r--r-- | drivers/usb/storage/onetouch.c | 4 | ||||
-rw-r--r-- | drivers/usb/storage/sddr09.c | 3 | ||||
-rw-r--r-- | drivers/usb/storage/sddr55.c | 3 | ||||
-rw-r--r-- | drivers/usb/storage/shuttle_usbat.c | 3 |
11 files changed, 39 insertions, 0 deletions
diff --git a/drivers/usb/storage/alauda.c b/drivers/usb/storage/alauda.c index d3a88ebe690b..67edc65acb8e 100644 --- a/drivers/usb/storage/alauda.c +++ b/drivers/usb/storage/alauda.c | |||
@@ -42,6 +42,10 @@ | |||
42 | #include "protocol.h" | 42 | #include "protocol.h" |
43 | #include "debug.h" | 43 | #include "debug.h" |
44 | 44 | ||
45 | MODULE_DESCRIPTION("Driver for Alauda-based card readers"); | ||
46 | MODULE_AUTHOR("Daniel Drake <dsd@gentoo.org>"); | ||
47 | MODULE_LICENSE("GPL"); | ||
48 | |||
45 | /* | 49 | /* |
46 | * Status bytes | 50 | * Status bytes |
47 | */ | 51 | */ |
diff --git a/drivers/usb/storage/cypress_atacb.c b/drivers/usb/storage/cypress_atacb.c index 19306f7b1dae..c84471821183 100644 --- a/drivers/usb/storage/cypress_atacb.c +++ b/drivers/usb/storage/cypress_atacb.c | |||
@@ -30,6 +30,9 @@ | |||
30 | #include "scsiglue.h" | 30 | #include "scsiglue.h" |
31 | #include "debug.h" | 31 | #include "debug.h" |
32 | 32 | ||
33 | MODULE_DESCRIPTION("SAT support for Cypress USB/ATA bridges with ATACB"); | ||
34 | MODULE_AUTHOR("Matthieu Castet <castet.matthieu@free.fr>"); | ||
35 | MODULE_LICENSE("GPL"); | ||
33 | 36 | ||
34 | /* | 37 | /* |
35 | * The table of devices | 38 | * The table of devices |
diff --git a/drivers/usb/storage/datafab.c b/drivers/usb/storage/datafab.c index 2d8d83519090..2b6e565262c2 100644 --- a/drivers/usb/storage/datafab.c +++ b/drivers/usb/storage/datafab.c | |||
@@ -60,6 +60,10 @@ | |||
60 | #include "protocol.h" | 60 | #include "protocol.h" |
61 | #include "debug.h" | 61 | #include "debug.h" |
62 | 62 | ||
63 | MODULE_DESCRIPTION("Driver for Datafab USB Compact Flash reader"); | ||
64 | MODULE_AUTHOR("Jimmie Mayfield <mayfield+datafab@sackheads.org>"); | ||
65 | MODULE_LICENSE("GPL"); | ||
66 | |||
63 | struct datafab_info { | 67 | struct datafab_info { |
64 | unsigned long sectors; /* total sector count */ | 68 | unsigned long sectors; /* total sector count */ |
65 | unsigned long ssize; /* sector size in bytes */ | 69 | unsigned long ssize; /* sector size in bytes */ |
diff --git a/drivers/usb/storage/freecom.c b/drivers/usb/storage/freecom.c index 393047b3890d..54cc94277acb 100644 --- a/drivers/usb/storage/freecom.c +++ b/drivers/usb/storage/freecom.c | |||
@@ -35,6 +35,10 @@ | |||
35 | #include "protocol.h" | 35 | #include "protocol.h" |
36 | #include "debug.h" | 36 | #include "debug.h" |
37 | 37 | ||
38 | MODULE_DESCRIPTION("Driver for Freecom USB/IDE adaptor"); | ||
39 | MODULE_AUTHOR("David Brown <usb-storage@davidb.org>"); | ||
40 | MODULE_LICENSE("GPL"); | ||
41 | |||
38 | #ifdef CONFIG_USB_STORAGE_DEBUG | 42 | #ifdef CONFIG_USB_STORAGE_DEBUG |
39 | static void pdump (void *, int); | 43 | static void pdump (void *, int); |
40 | #endif | 44 | #endif |
diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c index df943008538c..882c57b399f7 100644 --- a/drivers/usb/storage/isd200.c +++ b/drivers/usb/storage/isd200.c | |||
@@ -59,6 +59,9 @@ | |||
59 | #include "debug.h" | 59 | #include "debug.h" |
60 | #include "scsiglue.h" | 60 | #include "scsiglue.h" |
61 | 61 | ||
62 | MODULE_DESCRIPTION("Driver for In-System Design, Inc. ISD200 ASIC"); | ||
63 | MODULE_AUTHOR("Björn Stenberg <bjorn@haxx.se>"); | ||
64 | MODULE_LICENSE("GPL"); | ||
62 | 65 | ||
63 | static int isd200_Initialization(struct us_data *us); | 66 | static int isd200_Initialization(struct us_data *us); |
64 | 67 | ||
diff --git a/drivers/usb/storage/jumpshot.c b/drivers/usb/storage/jumpshot.c index a50d6dc1fe64..1c69420e3acf 100644 --- a/drivers/usb/storage/jumpshot.c +++ b/drivers/usb/storage/jumpshot.c | |||
@@ -58,6 +58,10 @@ | |||
58 | #include "debug.h" | 58 | #include "debug.h" |
59 | 59 | ||
60 | 60 | ||
61 | MODULE_DESCRIPTION("Driver for Lexar \"Jumpshot\" Compact Flash reader"); | ||
62 | MODULE_AUTHOR("Jimmie Mayfield <mayfield+usb@sackheads.org>"); | ||
63 | MODULE_LICENSE("GPL"); | ||
64 | |||
61 | /* | 65 | /* |
62 | * The table of devices | 66 | * The table of devices |
63 | */ | 67 | */ |
diff --git a/drivers/usb/storage/karma.c b/drivers/usb/storage/karma.c index cfb8e60866b8..7953d93a7739 100644 --- a/drivers/usb/storage/karma.c +++ b/drivers/usb/storage/karma.c | |||
@@ -28,6 +28,10 @@ | |||
28 | #include "transport.h" | 28 | #include "transport.h" |
29 | #include "debug.h" | 29 | #include "debug.h" |
30 | 30 | ||
31 | MODULE_DESCRIPTION("Driver for Rio Karma"); | ||
32 | MODULE_AUTHOR("Bob Copeland <me@bobcopeland.com>, Keith Bennett <keith@mcs.st-and.ac.uk>"); | ||
33 | MODULE_LICENSE("GPL"); | ||
34 | |||
31 | #define RIO_PREFIX "RIOP\x00" | 35 | #define RIO_PREFIX "RIOP\x00" |
32 | #define RIO_PREFIX_LEN 5 | 36 | #define RIO_PREFIX_LEN 5 |
33 | #define RIO_SEND_LEN 40 | 37 | #define RIO_SEND_LEN 40 |
diff --git a/drivers/usb/storage/onetouch.c b/drivers/usb/storage/onetouch.c index 8bd095635a99..380233bd6a39 100644 --- a/drivers/usb/storage/onetouch.c +++ b/drivers/usb/storage/onetouch.c | |||
@@ -37,6 +37,10 @@ | |||
37 | #include "usb.h" | 37 | #include "usb.h" |
38 | #include "debug.h" | 38 | #include "debug.h" |
39 | 39 | ||
40 | MODULE_DESCRIPTION("Maxtor USB OneTouch hard drive button driver"); | ||
41 | MODULE_AUTHOR("Nick Sillik <n.sillik@temple.edu>"); | ||
42 | MODULE_LICENSE("GPL"); | ||
43 | |||
40 | #define ONETOUCH_PKT_LEN 0x02 | 44 | #define ONETOUCH_PKT_LEN 0x02 |
41 | #define ONETOUCH_BUTTON KEY_PROG1 | 45 | #define ONETOUCH_BUTTON KEY_PROG1 |
42 | 46 | ||
diff --git a/drivers/usb/storage/sddr09.c b/drivers/usb/storage/sddr09.c index 170ad86b2d3e..ab5f9f37575a 100644 --- a/drivers/usb/storage/sddr09.c +++ b/drivers/usb/storage/sddr09.c | |||
@@ -53,6 +53,9 @@ | |||
53 | #include "protocol.h" | 53 | #include "protocol.h" |
54 | #include "debug.h" | 54 | #include "debug.h" |
55 | 55 | ||
56 | MODULE_DESCRIPTION("Driver for SanDisk SDDR-09 SmartMedia reader"); | ||
57 | MODULE_AUTHOR("Andries Brouwer <aeb@cwi.nl>, Robert Baruch <autophile@starband.net>"); | ||
58 | MODULE_LICENSE("GPL"); | ||
56 | 59 | ||
57 | static int usb_stor_sddr09_dpcm_init(struct us_data *us); | 60 | static int usb_stor_sddr09_dpcm_init(struct us_data *us); |
58 | static int sddr09_transport(struct scsi_cmnd *srb, struct us_data *us); | 61 | static int sddr09_transport(struct scsi_cmnd *srb, struct us_data *us); |
diff --git a/drivers/usb/storage/sddr55.c b/drivers/usb/storage/sddr55.c index e97716f8eb02..44dfed7754ed 100644 --- a/drivers/usb/storage/sddr55.c +++ b/drivers/usb/storage/sddr55.c | |||
@@ -35,6 +35,9 @@ | |||
35 | #include "protocol.h" | 35 | #include "protocol.h" |
36 | #include "debug.h" | 36 | #include "debug.h" |
37 | 37 | ||
38 | MODULE_DESCRIPTION("Driver for SanDisk SDDR-55 SmartMedia reader"); | ||
39 | MODULE_AUTHOR("Simon Munton"); | ||
40 | MODULE_LICENSE("GPL"); | ||
38 | 41 | ||
39 | /* | 42 | /* |
40 | * The table of devices | 43 | * The table of devices |
diff --git a/drivers/usb/storage/shuttle_usbat.c b/drivers/usb/storage/shuttle_usbat.c index d4fe0bb327a7..b62a28814ebe 100644 --- a/drivers/usb/storage/shuttle_usbat.c +++ b/drivers/usb/storage/shuttle_usbat.c | |||
@@ -54,6 +54,9 @@ | |||
54 | #include "protocol.h" | 54 | #include "protocol.h" |
55 | #include "debug.h" | 55 | #include "debug.h" |
56 | 56 | ||
57 | MODULE_DESCRIPTION("Driver for SCM Microsystems (a.k.a. Shuttle) USB-ATAPI cable"); | ||
58 | MODULE_AUTHOR("Daniel Drake <dsd@gentoo.org>, Robert Baruch <autophile@starband.net>"); | ||
59 | MODULE_LICENSE("GPL"); | ||
57 | 60 | ||
58 | /* Supported device types */ | 61 | /* Supported device types */ |
59 | #define USBAT_DEV_HP8200 0x01 | 62 | #define USBAT_DEV_HP8200 0x01 |