summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-12-29 18:15:03 +0000
committernetchild <netchild@FreeBSD.org>2005-12-29 18:15:03 +0000
commite126fe5856cb6e63f7104078e6ad87a013807032 (patch)
tree5d979138cd56f8afbd987b2af49498fb4aa5811f /sys
parent7df453b8824ac5fc9d78a53a0228b09f5f93a18d (diff)
downloadFreeBSD-src-e126fe5856cb6e63f7104078e6ad87a013807032.zip
FreeBSD-src-e126fe5856cb6e63f7104078e6ad87a013807032.tar.gz
Add support for the Canon CanoSvan LIDE 25.
PR: 89509 Submitted by: David Gilbert <dgilbert@daveg.ca>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs1
-rw-r--r--sys/dev/usb/uscanner.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 200857b..6ed4c92 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -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
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c
index 195c9a5..142f85d 100644
--- a/sys/dev/usb/uscanner.c
+++ b/sys/dev/usb/uscanner.c
@@ -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 },
OpenPOWER on IntegriCloud