Re: [linux-usb-devel] Contour ShuttleXpress

2004-03-08 Thread Vojtech Pavlik
On Sat, Feb 14, 2004 at 11:21:06PM +0100, Martin Diehl wrote: > On Sat, 14 Feb 2004, Martin Diehl wrote: > > > Ok, see below. I've followed the approach setting int-in transfer_length > > to maxpacket in usb_fill_int_urb. > > Oops, please ignore that on! Right after sending I've spotted there wa

Re: [linux-usb-devel] Contour ShuttleXpress

2004-02-14 Thread Martin Diehl
On Sat, 14 Feb 2004, Martin Diehl wrote: > Ok, see below. I've followed the approach setting int-in transfer_length > to maxpacket in usb_fill_int_urb. Oops, please ignore that on! Right after sending I've spotted there was a trailing semicolon at the end of an if-line. Below is the corrected p

Re: [linux-usb-devel] Contour ShuttleXpress

2004-02-14 Thread Martin Diehl
On Sat, 14 Feb 2004, Vojtech Pavlik wrote: > > IMHO it also sounds like a good example for what we have discussed > > recently, i.e. up-rounding the DATA-IN transfer_length to multiple > > maxpacket size. > > The patch looks OK to me, and indeed it could make some devices that > send more data

Re: [linux-usb-devel] Contour ShuttleXpress

2004-02-14 Thread Vojtech Pavlik
On Sat, Feb 14, 2004 at 09:23:11PM +0100, Martin Diehl wrote: > On Sat, 14 Feb 2004, Alan Stern wrote: > > > > Feb 14 10:50:38 fliwatut kernel: hub 1-0:1.0: new USB device on port 1, assigned > > > address 2 > > > Feb 14 10:50:38 fliwatut kernel: drivers/usb/input/hid-core.c: ctrl urb status > >

Re: [linux-usb-devel] Contour ShuttleXpress

2004-02-14 Thread Martin Diehl
On Sat, 14 Feb 2004, Alan Stern wrote: > > Feb 14 10:50:38 fliwatut kernel: hub 1-0:1.0: new USB device on port 1, assigned > > address 2 > > Feb 14 10:50:38 fliwatut kernel: drivers/usb/input/hid-core.c: ctrl urb status -75 > > received > > Feb 14 10:50:38 fliwatut usb.agent[4385]: kernel drive

Re: [linux-usb-devel] Contour ShuttleXpress

2004-02-14 Thread Alan Stern
On Sat, 14 Feb 2004, Frank Barknecht wrote: > Another problem is, that I cannot use the device on my Via KT133 based > mainboard. Here's an excerpt from /var/log/messages after plugging in > the device: > > Feb 14 10:50:38 fliwatut kernel: hub 1-0:1.0: new USB device on port 1, assigned > addres

[linux-usb-devel] Contour ShuttleXpress

2004-02-14 Thread Frank Barknecht
Hallo, I've got a new toy: the Contour ShuttleXpress Jog-Shuttle 5 button HID controller. I've put some info on qbik: http://www.qbik.ch/usb/devices/showdev.php?id=2438 Kernel 2.6 contains the powermate module, which also includes some code regarding Contour jog devices. For example. powermate.c