aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-01-08 14:17:04 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-01-08 14:17:04 +0000
commitb85f5cf1492cb15a272843213b61392bf87369cb (patch)
tree27ecefa1256fda3203bf75282c2e455058533d88 /sys/dev/usb
parentfb170c442036132933bb100d1374046281217777 (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-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 07c4b2478d718..05fba7732454f 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -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
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c
index b905837063c16..13b0e9ca1bc0b 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_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 },