From vman@fx.homeunix.org  Tue Nov 23 19:49:02 2004
Return-Path: <vman@fx.homeunix.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 570CE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Nov 2004 19:49:02 +0000 (GMT)
Received: from fx.homeunix.org (194.105.96.29.cablesurf.de [194.105.96.29])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3711943D49
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Nov 2004 19:48:59 +0000 (GMT)
	(envelope-from vman@fx.homeunix.org)
Received: from fx.homeunix.org (localhost [127.0.0.1])
	by fx.homeunix.org (8.13.1/8.13.1) with ESMTP id iANJmr5a001072
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Nov 2004 20:48:54 +0100 (CET)
	(envelope-from vman@fx.homeunix.org)
Received: (from vman@localhost)
	by fx.homeunix.org (8.13.1/8.13.1/Submit) id iANJmqNW001071;
	Tue, 23 Nov 2004 20:48:52 +0100 (CET)
	(envelope-from vman)
Message-Id: <200411231948.iANJmqNW001071@fx.homeunix.org>
Date: Tue, 23 Nov 2004 20:48:52 +0100 (CET)
From: Vlad Manilici <vman@fx.homeunix.org>
Reply-To: Vlad Manilici <vman@tmok.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: patch for USB Scanner: Cannon LIDE 20
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74301
>Category:       kern
>Synopsis:       patch for USB Scanner: Cannon LIDE 20
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-usb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 23 19:50:22 GMT 2004
>Closed-Date:    Sun Dec 12 08:36:46 GMT 2004
>Last-Modified:  Sun Dec 12 08:36:46 GMT 2004
>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
 
 /* CATC products */
 product CATC NETMATE		0x000a	Netmate ethernet adapter
Index: sys/dev/usb/uscanner.c
===================================================================
RCS file: /home/CVS/src/sys/dev/usb/uscanner.c,v
retrieving revision 1.57.2.2
diff -u -r1.57.2.2 uscanner.c
--- sys/dev/usb/uscanner.c	16 Nov 2004 09:03:50 -0000	1.57.2.2
+++ sys/dev/usb/uscanner.c	21 Nov 2004 22:31:23 -0000
@@ -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_Lide20 }, 0 }, 
 
   /* Kye */
  {{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },
********************************************************************************

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:

From: Marc Fonvieille <blackend@FreeBSD.org>
To: Vlad Manilici <vman@tmok.com>
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

From: Vlad Manilici <vman@tmok.com>
To: Marc Fonvieille <blackend@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: kern/74301: patch for USB Scanner: Cannon LIDE 20
Date: Tue, 23 Nov 2004 21:09:07 +0100

 Hi Marc,
 
 > It'd be better to append "/LIDE 20" to the mentioned line.
 
 Ok, please do it like this. I have no commit rights.
 
 Vlad
 
Responsible-Changed-From-To: freebsd-bugs->freebsd-usb 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Nov 29 09:27:08 GMT 2004 
Responsible-Changed-Why:  
Reassign to appropriate mailing list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74301 
State-Changed-From-To: open->closed 
State-Changed-By: julian 
State-Changed-When: Sun Dec 12 08:36:23 GMT 2004 
State-Changed-Why:  
patch committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74301 
>Unformatted:
