mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
- Add support for the Epson RX425 scanner.
PR: usb/95346 Submitted by: Matthieu Guegan <lesaint@gcu.info> Approved by: cperciva (mentor) MFC after: 3 days
This commit is contained in:
parent
0909f38a3c
commit
281f5eff33
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157629
@ -877,6 +877,7 @@ 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
|
||||
product EPSON RX425 0x080f Stylus Photo RX425 scanner
|
||||
|
||||
/* e-TEK Labs products */
|
||||
product ETEK 1COM 0x8007 Serial
|
||||
|
@ -206,6 +206,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_RX425 }, 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 New Issue
Block a user