usb/90467: Patch to recognize HP 8200C Scanner

Adam McDougall mcdouga9 at egr.msu.edu
Thu Dec 15 15:00:15 PST 2005


>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 at 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:


More information about the freebsd-usb mailing list