mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add Epson Perfection 1270 scanner. All other scanners in the PR are already
detected, but with a different name. PR: 98106 Submitted by: Lars Engels <lars.engels@0x20.net>
This commit is contained in:
parent
e932b6c236
commit
4e93c5c41e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159742
@ -122,6 +122,8 @@ Epson Perfection 1250
|
||||
.It
|
||||
Epson Perfection 1260
|
||||
.It
|
||||
Epson Perfection 1270
|
||||
.It
|
||||
Epson Expression 1600
|
||||
.It
|
||||
Epson Perfection 1640SU
|
||||
|
@ -877,6 +877,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 1270 0x0120 Perfection 1270 scanner
|
||||
product EPSON 2480 0x0121 Perfection 2480 scanner
|
||||
product EPSON RX425 0x080f Stylus Photo RX425 scanner
|
||||
|
||||
|
@ -207,6 +207,7 @@ static const struct uscan_info uscanner_devs[] = {
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1660 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1670 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1270 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_RX425 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3200 }, USC_KEEP_OPEN },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
|
||||
|
Loading…
Reference in New Issue
Block a user