linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add Epson Perfection 1640SU scanner to scanner.c
@ 2001-03-03  2:52 Jesse Wyant
  0 siblings, 0 replies; only message in thread
From: Jesse Wyant @ 2001-03-03  2:52 UTC (permalink / raw)
  To: linux-kernel


Just purchased an Epson Perfection 1640SU (SCSI/USB) scanner (1600 dpi optical),
and found in some tips (forgot where now) on getting it recognized by the USB code:
(I made the change in a vanilla 2.4.2 kernel.)

diff -urNb linux-2.4.2/drivers/usb/scanner.c linux-2.4.2.modified/drivers/usb/scanner.c
--- linux-2.4.2/drivers/usb/scanner.c   Thu Jan  4 13:15:32 2001
+++ linux-2.4.2.modified/drivers/usb/scanner.c  Sat Feb 24 22:49:21 2001
@@ -303,6 +303,7 @@
    { USB_DEVICE(0x04b8, 0x0104) }, /* Perfection 1200U and 1200Photo*/
    { USB_DEVICE(0x04b8, 0x0106) }, /* Stylus Scan 2500 */ 
    { USB_DEVICE(0x04b8, 0x0107) }, /* Expression 1600 */ 
+   { USB_DEVICE(0x04b8, 0x010a) }, /* Perfection 1640SU and 1640SUPhoto */
    /* Umax */ 
    { USB_DEVICE(0x1606, 0x0010) }, /* Astra 1220U */
    { USB_DEVICE(0x1606, 0x0030) }, /* Astra 2000U */


FYI, it works well with the latest SANE packages; some of my friends of the Windows
persuasion find it easier to use (XSane) than other scanner packages they're used to.
And more stable.  :)

-jesse


Jesse Wyant - jrwyant@frx774.dhs.org
------------------------------------------------------------
If there was any justice in the world, "trust" would be a four-letter word.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-03  2:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-03  2:52 [PATCH] Add Epson Perfection 1640SU scanner to scanner.c Jesse Wyant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).