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.4.21-pre3.move-ioctls/drivers/usb/scanner.c linux-2.4.21-pre3.maintainer2/drivers/usb/scanner.c --- linux-2.4.21-pre3.move-ioctls/drivers/usb/scanner.c 2003-01-13 00:34:06.000000000 +0100 +++ linux-2.4.21-pre3.maintainer2/drivers/usb/scanner.c 2003-01-17 13:48:16.000000000 ++0100 @@ -4,10 +4,13 @@ * Driver for USB Scanners (linux-2.4.21) * * 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 @@ -337,6 +340,9 @@ * - Removed PV8630 ioctls. Use the standard ioctls instead. * - Made endpoint detection more generic. Basically, only one bulk-in * endpoint is required, everything else is optional. + * - Move the scanner ioctls to usb_scanner_ioctl.h to allow access by archs + * that need it (by Greg KH). + * - New maintainer: Henning Meier-Geinitz. * * TODO * - Performance @@ -359,7 +365,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: * @@ -368,6 +374,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. + */ + + /* * Scanner definitions, macros, module info, * debug/ioctl/data_dump enable, and other constants. diff -u -r linux-2.4.21-pre3.move-ioctls/drivers/usb/scanner.h linux-2.4.21-pre3.maintainer2/drivers/usb/scanner.h --- linux-2.4.21-pre3.move-ioctls/drivers/usb/scanner.h 2003-01-17 12:13:53.000000000 +0100 +++ linux-2.4.21-pre3.maintainer2/drivers/usb/scanner.h 2003-01-17 13:48:32.000000000 ++0100 @@ -2,8 +2,9 @@ * Driver for USB Scanners (linux-2.4.21) * * 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 @@ -21,6 +22,13 @@ * */ +/* + * 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> @@ -43,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 Understand how to protect your customers personal information by implementing SSL on your Apache Web Server. Click here to get our FREE Thawte Apache Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
