Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jan 2006 10:17:52 -0800 (PST)
From:      Cameron Lerch <cam@zarya.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   usb/91466: Acer 1240U Scanner detected as ugen0 and not uscanner0
Message-ID:  <20060107181752.7269D3D@zvezda.zarya.org>
Resent-Message-ID: <200601071820.k07IK2Aq001183@freefall.freebsd.org>

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

>Number:         91466
>Category:       usb
>Synopsis:       Acer 1240U Scanner detected as ugen0 and not uscanner0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 07 18:20:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cameron Lerch
>Release:        FreeBSD 6.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD zvezda.zarya.org 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #1: Sat Jan 7 09:54:17 PST 2006 cam@zvezda.zarya.org:/usr/src/sys/i386/compile/ZVEZDA i386
>Description:
My Acer 1240U Scanner was not detected
>How-To-Repeat:
>Fix:
The following patch needs to be applied:

--- uscanner.c.orig	Sat Jan  7 10:11:36 2006
+++ uscanner.c	Sat Jan  7 10:11:19 2006
@@ -102,6 +102,7 @@
  {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U }, 0 },
  {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_640U }, 0 },
  {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_620U }, 0 },
+ {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_1240U }, 0 },
  {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_C310U }, 0 },
 
   /* AGFA */
--- usbdevs.orig	Sat Jan  7 10:11:52 2006
+++ usbdevs	Sat Jan  7 10:11:26 2006
@@ -578,6 +578,7 @@
 product ACERP ACERSCAN_320U	0x2022	Acerscan 320U
 product ACERP ACERSCAN_640U	0x2040	Acerscan 640U
 product ACERP ACERSCAN_620U	0x2060	Acerscan 620U
+product ACERP ACERSCAN_1240U	0x20c0	Acerscan 1240U
 product ACERP AWL300		0x9000	AWL300 Wireless adapter
 product ACERP AWL400		0x9001	AWL400 Wireless adapter
>Release-Note:
>Audit-Trail:
>Unformatted:



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