From 20d6d1bd2179cf81800f2603cb7b7fe5f72ad501 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 31 Jan 2004 18:12:18 +0000 Subject: 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. --- sys/dev/usb/uscanner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb') diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c index a13b72f98c7b2..8889268578bb6 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 }, -- cgit v1.3