summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-01-31 18:12:18 +0000
committerimp <imp@FreeBSD.org>2004-01-31 18:12:18 +0000
commit74d898f209d2c7e50d8d1ad4731e9612ab7086df (patch)
treeb4da06a23a86a25f534224d53fb2b64c469c4958 /sys/dev
parentc727ce93a778d262579dd6da1fd85366b91628f3 (diff)
downloadFreeBSD-src-74d898f209d2c7e50d8d1ad4731e9612ab7086df.zip
FreeBSD-src-74d898f209d2c7e50d8d1ad4731e9612ab7086df.tar.gz
Add the Canon N1240U to the mix. It appears to be similar to the
1220U and supported by sane # someone should update the man page to include all the devices that # uscanner supports.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uscanner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c
index a13b72f..8889268 100644
--- a/sys/dev/usb/uscanner.c
+++ b/sys/dev/usb/uscanner.c
@@ -123,6 +123,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_N1240U }, 0 },
/* Kye */
{{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },
OpenPOWER on IntegriCloud