misc/102373: driver for MFT

Marc marc.fajardo at free.fr
Tue Aug 22 04:50:18 UTC 2006


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


More information about the freebsd-bugs mailing list