Add support for Epson 2480 scanner.
PR: 86094 Submitted by: Erik Norgaard <norgaard@locolomo.org>
This commit is contained in:
parent
80320ff9fd
commit
5d64a3828e
@ -857,6 +857,7 @@ product EPSON 3200 0x011c Perfection 3200 scanner
|
||||
product EPSON 1260 0x011d Perfection 1260 scanner
|
||||
product EPSON 1660 0x011e Perfection 1660 scanner
|
||||
product EPSON 1670 0x011f Perfection 1670 scanner
|
||||
product EPSON 2480 0x0121 Perfection 2480 scanner
|
||||
|
||||
/* e-TEK Labs products */
|
||||
product ETEK 1COM 0x8007 Serial
|
||||
|
@ -205,6 +205,7 @@ static const struct uscan_info uscanner_devs[] = {
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3200 }, USC_KEEP_OPEN },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9300UF }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_2480 }, 0 },
|
||||
|
||||
/* UMAX */
|
||||
{{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1220U }, 0 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user