Date: Fri, 30 May 2003 12:02:43 +0900 (JST) From: Masaharu FUJITA <m@fjts.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/52795: uscanner for CanoScan N1220U Message-ID: <20030530.120243.730639569.m@fjts.org> Resent-Message-ID: <200305300310.h4U3AF1G085577@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52795 >Category: kern >Synopsis: uscanner for CanoScan N1220U >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 29 20:10:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Masaharu FUJITA >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: FreeBSD 4.8-RELEASE i386 >Description: This patch support the "CanoScan N1220U" in uscanner driver. This patch is send to freebsd-users-jp by miyao@affrc.go.jp (Akio Miyao). You must install SANE. SANE is a universal scanner interface, for example xscanimage in /usr/ports/graphics/sane-frontends/. If you use /usr/ports/graphics/sane-frontends/, you must add to next two lines in /usr/local/etc/sane.d/plustek.conf: [usb] 0x04a9 0x2207 device /dev/uscanner0 >How-To-Repeat: 1. cd /usr/src 2. Please apply Fix's field patch. 3. cd /usr/src/sys/dev/usb/ && make -f Makefile.usbdevs >Fix: --- sys/dev/usb/usbdevs.orig Fri May 30 10:24:42 2003 +++ sys/dev/usb/usbdevs Fri May 30 10:25:05 2003 @@ -484,6 +484,7 @@ /* Canon, Inc. products */ product CANON N656U 0x2206 CANOSCAN N656U +product CANON N1220U 0x2207 CANOSCAN N1220U product CANON S10 0x3041 PowerShot S10 product CANON S100 0x3045 PowerShot S100 --- sys/dev/usb/uscanner.c.orig Fri May 30 10:27:08 2003 +++ sys/dev/usb/uscanner.c Fri May 30 10:27:20 2003 @@ -111,6 +111,7 @@ /* Canon */ {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U }, 0 }, + {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1220U }, 0 }, /* Kye */ {{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 }, >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030530.120243.730639569.m>