aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2004-01-03 12:51:59 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2004-01-03 12:51:59 +0000
commitbab0ca7f3a7d38f5377cf1b123cdc50dad54551a (patch)
tree797d06b2669a8ea4320cb5cabcff955c8d87c84b
parent6fc4b10f5811f1a7fbabb68a4305b502db462f4a (diff)
Notes
-rw-r--r--sys/dev/usb/usbdevs2
-rw-r--r--sys/dev/usb/uscanner.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index cf14ba5aa3ae1..5b6e6fa08cc8e 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -518,6 +518,8 @@ product BROADCOM BCM2033 0x2033 BCM2033 Bluetooth USB dongle
/* Canon, Inc. products */
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 S10 0x3041 PowerShot S10
product CANON S100 0x3045 PowerShot S100
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c
index a97a93d5e6d8a..a13b72f98c7b2 100644
--- a/sys/dev/usb/uscanner.c
+++ b/sys/dev/usb/uscanner.c
@@ -121,6 +121,8 @@ static const struct uscan_info uscanner_devs[] = {
/* Canon */
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U }, 0 },
+ {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N676U }, 0 },
+ {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1220U }, 0 },
/* Kye */
{{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },