diff options
author | Maciej Grela <maciej.grela@gmail.com> | 2009-02-28 15:39:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:35 -0400 |
commit | 4246b06a33ebdd6593dccaab3aa01eb0c9f8c1c8 (patch) | |
tree | f76a1f9d406da7390c960f698e4b8c8f4f26e9fc /drivers/usb/storage/shuttle_usbat.c | |
parent | 9cfb95ef72c637bc9b90260e0f98a23f3f49b1bb (diff) |
USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* modules
The lack of a MODULE_LICENSE macro in ums-* subdrivers prevented them
from loading. Needs to be applied after Alan Stern's usb-storage
subdriver separation patchset. Also added missing MODULE_DESCRIPTION and
MODULE_AUTHOR entries.
Signed-off-by: Maciej Grela <maciej.grela@gmail.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/shuttle_usbat.c')
-rw-r--r-- | drivers/usb/storage/shuttle_usbat.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |