[linux-usb-devel] Re: [PATCH 2.5.52] scanner.h: add/fix vendor/product ids

2002-12-21 Thread Greg KH
On Fri, Dec 20, 2002 at 06:53:47PM +0100, Henning Meier-Geinitz wrote: > Hi, > > This patch adds additional vendor and product ids for Nikon, Mustek, > Plustek, Genius, Epson, Canon, Umax, Hewlett-Packard, Benq, Agfa, > and Minolta scanners. The entries for Benq, Genius and Plustek > scanners have

[linux-usb-devel] Re: [patch 2.5.52bk4] ehci, qtd submit and completions

2002-12-21 Thread Greg KH
On Thu, Dec 19, 2002 at 05:30:20PM -0800, David Brownell wrote: > > > ... usb-storage gets unhappy when > > it decides (why? and unsuccessfully) to reset high speed > > devices. ... > > I don't know if that problem is resolved, but this patch > makes the question moot by handling an earlier err

[linux-usb-devel] Re: [PATCH 2.5.52] scanner.c: Support for devices with only one bulk-in endpoint

2002-12-21 Thread Greg KH
On Fri, Dec 20, 2002 at 07:32:55PM +0100, Henning Meier-Geinitz wrote: > Hi, > > This patch (originally from Sergey Vlasov) adds support for scanners > with only one bulk-in endpoint. It's needed by all the GT-6801 based > scanners like the Artec Ultima 2000 or some of the Mustek BearPaws. > > Th

Re: Re[2]: [linux-usb-devel] what /dev/input/eventX to use?

2002-12-21 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 22 Dec 2002 09:57, Anton wrote: > While parsing dmesg, should I look for lines > input0: blabla > input1: foobar > and when found my device string, take a number after "input" as event > file number ("input0: blabla" = "/dev/input/e

Re[2]: [linux-usb-devel] what /dev/input/eventX to use?

2002-12-21 Thread Anton
Friday, December 20, 2002, 1:31:49 PM, you wrote: BH> On Fri, 20 Dec 2002 04:58, Anton wrote: >> I have usb keyboard and i need to read events from it with shell script >> .. >> How could I (and my script) determine exactly from where to read for this >> keyboard events? BH> The normal answer is t

Re: [linux-usb-devel] query writing driver for usb fingerprint scanner

2002-12-21 Thread Greg KH
On Sat, Dec 21, 2002 at 08:55:32AM -, siddharth sharma rajput wrote: > > Hi everybody. > > I am writing driver for fingerprint sensor device. > I used fujitsu's chip in it. > >I want to write it in the kernel as a kernel >module. > > I want to know, what

[linux-usb-devel] usb_control_msg fails. i don't know why..

2002-12-21 Thread Luca
Hello, i am trying to write an usb driver for my webcam and i need to know why usb_control_msg() fails when i try to set a register. Specifications say: "Vendor-Specific requests: The W9968CF supports two vendor-specific requests for the control registers In/Out transfers on the default pipe

Re: [linux-usb-devel] Question about usb_control_msg()

2002-12-21 Thread Johannes Erdfelt
On Fri, Dec 20, 2002, Luca <[EMAIL PROTECTED]> wrote: > I am trying to write a driver for my usb camera. > The problem is that i can't understand what goes wrong every time the driver > tries to write to a register to send a command (no data on return). This is > the function: > > static int

Re: [linux-usb-devel] clean kernel thread exit for speedtouch

2002-12-21 Thread Duncan SANDS
> First of all thank you for getting this driver in the kernel and getting it looked >over for bugs. The code is about two and a > half years with no changes in the last 1.5 or two years or so. Judging by the bugs >found, it doesn't seem too bad for my > first linux kernel driver :) I tried to

[linux-usb-devel] query writing driver for usb fingerprint scanner

2002-12-21 Thread siddharth sharma rajput
Hi everybody. I am writing driver for fingerprint sensor device. I used fujitsu's chip in it. I want to write it in the kernel as a kernel module. I want to know, what minor no base i should use for registering my driver for experimental use. Pleas