Add support for Epson 1660 scanner.
Submitted by: Bruno Schwander <bruno@tinkerbox.org> MFC after: 3 days
This commit is contained in:
parent
c3dfdfd132
commit
652fde6f1f
@ -594,6 +594,7 @@ product EPSON 1640 0x010a Perfection 1640SU scanner
|
||||
product EPSON 1240 0x010b Perfection 1240U / 1240Photo scanner
|
||||
product EPSON 640U 0x010c Perfection 640U scanner
|
||||
product EPSON 1650 0x0110 Perfection 1650 scanner
|
||||
product EPSON 1660 0x011e Perfection 1660 scanner
|
||||
product EPSON GT9700F 0x0112 GT-9700F scanner
|
||||
product EPSON 1260 0x011d Perfection 1260 scanner
|
||||
|
||||
|
@ -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_640U }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1650 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1660 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user