Commit 4246b06a authored by Maciej Grela's avatar Maciej Grela Committed by Greg Kroah-Hartman

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: default avatarMaciej Grela <maciej.grela@gmail.com>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Acked-by: default avatarMatthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9cfb95ef
...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
#include "protocol.h" #include "protocol.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Driver for Alauda-based card readers");
MODULE_AUTHOR("Daniel Drake <dsd@gentoo.org>");
MODULE_LICENSE("GPL");
/* /*
* Status bytes * Status bytes
*/ */
......
...@@ -30,6 +30,9 @@ ...@@ -30,6 +30,9 @@
#include "scsiglue.h" #include "scsiglue.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("SAT support for Cypress USB/ATA bridges with ATACB");
MODULE_AUTHOR("Matthieu Castet <castet.matthieu@free.fr>");
MODULE_LICENSE("GPL");
/* /*
* The table of devices * The table of devices
......
...@@ -60,6 +60,10 @@ ...@@ -60,6 +60,10 @@
#include "protocol.h" #include "protocol.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Driver for Datafab USB Compact Flash reader");
MODULE_AUTHOR("Jimmie Mayfield <mayfield+datafab@sackheads.org>");
MODULE_LICENSE("GPL");
struct datafab_info { struct datafab_info {
unsigned long sectors; /* total sector count */ unsigned long sectors; /* total sector count */
unsigned long ssize; /* sector size in bytes */ unsigned long ssize; /* sector size in bytes */
......
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
#include "protocol.h" #include "protocol.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Driver for Freecom USB/IDE adaptor");
MODULE_AUTHOR("David Brown <usb-storage@davidb.org>");
MODULE_LICENSE("GPL");
#ifdef CONFIG_USB_STORAGE_DEBUG #ifdef CONFIG_USB_STORAGE_DEBUG
static void pdump (void *, int); static void pdump (void *, int);
#endif #endif
......
...@@ -59,6 +59,9 @@ ...@@ -59,6 +59,9 @@
#include "debug.h" #include "debug.h"
#include "scsiglue.h" #include "scsiglue.h"
MODULE_DESCRIPTION("Driver for In-System Design, Inc. ISD200 ASIC");
MODULE_AUTHOR("Bjrn Stenberg <bjorn@haxx.se>");
MODULE_LICENSE("GPL");
static int isd200_Initialization(struct us_data *us); static int isd200_Initialization(struct us_data *us);
......
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Driver for Lexar \"Jumpshot\" Compact Flash reader");
MODULE_AUTHOR("Jimmie Mayfield <mayfield+usb@sackheads.org>");
MODULE_LICENSE("GPL");
/* /*
* The table of devices * The table of devices
*/ */
......
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
#include "transport.h" #include "transport.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Driver for Rio Karma");
MODULE_AUTHOR("Bob Copeland <me@bobcopeland.com>, Keith Bennett <keith@mcs.st-and.ac.uk>");
MODULE_LICENSE("GPL");
#define RIO_PREFIX "RIOP\x00" #define RIO_PREFIX "RIOP\x00"
#define RIO_PREFIX_LEN 5 #define RIO_PREFIX_LEN 5
#define RIO_SEND_LEN 40 #define RIO_SEND_LEN 40
......
...@@ -37,6 +37,10 @@ ...@@ -37,6 +37,10 @@
#include "usb.h" #include "usb.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Maxtor USB OneTouch hard drive button driver");
MODULE_AUTHOR("Nick Sillik <n.sillik@temple.edu>");
MODULE_LICENSE("GPL");
#define ONETOUCH_PKT_LEN 0x02 #define ONETOUCH_PKT_LEN 0x02
#define ONETOUCH_BUTTON KEY_PROG1 #define ONETOUCH_BUTTON KEY_PROG1
......
...@@ -53,6 +53,9 @@ ...@@ -53,6 +53,9 @@
#include "protocol.h" #include "protocol.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Driver for SanDisk SDDR-09 SmartMedia reader");
MODULE_AUTHOR("Andries Brouwer <aeb@cwi.nl>, Robert Baruch <autophile@starband.net>");
MODULE_LICENSE("GPL");
static int usb_stor_sddr09_dpcm_init(struct us_data *us); static int usb_stor_sddr09_dpcm_init(struct us_data *us);
static int sddr09_transport(struct scsi_cmnd *srb, struct us_data *us); static int sddr09_transport(struct scsi_cmnd *srb, struct us_data *us);
......
...@@ -35,6 +35,9 @@ ...@@ -35,6 +35,9 @@
#include "protocol.h" #include "protocol.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Driver for SanDisk SDDR-55 SmartMedia reader");
MODULE_AUTHOR("Simon Munton");
MODULE_LICENSE("GPL");
/* /*
* The table of devices * The table of devices
......
...@@ -54,6 +54,9 @@ ...@@ -54,6 +54,9 @@
#include "protocol.h" #include "protocol.h"
#include "debug.h" #include "debug.h"
MODULE_DESCRIPTION("Driver for SCM Microsystems (a.k.a. Shuttle) USB-ATAPI cable");
MODULE_AUTHOR("Daniel Drake <dsd@gentoo.org>, Robert Baruch <autophile@starband.net>");
MODULE_LICENSE("GPL");
/* Supported device types */ /* Supported device types */
#define USBAT_DEV_HP8200 0x01 #define USBAT_DEV_HP8200 0x01
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment