Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2005 14:34:59 -0500 (EST)
From:      David Gilbert <dgilbert@daveg.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/89509: CanoScan LIDE 25 not supported (patch included)
Message-ID:  <20051124193459.4F7111A08DC@canoe.dclg.ca>
Resent-Message-ID: <200511242320.jAONK9D0042936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89509
>Category:       kern
>Synopsis:       CanoScan LIDE 25 not supported (patch included)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 24 23:20:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     David Gilbert
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
DaveG.ca
>Environment:
System: FreeBSD canoe.dclg.ca 6.0-STABLE FreeBSD 6.0-STABLE #0: Fri Nov 4 16:05:48 EST 2005 dgilbert@canoe.dclg.ca:/usr/obj/usr/src/sys/CANOE i386



>Description:
CanoScan LIDE 25 not detected.
>How-To-Repeat:
Plug scanner in with GENERIC KERNEL
>Fix:


--- usbdevs.orig	Thu Nov 24 14:15:53 2005
+++ usbdevs	Thu Nov 24 14:18:54 2005
@@ -702,6 +702,7 @@
 product CANON N1220U		0x2207	CanoScan N1220U
 product CANON N676U		0x220d	CanoScan N676U
 product CANON N1240U		0x220e	CanoScan N1240U
+product CANON LIDE25		0x2220	CanoScan LIDE 25
 product CANON S10		0x3041	PowerShot S10
 product CANON S100		0x3045	PowerShot S100
 product CANON S200		0x3065	PowerShot S200
--- uscanner.c.orig	Thu Nov 24 14:19:10 2005
+++ uscanner.c	Thu Nov 24 14:19:28 2005
@@ -124,6 +124,7 @@
  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N676U }, 0 },
  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1220U }, 0 },
  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1240U }, 0 },
+ {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_LIDE25 }, 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?20051124193459.4F7111A08DC>