From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 23 20:10:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F04E216A4DF for ; Tue, 23 Nov 2004 20:10:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D403C43D64 for ; Tue, 23 Nov 2004 20:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iANKAWLE041080 for ; Tue, 23 Nov 2004 20:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iANKAW61041079; Tue, 23 Nov 2004 20:10:32 GMT (envelope-from gnats) Date: Tue, 23 Nov 2004 20:10:32 GMT Message-Id: <200411232010.iANKAW61041079@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Marc Fonvieille Subject: Re: kern/74301: patch for USB Scanner: Cannon LIDE 20 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Fonvieille List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 20:10:39 -0000 The following reply was made to PR kern/74301; it has been noted by GNATS. From: Marc Fonvieille To: Vlad Manilici Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/74301: patch for USB Scanner: Cannon LIDE 20 Date: Tue, 23 Nov 2004 21:02:34 +0100 On Tue, Nov 23, 2004 at 08:48:52PM +0100, Vlad Manilici wrote: > > >Number: 74301 > >Category: kern > >Synopsis: patch for USB Scanner: Cannon LIDE 20 > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Tue Nov 23 19:50:22 GMT 2004 > >Closed-Date: > >Last-Modified: > >Originator: Vlad Manilici > >Release: FreeBSD 5.3-STABLE i386 > >Organization: > >Environment: > System: FreeBSD fx.homeunix.org 5.3-STABLE FreeBSD 5.3-STABLE #8: Mon Nov 22 15:33:40 CET 2004 root@fx.homeunix.org:/usr/obj/usr/src/sys/FX i386 > > >Description: > > Quirks for Cannon LIDE20: > > ******************************************************************************** > Index: sys/dev/usb/usbdevs > =================================================================== > RCS file: /home/CVS/src/sys/dev/usb/usbdevs,v > retrieving revision 1.195.2.5 > diff -u -r1.195.2.5 usbdevs > --- sys/dev/usb/usbdevs 16 Nov 2004 09:03:49 -0000 1.195.2.5 > +++ sys/dev/usb/usbdevs 21 Nov 2004 22:31:49 -0000 > @@ -531,6 +531,7 @@ > product CANON S10 0x3041 PowerShot S10 > product CANON S100 0x3045 PowerShot S100 > product CANON S200 0x3065 PowerShot S200 > +product CANON Lide20 0x220d CANOSCAN Lide20 > [...] There's already a product CANON N676U 0x220d CanoScan N676U entry (similar to the LIDE 20 for the uscanner driver), and the Canon CanoScan LIDE 20 does not need more to work. It'd be better to append "/LIDE 20" to the mentioned line. Marc