From nobody@FreeBSD.org  Thu Aug 16 09:59:05 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 80AB437B403
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Aug 2001 09:59:04 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f7GGx4j26867;
	Thu, 16 Aug 2001 09:59:04 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200108161659.f7GGx4j26867@freefall.freebsd.org>
Date: Thu, 16 Aug 2001 09:59:04 -0700 (PDT)
From: Henning Meier-Geinitz <hmg@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: kernel uscanner.c contains wrong vendor and product ids for some mustek scanners
X-Send-Pr-Version: www-1.0

>Number:         29777
>Category:       kern
>Synopsis:       kernel uscanner.c contains wrong vendor and product ids for some mustek scanners
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    n_hibma
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 10:00:05 PDT 2001
>Closed-Date:    Fri Aug 27 22:37:01 GMT 2004
>Last-Modified:  Fri Aug 27 22:37:01 GMT 2004
>Originator:     Henning Meier-Geinitz
>Release:        4.3
>Organization:
>Environment:
>Description:
The kernel code uscanner.c contains wrong vendor/product ids for Mustek scanners. Some of the scanners are labeled as USB_VENDOR_NATIONAL but should be USB_VENDOR_MUSTEK. I tried to get my 1200UB working but it's not detected because of this.
>How-To-Repeat:

>Fix:
Here are the vendor/product ids I know of (I have most of this
scanners because I develop SANE backends for some of them): The
following have vendor Mustek: 600 USB: 0x055f/0x873, 600 CU:
0x055f/0x0002, 1200 USB: 0x055f/0x0003, 1200 UB 0x055f/0x0006, 1200
USB Plus: 0x055f/0x0007, BearPaw 1200F: 0x055f/0x0010. The next ones have vendor National Semiconductor: BearPaw 1200: 0x0400/0x1000, BearPaw 2400: 0x0400/0x1001. The last one has vendor Ultima: 1200 UB Plus: 0x05d8/0x4002.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->n_hibma 
Responsible-Changed-By: mikeh 
Responsible-Changed-When: Thu Aug 16 20:33:14 PDT 2001 
Responsible-Changed-Why:  
Over to USB maintainer. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29777 
State-Changed-From-To: open->feedback 
State-Changed-By: n_hibma 
State-Changed-When: Tue Aug 21 14:37:17 PDT 2001 
State-Changed-Why:  
Which of these scanners should be attached to by uscanner? 

/* Mustek */ 
{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200CU }, 
{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_600CU }, 
{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200USB }, 
{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200UB }, 

/* National */ 
{ USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW1200 }, 

is the current list. Please let me know which ones work with SANE. 

I've added all the IDs you listed. Thanks. 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29777 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Aug 27 22:36:33 GMT 2004 
State-Changed-Why:  
These devices are all in 4.10. 

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