patch-2.4.0-test6 linux/drivers/usb/uhci.c
Next file: linux/drivers/usb/usb-ohci.c
Previous file: linux/drivers/usb/storage/usb.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Jul 27 18:36:54 2000
- Orig file:
v2.4.0-test5/linux/drivers/usb/uhci.c
- Orig date:
Thu Jul 27 17:38:01 2000
diff -u --recursive --new-file v2.4.0-test5/linux/drivers/usb/uhci.c linux/drivers/usb/uhci.c
@@ -49,6 +49,7 @@
static int debug = 1;
MODULE_PARM(debug, "i");
+MODULE_PARM_DESC(debug, "Debug level");
static kmem_cache_t *uhci_td_cachep;
static kmem_cache_t *uhci_qh_cachep;
@@ -2541,5 +2542,8 @@
pm_unregister_all(handle_pm_event);
uhci_cleanup();
}
+
+MODULE_AUTHOR("Linus Torvalds, Johannes Erdfelt, Randy Dunlap, Georg Acher, Deti Fliegl, Thomas Sailer, Roman Weissgaerber");
+MODULE_DESCRIPTION("USB Universal Host Controller Interface driver");
#endif //MODULE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)