Add support for Canon CanoScan D660U.
PR: 87395 Submitted by: Eirik Mikkelsen <eirik@bsdbox.org>
This commit is contained in:
parent
fb170c4420
commit
b85f5cf149
@ -92,6 +92,8 @@ AGFA SnapScan Touch
|
||||
.It
|
||||
Avision 1200U
|
||||
.It
|
||||
Canon CanoScan D660U
|
||||
.It
|
||||
Canon CanoScan N656U
|
||||
.It
|
||||
Canon CanoScan N676U
|
||||
|
@ -713,6 +713,7 @@ product BTC BTC7932 0x6782 Keyboard with mouse port
|
||||
/* Canon, Inc. products */
|
||||
product CANON N656U 0x2206 CanoScan N656U
|
||||
product CANON N1220U 0x2207 CanoScan N1220U
|
||||
product CANON D660U 0x2208 CanoScan D660U
|
||||
product CANON N676U 0x220d CanoScan N676U
|
||||
product CANON N1240U 0x220e CanoScan N1240U
|
||||
product CANON LIDE25 0x2220 CanoScan LIDE 25
|
||||
|
@ -124,6 +124,7 @@ static const struct uscan_info uscanner_devs[] = {
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U }, 0 },
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N676U }, 0 },
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1220U }, 0 },
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_D660U }, 0 },
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1240U }, 0 },
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_LIDE25 }, 0 },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user