kern/52795: uscanner for CanoScan N1220U

Masaharu FUJITA m at fjts.org
Thu May 29 20:10:17 PDT 2003


>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 at 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:


More information about the freebsd-bugs mailing list