diff options
| author | Brian Beattie <beattie@beattie-home.net> | 2002-05-21 20:55:52 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-05-21 20:55:52 -0700 |
| commit | bacf358b98458fc5a4d08b8b79f84e84d5545619 (patch) | |
| tree | 791ba119132d570f8b378d1e43307d6ba0ac4d2c | |
| parent | eae28375dbcbd5e624cae98352f38e4e33e12c06 (diff) | |
[PATCH] change USB scanner maintainer
Add Maintainer for USB scanner
| -rw-r--r-- | MAINTAINERS | 8 | ||||
| -rw-r--r-- | drivers/usb/image/scanner.c | 2 | ||||
| -rw-r--r-- | drivers/usb/image/scanner.h | 3 |
3 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3729a6c838e7..a168ff6ae606 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1726,6 +1726,14 @@ L: linux-usb-devel@lists.sourceforge.net W: http://pegasus2.sourceforge.net/ S: Maintained +USB SCANNER DRIVER +P: Brian Beattie +M: beattie@beattie-home.net +L: linux-usb-users@lists.sourceforge.net +L: linux-usb-devel@lists.sourceforge.net +W: http://www.beattie-home.net/linux +S: Maintained + USB SE401 DRIVER P: Jeroen Vreeken M: pe1rxq@amsat.org diff --git a/drivers/usb/image/scanner.c b/drivers/usb/image/scanner.c index 8c1ac19386d4..3f43ef71ec67 100644 --- a/drivers/usb/image/scanner.c +++ b/drivers/usb/image/scanner.c @@ -300,6 +300,8 @@ * Frank Zago <fzago@greshamstorage.com> and * Oliver Neukum <520047054719-0001@t-online.de> for reviewing/testing. * + * 05/21/02 Currently maintained by Brian Beattie <beattie@beattie-home.net> + * * TODO * - Performance * - Select/poll methods diff --git a/drivers/usb/image/scanner.h b/drivers/usb/image/scanner.h index 7e07b5f84469..f48387e9b3a9 100644 --- a/drivers/usb/image/scanner.h +++ b/drivers/usb/image/scanner.h @@ -19,6 +19,9 @@ * 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 <beattie@beattie-home.net> + * + * */ #include <linux/module.h> |
