From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266547AbUBEUaD (ORCPT ); Thu, 5 Feb 2004 15:30:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266562AbUBEU1u (ORCPT ); Thu, 5 Feb 2004 15:27:50 -0500 Received: from oola.is.scarlet.be ([193.74.71.23]:53931 "EHLO oola.is.scarlet.be") by vger.kernel.org with ESMTP id S266519AbUBEUYZ (ORCPT ); Thu, 5 Feb 2004 15:24:25 -0500 Date: Thu, 5 Feb 2004 21:24:17 +0100 To: Greg KH Cc: linux-kernel@vger.kernel.org Subject: Re: [2.6 patch] remove USB_SCANNER Message-ID: <20040205202417.GA3183@gouv> References: <20040126215036.GA6906@kroah.com> <20040126215036.GA6906@kroah.com> <401A8A35.1020105@gmx.de> <20040130230633.GZ6577@stop.crashing.org> <20040202214326.GA574@kroah.com> <20040205003136.GQ26093@fs.tum.de> <20040205011423.GA6092@kroah.com> <1076001658.3225.101.camel@moria.arnor.net> <20040205173032.GI12546@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040205173032.GI12546@kroah.com> User-Agent: Mutt/1.5.4i From: Leopold Gouverneur Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 05, 2004 at 09:30:32AM -0800, Greg KH wrote: > On Thu, Feb 05, 2004 at 09:20:58AM -0800, Azog wrote: > > > > So, what are you all using / recommending for user space configuration > > and control of a USB scanner under 2.6? > > xsane should work just fine, using libusb/usbfs. > not for me :-( it works fine with the "broken" kernel module) sane-find-scanner find it: found USB scanner (vendor=0x04b8 [EPSON], product=0x011b [EPSON Scanner]) at libusb:001:002 but scaniimage -L don't. With the kernel module loaded i get: device `epkowa:/dev/usb/scanner0' is a Epson GT-9300 flatbed scanner What do i miss? Perhaps somebody who knows should rewrite Documentation/usb/scanner.txt for the benefit of us "pauvres mortels". Thanks!