Date: Wed, 22 May 2002 07:11:12 -0700 (PDT) From: Yasue Koichi <starring@fscn.ne.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/38419: add name "CanoScanN676U" in uscanner Message-ID: <200205221411.g4MEBCiE069426@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 38419
>Category: kern
>Synopsis: add name "CanoScanN676U" in uscanner
>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: Wed May 22 07:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Yasue Koichi
>Release: FreeBSD-4-STABLE
>Organization:
>Environment:
FreeBSD misao.fscn.home 4.6-RC FreeBSD 4.6-RC #8: Wed May 22 21:28:48 GMT 2002
>Description:
I added uscanner entry.
Scanner name is " CanoScan N676U ",
and so FreeBSD can Detect N676U as a uscanner.
but this is only name entry.
I don't wrote driver,
and so I don't use this scanner on FreeBSD.
This scanner's architecture is not open.
>How-To-Repeat:
>Fix:
*** /usr/src/sys/dev/usb/usbdevs.orig Wed May 22 21:22:25 2002
--- /usr/src/sys/dev/usb/usbdevs Wed May 22 21:28:01 2002
***************
*** 471,476 ****
--- 471,477 ----
/* Canon, Inc. products */
product CANON N656U 0x2206 CANOSCAN N656U
+ product CANON N676U 0x220d CANOSCAN N676U
product CANON S10 0x3041 PowerShot S10
product CANON S100 0x3045 PowerShot S100
*** /usr/src/sys/dev/usb/usbdevs.h.orig Wed May 22 21:22:39 2002
--- /usr/src/sys/dev/usb/usbdevs.h Wed May 22 21:25:04 2002
***************
*** 478,483 ****
--- 478,484 ----
/* Canon, Inc. products */
#define USB_PRODUCT_CANON_N656U 0x2206 /* CANOSCAN N656U */
+ #define USB_PRODUCT_CANON_N676U 0x220d /* CANOSCAN N676U */
#define USB_PRODUCT_CANON_S10 0x3041 /* PowerShot S10 */
#define USB_PRODUCT_CANON_S100 0x3045 /* PowerShot S100 */
*** /usr/src/sys/dev/usb/usbdevs_data.h.orig Wed May 22 21:23:48 2002
--- /usr/src/sys/dev/usb/usbdevs_data.h Wed May 22 21:25:34 2002
***************
*** 472,477 ****
--- 472,483 ----
"CANOSCAN N656U",
},
{
+ USB_VENDOR_CANON, USB_PRODUCT_CANON_N676U,
+ 0,
+ "Canon",
+ "CANOSCAN N676U",
+ },
+ {
USB_VENDOR_CANON, USB_PRODUCT_CANON_S10,
0,
"Canon",
*** /usr/src/sys/dev/usb/uscanner.c.orig Wed May 22 21:22:53 2002
--- /usr/src/sys/dev/usb/uscanner.c Wed May 22 21:24:21 2002
***************
*** 107,112 ****
--- 107,113 ----
/* Canon */
{{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U }, 0 },
+ {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N676U }, 0 },
/* Kye */
{{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205221411.g4MEBCiE069426>
