Support for the "Seiko Epson Perfection 1260 scanner".

Submitted by:	Michael Lestinsky <michael@lestinsky.de>
MFC After:	3 days
This commit is contained in:
joe 2003-01-20 00:41:30 +00:00
parent 3121f61a26
commit 119058acd0
3 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,7 @@ Supported are:
.It Epson Perfection 610 .It Epson Perfection 610
.It Epson Perfection 636U / 636Photo .It Epson Perfection 636U / 636Photo
.It Epson Perfection 1200U / 1200Photo .It Epson Perfection 1200U / 1200Photo
.It Epson Perfection 1260 / 1260Photo
.It Epson Expression 1600 .It Epson Expression 1600
.It Hewlett Packard Photosmart S20 .It Hewlett Packard Photosmart S20
.It Hewlett Packard Scanjet 2200C .It Hewlett Packard Scanjet 2200C

View File

@ -595,6 +595,7 @@ product EPSON 1240 0x010b Perfection 1240U / 1240Photo scanner
product EPSON 640U 0x010c Perfection 640U scanner product EPSON 640U 0x010c Perfection 640U scanner
product EPSON 1650 0x0110 Perfection 1650 scanner product EPSON 1650 0x0110 Perfection 1650 scanner
product EPSON GT9700F 0x0112 GT-9700F scanner product EPSON GT9700F 0x0112 GT-9700F scanner
product EPSON 1260 0x011d Perfection 1260 scanner
/* e-TEK Labs products */ /* e-TEK Labs products */
product ETEK 1COM 0x8007 Serial port product ETEK 1COM 0x8007 Serial port

View File

@ -181,6 +181,7 @@ static const struct uscan_info uscanner_devs[] = {
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_640U }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_640U }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1650 }, 0 }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1650 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260 }, 0 },
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN }, {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
/* UMAX */ /* UMAX */