Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 22:52:48 GMT
From:      Adam McDougall <mcdouga9@egr.msu.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/90467: Patch to recognize HP 8200C Scanner
Message-ID:  <200512152252.jBFMqmLJ005597@www.freebsd.org>
Resent-Message-ID: <200512152300.jBFN0DVQ001801@freefall.freebsd.org>

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

>Number:         90467
>Category:       usb
>Synopsis:       Patch to recognize HP 8200C Scanner
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 15 23:00:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Adam McDougall
>Release:        6.0-RELEASE
>Organization:
>Environment:
FreeBSD scan003.domain 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Nov 21 17:31:51 EST 2005    root@scan003.domain:/usr/obj/usr/src/sys/SCAN-6  i386
   
>Description:
The HP 8200C/8250C/8290C all have the same USB ID as far as I know, and they all work with sane-backends, but only if the kernel recognizes them as scanner devices in uscanner.  These two patches fix it.  I have applied and tested them locally, but it will be less work for us in the future if they are eventually merged to 6-STABLE.  I think some headers need to be generated and committed at the same time.  
>How-To-Repeat:

>Fix:

--- usbdevs.orig        Sat Oct  1 12:26:25 2005
+++ usbdevs     Thu Dec 15 17:45:21 2005
@@ -959,6 +959,7 @@
 product HP 2200C               0x0605  ScanJet 2200C
 product HP 5300C               0x0701  Scanjet 5300C
 product HP 4400C               0x0705  Scanjet 4400C
+product HP 8200C               0x0b01  Scanjet 8200C
 product HP 2300D               0x0b17  Laserjet 2300d
 product HP 970CSE              0x1004  Deskjet 970Cse
 product HP 5400C               0x1005  Scanjet 5400C


--- uscanner.c.orig     Wed Jan  5 20:43:29 2005
+++ uscanner.c  Thu Dec 15 17:46:06 2005
@@ -142,6 +142,7 @@
  {{ USB_VENDOR_HP, USB_PRODUCT_HP_5400C }, 0 },
  {{ USB_VENDOR_HP, USB_PRODUCT_HP_6200C }, 0 },
  {{ USB_VENDOR_HP, USB_PRODUCT_HP_6300C }, 0 },
+ {{ USB_VENDOR_HP, USB_PRODUCT_HP_8200C }, 0 },

   /* Microtek */
  {{ USB_VENDOR_SCANLOGIC, USB_PRODUCT_SCANLOGIC_336CX }, 0 },

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512152252.jBFMqmLJ005597>