Re: [Libff-kernel] Re: [linux-usb-devel] hid and low-speed devices

2003-12-17 Thread Johann Deneux
Sergey Vlasov wrote: On Mon, Dec 15, 2003 at 11:35:33PM +, Johann Deneux wrote: Attached is a patch doing two things: hid-lgff.c: Fixes an obvious list handling issue. hid-core.c: - Use INT out urbs instead of bulk out urbs. That's the way it should be - Remove some report-id

Re: [linux-usb-devel] hid and low-speed devices

2003-12-16 Thread Sergey Vlasov
On Mon, Dec 15, 2003 at 11:35:33PM +, Johann Deneux wrote: Attached is a patch doing two things: hid-lgff.c: Fixes an obvious list handling issue. hid-core.c: - Use INT out urbs instead of bulk out urbs. That's the way it should be - Remove some report-id magic. IMPORTANT

Re: [linux-usb-devel] hid and low-speed devices

2003-12-15 Thread David Brownell
Steve Calfee wrote: At 11:04 AM 12/14/2003 -0500, Alan Stern wrote: On Sun, 14 Dec 2003, Johann Deneux wrote: hid-lgff.c, which implements force feedback for this device, needs to submit output reports to the device. hid_submit_out submits an output bulk urb to the device. There certainly is

Re: [linux-usb-devel] hid and low-speed devices

2003-12-15 Thread Johann Deneux
Sergey Vlasov wrote: Seems that the real problem is in hid-core.c: endpoint = interface-endpoint[n].desc; if ((endpoint-bmAttributes 3) != 3) /* Not an interrupt endpoint */ continue; if (endpoint-bEndpointAddress

[linux-usb-devel] hid and low-speed devices

2003-12-14 Thread Johann Deneux
Hi, I've had bug reports from users trying to use hid with force feed back enabled for logitech devices (kernel 2.6.0-test9). The device causing trouble is the cordless rumble pad. It is a low-speed device, and stubbornly refuses to rumble. It works fine as an input-only device, however.

Re: [linux-usb-devel] hid and low-speed devices

2003-12-14 Thread Alan Stern
On Sun, 14 Dec 2003, Johann Deneux wrote: Hi, I've had bug reports from users trying to use hid with force feed back enabled for logitech devices (kernel 2.6.0-test9). The device causing trouble is the cordless rumble pad. It is a low-speed device, and stubbornly refuses to rumble. It

Re: [linux-usb-devel] hid and low-speed devices

2003-12-14 Thread Sergey Vlasov
On Sun, Dec 14, 2003 at 04:40:54PM +, Johann Deneux wrote: I've had bug reports from users trying to use hid with force feed back enabled for logitech devices (kernel 2.6.0-test9). The device causing trouble is the cordless rumble pad. It is a low-speed device, and stubbornly refuses to

RE: [linux-usb-devel] hid and low-speed devices

2003-12-14 Thread John Homppi
device (of course it fails so I have been using my own driver instead.) Bye, John Homppi Sergey Vlasov wrote: -- From: Sergey Vlasov Sent: Sunday, December 14, 2003 11:14 AM To: Johann Deneux Cc: [EMAIL PROTECTED] Subject:Re: [linux-usb-devel] hid and low-speed devices

Re: [linux-usb-devel] hid and low-speed devices

2003-12-14 Thread Steve Calfee
At 11:04 AM 12/14/2003 -0500, Alan Stern wrote: On Sun, 14 Dec 2003, Johann Deneux wrote: Hi, I've had bug reports from users trying to use hid with force feed back enabled for logitech devices (kernel 2.6.0-test9). The device causing trouble is the cordless rumble pad. It is a low-speed