Add identifier for the Epson CX3650 all-in-one scanner function.
This enables the scanner function on these devices to be detected and probed by uscanner(4), but only when ulpt is not loaded. PR: usb/92462 Submitted by: Friedrich Volkmann MFC after: 30 days
This commit is contained in:
parent
36a64d1321
commit
d180698897
@ -890,6 +890,7 @@ 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 3500 0x080e CX-3500/3600/3650 MFP
|
||||
product EPSON RX425 0x080f Stylus Photo RX425 scanner
|
||||
|
||||
/* e-TEK Labs products */
|
||||
|
@ -213,6 +213,7 @@ static const struct uscan_info uscanner_devs[] = {
|
||||
{{ 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 },
|
||||
{{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3500 }, USC_KEEP_OPEN },
|
||||
|
||||
/* UMAX */
|
||||
{{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1220U }, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user