mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Add support for the Canon CanoSvan LIDE 25.
PR: 89509 Submitted by: David Gilbert <dgilbert@daveg.ca>
This commit is contained in:
parent
293b843c5e
commit
1b4c44fb4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153846
@ -706,6 +706,7 @@ product CANON N656U 0x2206 CanoScan N656U
|
||||
product CANON N1220U 0x2207 CanoScan N1220U
|
||||
product CANON N676U 0x220d CanoScan N676U
|
||||
product CANON N1240U 0x220e CanoScan N1240U
|
||||
product CANON LIDE25 0x2220 CanoScan LIDE 25
|
||||
product CANON S10 0x3041 PowerShot S10
|
||||
product CANON S100 0x3045 PowerShot S100
|
||||
product CANON S200 0x3065 PowerShot S200
|
||||
|
@ -124,6 +124,7 @@ static const struct uscan_info uscanner_devs[] = {
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N676U }, 0 },
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1220U }, 0 },
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1240U }, 0 },
|
||||
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_LIDE25 }, 0 },
|
||||
|
||||
/* Kye */
|
||||
{{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user