Allow the EPSON USB scanner 1250 to be recognised as a uscanner device.
Submitted by: Cristiano Deana <deana@bmm.it> By way of: n_hibma MFC after: 3 days
This commit is contained in:
parent
177935c8d6
commit
62db9d4d27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116292
@ -607,6 +607,7 @@ product EPSON 1200 0x0104 Perfection 1200U / 1200Photo scanner
|
||||
product EPSON 1600 0x0107 Expression 1600 scanner
|
||||
product EPSON 1640 0x010a Perfection 1640SU scanner
|
||||
product EPSON 1240 0x010b Perfection 1240U / 1240Photo scanner
|
||||
product EPSON 1250 0x010f Perfection 1250U / 1250Photo scanner
|
||||
product EPSON 640U 0x010c Perfection 640U scanner
|
||||
product EPSON 1650 0x0110 Perfection 1650 scanner
|
||||
product EPSON GT9700F 0x0112 GT-9700F scanner
|
||||
|
@ -177,6 +177,7 @@ static const struct uscan_info uscanner_devs[] = {
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_610 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1200 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1240 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1250 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1600 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640 }, 0 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_640U }, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user