mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Make uscanner recognise EPSON Perfection 3200. Tested with xsane.
PR: kern/63041 MFC after: 3 days
This commit is contained in:
parent
712f57d8ab
commit
91bdd189c6
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ static const struct uscan_info uscanner_devs[] = {
|
|||
{{ 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_3200 }, USC_KEEP_OPEN },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9300UF }, 0 },
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue