Hi,
Here's a patch against 2.4.11-pre6 that adds the MODULE_LICENSE macro to
two drivers that were missing it.
thanks,
greg k-h
(temporary USB maintainer)
diff --minimal -Nru a/drivers/usb/usb-uhci.c b/drivers/usb/usb-uhci.c
--- a/drivers/usb/usb-uhci.c Tue Oct 9 14:16:55 2001
+++ b/drivers/usb/usb-uhci.c Tue Oct 9 14:16:55 2001
@@ -3129,4 +3129,5 @@
MODULE_AUTHOR( DRIVER_AUTHOR );
MODULE_DESCRIPTION( DRIVER_DESC );
+MODULE_LICENSE("GPL");
diff --minimal -Nru a/drivers/usb/hpusbscsi.c b/drivers/usb/hpusbscsi.c
--- a/drivers/usb/hpusbscsi.c Tue Oct 9 14:16:55 2001
+++ b/drivers/usb/hpusbscsi.c Tue Oct 9 14:16:55 2001
@@ -145,6 +145,8 @@
};
MODULE_DEVICE_TABLE (usb, hpusbscsi_usb_ids);
+MODULE_LICENSE("GPL");
+
static struct usb_driver hpusbscsi_usb_driver = {
name:"hpusbscsi",
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel