Add support for Cannon LIDE 20 scanner

PR:	kern/74301
Submitted by:	Vlad Manilici <vman@tmok.com>
MFC after:	1 week
This commit is contained in:
Julian Elischer 2004-12-12 08:35:21 +00:00
parent 32e7342827
commit a09345e6cd
2 changed files with 2 additions and 0 deletions

View File

@ -623,6 +623,7 @@ product CANON N1240U 0x220e CanoScan N1240U
product CANON S10 0x3041 PowerShot S10
product CANON S100 0x3045 PowerShot S100
product CANON S200 0x3065 PowerShot S200
product CANON Lide20 0x220d CANOSCAN Lide20
/* CATC products */
product CATC NETMATE 0x000a Netmate ethernet adapter

View File

@ -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_Lide20 }, 0 },
/* Kye */
{{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },