Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
On Fri, Jun 01, 2001 at 10:57:17AM +0100, Michael wrote: > On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: > > 2.4.5-ac4 > > o Update USB hid drivers (Vojtech Pavlik) > > I think these changes have broken my USB wheel mouse. > > Events seems to be getting

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
On Fri, Jun 01, 2001 at 05:32:26PM -0400, Robert M. Love wrote: > USB mouse wheel has been broke since 2.4.5-ac4 (when new USB HID, > hid-core.c, was integrated). The mouse in general seems jerky, and > specifically the input device does not receive events for consecutive > wheel movements --

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
On Fri, Jun 01, 2001 at 05:32:26PM -0400, Robert M. Love wrote: USB mouse wheel has been broke since 2.4.5-ac4 (when new USB HID, hid-core.c, was integrated). The mouse in general seems jerky, and specifically the input device does not receive events for consecutive wheel movements -- just

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-04 Thread Vojtech Pavlik
On Fri, Jun 01, 2001 at 10:57:17AM +0100, Michael wrote: On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: 2.4.5-ac4 o Update USB hid drivers (Vojtech Pavlik) I think these changes have broken my USB wheel mouse. Events seems to be getting lost

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-02 Thread Michael
On Fri, Jun 01, 2001 at 05:32:26PM -0400, Robert M. Love wrote: > I and another user thought the problem was in hid_input_field, but upon > looking I now think not. It is, check against hid.c in 2.4.5, the new code &&'s the first 2 if statements and so it now checks non-zero

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-02 Thread Michael
On Fri, Jun 01, 2001 at 05:32:26PM -0400, Robert M. Love wrote: I and another user thought the problem was in hid_input_field, but upon looking I now think not. It is, check against hid.c in 2.4.5, the new code 's the first 2 if statements and so it now checks non-zero HID_MAIN_INPUT_RELATIVE

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-01 Thread M.
USB mouse wheel has been broke since 2.4.5-ac4 (when new USB HID, hid-core.c, was integrated). The mouse in general seems jerky, and specifically the input device does not receive events for consecutive wheel movements -- just the first "spin," until the mouse is moved again. obviously the bug

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-01 Thread M.
On 01 Jun 2001 10:57:17 +0100, Michael wrote: > On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: > > 2.4.5-ac4 > > o Update USB hid drivers (Vojtech Pavlik) > > I think these changes have broken my USB wheel mouse. > > Events seems to be getting lost

USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-01 Thread Michael
On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: > 2.4.5-ac4 > o Update USB hid drivers (Vojtech Pavlik) I think these changes have broken my USB wheel mouse. Events seems to be getting lost (/dev/input/mice) It only scrolls when either the scroll

USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-01 Thread Michael
On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: 2.4.5-ac4 o Update USB hid drivers (Vojtech Pavlik) I think these changes have broken my USB wheel mouse. Events seems to be getting lost (/dev/input/mice) It only scrolls when either the scroll direction

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-01 Thread M.
On 01 Jun 2001 10:57:17 +0100, Michael wrote: On Wed, May 30, 2001 at 09:30:39PM +0100, Alan Cox wrote: 2.4.5-ac4 o Update USB hid drivers (Vojtech Pavlik) I think these changes have broken my USB wheel mouse. Events seems to be getting lost (/dev/input/mice)

Re: USB mouse wheel breakage was Re: Linux 2.4.5-ac5

2001-06-01 Thread M.
USB mouse wheel has been broke since 2.4.5-ac4 (when new USB HID, hid-core.c, was integrated). The mouse in general seems jerky, and specifically the input device does not receive events for consecutive wheel movements -- just the first spin, until the mouse is moved again. obviously the bug is