From owner-freebsd-questions Tue Jan 2 3: 3:47 2001 From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 03:03:45 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from henny.webweaving.org (unknown [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id ACD4237B400 for ; Tue, 2 Jan 2001 03:03:44 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id KAA06759; Tue, 2 Jan 2001 10:48:51 GMT (envelope-from n_hibma@calcaphon.com) Date: Tue, 2 Jan 2001 10:48:51 +0000 (GMT) From: Nick Hibma X-Sender: n_hibma@henny.webweaving.org Reply-To: Nick Hibma To: Matthew Emmerton Cc: Chris Shenton , freebsd-questions@freebsd.org Subject: Re: (4.2S) Sane Scanner? /dev/uscanner0 "device not configured" In-Reply-To: <011e01c072c6$57299d50$1200a8c0@gsicomp.on.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You *might* be able to trick SANE if you say 'usb /dev/ugen0', but > otherwise, the the Perfection 1640 is not supported. You can only do this if the scanner puts the incoming and outgoing stream on the same endpoint number (which no one does, because they haven't understood the spec). The scanner driver's only task is to map these onto one :-) It's the reason why we are not using ugen for these devices. The explanation below is correct though. Nick > > For it to be recognized (supported) properly, a set of kernel files need to > be updated: > > /usr/src/sys/dev/usb/uscanner.c needs the following line added: > > { USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640 }, > > and /usr/src/sys/dev/usb/usbdevs needs the following line added: > > product EPSON 0x010a Perfection 1640 > > and /usr/src/sys/dev/usb/usbdevs.h and /usr/src/sys/dev/usb/usrbdevs_data.h > need to be regenerated. > > -- > Matt Emmerton > -- Qube Software, Ltd. Private: n_hibma@qubesoft.com n_hibma@webweaving.org n_hibma@freebsd.org http://www.qubesoft.com/ http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message