Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2006 04:46:04 GMT
From:      Marc <marc.fajardo@free.fr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/102373: driver for MFT 
Message-ID:  <200608220446.k7M4k4UU069738@www.freebsd.org>
Resent-Message-ID: <200608220450.k7M4oHxp022277@freefall.freebsd.org>

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

>Number:         102373
>Category:       misc
>Synopsis:       driver for MFT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 22 04:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marc
>Release:        FreeBSD 6.1-RELEASE-p3
>Organization:
>Environment:
>Description:
i'm a beginner with Freebsd, i have read for use my Epson stylus CX3650
MFT (Scanner)
I 'll do make this change in:

 /usr/src/sys/dev/usb/usbdevs
product EPSON 1660              0x011e  Perfection 1660 scanner
product EPSON 1670              0x011f  Perfection 1670 scanner
+product EPSON CX3650           0x080e  Stylus CX3650   scanner

  /usr/src/sys/dev/usb/uscanner.c

 {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260 }, 0 },
+ {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_CX3650 }, 0 },
 {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3200 }, USC_KEEP_OPEN },
 {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
 {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9300UF }, 0 },


Really?
i try to understand 

why not use

ne compilez pas les modules usb en dur dans le noyau (exemple ulpt(4) et uscanner(4)), mais utilisez les modules avec kldload(8). Ainsi, chargez le module uscanner(4) avant d’utiliser la fonction scanner, et lorsque vous souhaitez imprimer, déchargez le module et chargez ulpt(4). Bien entendu, il faut redémarrer!
>How-To-Repeat:

>Fix:

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



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