ChangeSet 1.985, 2003/02/04 11:24:05+11:00, [EMAIL PROTECTED] [PATCH] USB scanner.h, scanner.c: maintainer change
This patch changes the maintainer from Brian Beattie to Henning Meier-Geinitz and adds a link to the documentation and website. diff -Nru a/drivers/usb/image/scanner.c b/drivers/usb/image/scanner.c --- a/drivers/usb/image/scanner.c Tue Feb 4 15:16:38 2003 +++ b/drivers/usb/image/scanner.c Tue Feb 4 15:16:38 2003 @@ -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]>. @@ -363,7 +364,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: * @@ -371,6 +372,14 @@ * 300 dpi scan of the entire bed * 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 -Nru a/drivers/usb/image/scanner.h b/drivers/usb/image/scanner.h --- a/drivers/usb/image/scanner.h Tue Feb 4 15:16:38 2003 +++ b/drivers/usb/image/scanner.h Tue Feb 4 15:16:38 2003 @@ -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: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
