patch-2.4.5 linux/drivers/usb/dabusb.c
Next file: linux/drivers/usb/dc2xx.c
Previous file: linux/drivers/usb/bluetooth.c
Back to the patch index
Back to the overall index
-  Lines: 37
-  Date:
Mon May 21 15:02:06 2001
-  Orig file: 
v2.4.4/linux/drivers/usb/dabusb.c
-  Orig date: 
Thu Jan  4 13:15:32 2001
diff -u --recursive --new-file v2.4.4/linux/drivers/usb/dabusb.c linux/drivers/usb/dabusb.c
@@ -43,6 +43,13 @@
 #include "dabusb.h"
 #include "dabfirmware.h"
 
+/*
+ * Version Information
+ */
+#define DRIVER_VERSION "v1.54"
+#define DRIVER_AUTHOR "Deti Fliegl, deti@fliegl.de"
+#define DRIVER_DESC "DAB-USB Interface Driver for Linux (c)1999"
+
 /* --------------------------------------------------------------------- */
 
 #define NRDABUSB 4
@@ -829,6 +836,10 @@
 		return -1;
 
 	dbg("dabusb_init: driver registered");
+
+	info(DRIVER_VERSION " " DRIVER_AUTHOR);
+	info(DRIVER_DESC);
+
 	return 0;
 }
 
@@ -841,8 +852,9 @@
 
 /* --------------------------------------------------------------------- */
 
-MODULE_AUTHOR ("Deti Fliegl, deti@fliegl.de");
-MODULE_DESCRIPTION ("DAB-USB Interface Driver for Linux (c)1999");
+MODULE_AUTHOR( DRIVER_AUTHOR );
+MODULE_DESCRIPTION( DRIVER_DESC );
+
 MODULE_PARM (buffers, "i");
 MODULE_PARM_DESC (buffers, "Number of buffers (default=256)");
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)