Hi,

This patch changes the maintainer from Brian Beattie to Henning
Meier-Geinitz and adds a link to the documentation and website.

Bye,
  Henning

diff -u -r linux-2.5.59/drivers/usb/image/scanner.c 
linux-2.5.59-maintainer2/drivers/usb/image/scanner.c
--- linux-2.5.59/drivers/usb/image/scanner.c    2003-01-17 03:21:48.000000000 +0100
+++ linux-2.5.59-maintainer2/drivers/usb/image/scanner.c        2003-01-18 
+00:13:43.000000000 +0100
@@ -1,13 +1,16 @@
 /* -*- linux-c -*- */
 
 /* 
- * Driver for USB Scanners (linux-2.5.54)
+ * Driver for USB Scanners (linux-2.5.60)
  *
  * Copyright (C) 1999, 2000, 2001, 2002 David E. Nelson
+ * Copyright (C) 2002, 2003 Henning Meier-Geinitz
  *
  * Portions may be copyright Brad Keryan and Michael Gee.
  *
- * Brian Beattie <[EMAIL PROTECTED]>
+ * Previously maintained by Brian Beattie
+ *
+ * Current maintainer: Henning Meier-Geinitz <[EMAIL PROTECTED]>
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -300,8 +303,6 @@
  *      Frank Zago <[EMAIL PROTECTED]> and
  *      Oliver Neukum <[EMAIL PROTECTED]> for reviewing/testing.
  *
- * 05/21/02 Currently maintained by Brian Beattie <[EMAIL PROTECTED]>
- *
  * 0.4.8  5/30/2002
  *    - Added Mustek BearPaw 2400 TA.  Thanks to Sergey
  *      Vlasov <[EMAIL PROTECTED]>.
@@ -360,7 +361,7 @@
  *    - All the developers that are working on USB SANE backends or other
  *      applications to use USB scanners.
  *    - Thanks to Greg KH <[EMAIL PROTECTED]> for setting up Brian Beattie
- *      to be the new USB Scanner maintainer.
+ *      and Henning Meier-Geinitz to be the new USB Scanner maintainer.
  *
  *  Performance:
  *
@@ -369,6 +370,14 @@
  *      24 Bit Color ~ 70 secs - 3.6 Mbit/sec
  *       8 Bit Gray ~ 17 secs - 4.2 Mbit/sec */
 
+/*
+ * For documentation, see Documentation/usb/scanner.txt.
+ * Website: http://www.meier-geinitz.de/kernel/
+ * Please contact the maintainer if your scanner is not detected by this
+ * driver automatically.
+ */
+
+
 #include <asm/byteorder.h>
 
 /* 
diff -u -r linux-2.5.59/drivers/usb/image/scanner.h 
linux-2.5.59-maintainer2/drivers/usb/image/scanner.h
--- linux-2.5.59/drivers/usb/image/scanner.h    2003-01-17 03:22:03.000000000 +0100
+++ linux-2.5.59-maintainer2/drivers/usb/image/scanner.h        2003-01-18 
+00:21:34.000000000 +0100
@@ -1,9 +1,10 @@
 /*
- * Driver for USB Scanners (linux-2.5.54)
+ * Driver for USB Scanners (linux-2.5.60)
  *
  * Copyright (C) 1999, 2000, 2001, 2002 David E. Nelson
+ * Previously maintained by Brian Beattie
  *
- * Brian Beattie <[EMAIL PROTECTED]>
+ * Current maintainer: Henning Meier-Geinitz <[EMAIL PROTECTED]>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -19,11 +20,16 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * 05/21/02 Currently maintained by Brian Beattie <[EMAIL PROTECTED]>
- *
- *
  */ 
 
+/*
+ * For documentation, see Documentation/usb/scanner.txt.
+ * Website: http://www.meier-geinitz.de/kernel/
+ * Please contact the maintainer if your scanner is not detected by this
+ * driver automatically.
+ */
+
+
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
@@ -45,7 +51,7 @@
 
 static __s32 vendor=-1, product=-1, read_timeout=0;
 
-MODULE_AUTHOR("Brian Beattie, [EMAIL PROTECTED]");
+MODULE_AUTHOR("Henning Meier-Geinitz, [EMAIL PROTECTED]");
 MODULE_DESCRIPTION(DRIVER_DESC" "DRIVER_VERSION);
 MODULE_LICENSE("GPL");
 


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to