Re: 2.6.24: false double-clicks from USB mouse

2007-12-07 Thread Dmitry Torokhov
On Dec 7, 2007 4:23 PM, Ray Lee <[EMAIL PROTECTED]> wrote: > > On Dec 7, 2007 10:32 AM, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > On Dec 7, 2007 12:59 PM, Ray Lee <[EMAIL PROTECTED]> wrote: > > > On Dec 2, 2007 2:07 PM, Jiri Kosina <[EMAIL PROTECTED]> wrote: > > > > Thanks. To sum up this long

Re: 2.6.24: false double-clicks from USB mouse

2007-12-07 Thread Ray Lee
On Dec 7, 2007 10:32 AM, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > On Dec 7, 2007 12:59 PM, Ray Lee <[EMAIL PROTECTED]> wrote: > > On Dec 2, 2007 2:07 PM, Jiri Kosina <[EMAIL PROTECTED]> wrote: > > > Thanks. To sum up this longish thread: > > > > > > - Mark seems to be able to reproduce the prob

Re: 2.6.24: false double-clicks from USB mouse

2007-12-07 Thread Dmitry Torokhov
Hi, On Dec 7, 2007 12:59 PM, Ray Lee <[EMAIL PROTECTED]> wrote: > On Dec 2, 2007 2:07 PM, Jiri Kosina <[EMAIL PROTECTED]> wrote: > > Thanks. To sum up this longish thread: > > > > - Mark seems to be able to reproduce the problem quite easily; I was not > > successful reproducing this no matter h

Re: 2.6.24: false double-clicks from USB mouse

2007-12-07 Thread Ray Lee
On Dec 2, 2007 2:07 PM, Jiri Kosina <[EMAIL PROTECTED]> wrote: > Thanks. To sum up this longish thread: > > - Mark seems to be able to reproduce the problem quite easily; I was not > successful reproducing this no matter how hard I tried, and I also > didn't receive any similar bugreports from

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Mark Lord
Jiri Kosina wrote: [ linux-usb-devel added to CC ] On Sun, 2 Dec 2007, Mark Lord wrote: Okay. I've got to leave the computer for a while now, so I'll post again whenever I have something new here. Thanks. To sum up this longish thread: - 2.6.24-rcX exposes the problem with sometimes multip

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Jiri Kosina
[ linux-usb-devel added to CC ] On Sun, 2 Dec 2007, Mark Lord wrote: > Okay. I've got to leave the computer for a while now, so I'll post > again whenever I have something new here. Thanks. To sum up this longish thread: - 2.6.24-rcX exposes the problem with sometimes multiple clicks being

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Mark Lord
Jiri Kosina wrote: On Sun, 2 Dec 2007, Mark Lord wrote: Right now it's double-clicking just about everything. If I unplug/replug it, things behave for a while. Still want the HID_DEBUG output? (rebooting shortly) Yes, definitely. I currently don't have an idea what might be causing it, and

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Jiri Kosina
On Sun, 2 Dec 2007, Mark Lord wrote: > Right now it's double-clicking just about everything. If I unplug/replug > it, things behave for a while. Still want the HID_DEBUG output? > (rebooting shortly) Yes, definitely. I currently don't have an idea what might be causing it, and I am unable to

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Mark Lord
Jiri Kosina wrote: On Sun, 2 Dec 2007, Mark Lord wrote: Here's a *single* button click (press/release quickly): Event: time 1196621063.612542, type 1 (Key), code 272 (LeftBtn), value 1 Event: time 1196621063.612553, type 0 (Reset), code 0 (Reset), value 0 Event: time 1196621063.620504, type 1 (

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Jiri Kosina
On Sun, 2 Dec 2007, Mark Lord wrote: > > Here's a *single* button click (press/release quickly): > > Event: time 1196621063.612542, type 1 (Key), code 272 (LeftBtn), value 1 > > Event: time 1196621063.612553, type 0 (Reset), code 0 (Reset), value 0 > > Event: time 1196621063.620504, type 1 (Key),

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Mark Lord
Mark Lord wrote: Here's a *single* button click (press/release quickly): Event: time 1196621063.612542, type 1 (Key), code 272 (LeftBtn), value 1 Event: time 1196621063.612553, type 0 (Reset), code 0 (Reset), value 0 Event: time 1196621063.620504, type 1 (Key), code 272 (LeftBtn), value 0 Event

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Mark Lord
Jiri Kosina wrote: ... First it would be really helpful to see if - the HID driver really obtains two click events from USB stack. This could be easily seen from HID debug output. I have written in previous mail how to obtain this .. That's in the queue.. :) - the output of evtest for

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Jiri Kosina
On Sun, 2 Dec 2007, Mark Lord wrote: > Reverting the drivers/hid directory does seem to improve behaviour. But > right now I have a "make -j4" happening in the background and the mouse > is ever so erratic again, despite the drivers/hid reversion. > So it's a timing thing, somewhere. Maybe a sch

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Mark Lord
Mark Lord wrote: Jiri Kosina wrote: On Sun, 2 Dec 2007, Mark Lord wrote: Single-clicking on things with 2.6.24 very frequently gives a "double-click". This does not happen with 2.6.23.8. I wonder what broke it? I've grabbed mousedev.c from 2.6.23 and inserted that in place of the updated 2.6

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Mark Lord
Jiri Kosina wrote: On Sun, 2 Dec 2007, Mark Lord wrote: Single-clicking on things with 2.6.24 very frequently gives a "double-click". This does not happen with 2.6.23.8. I wonder what broke it? I've grabbed mousedev.c from 2.6.23 and inserted that in place of the updated 2.6.24 source, but no

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Jiri Kosina
On Sun, 2 Dec 2007, Mark Lord wrote: > > Single-clicking on things with 2.6.24 very frequently gives a > > "double-click". This does not happen with 2.6.23.8. I wonder what > > broke it? I've grabbed mousedev.c from 2.6.23 and inserted that in > > place of the updated 2.6.24 source, but no chan

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Oliver Neukum
Am Sonntag, 2. Dezember 2007 17:21:32 schrieb Mark Lord: > I've grabbed mousedev.c from 2.6.23 and inserted that in place > of the updated 2.6.24 source, but no change.  So it's not that file. Are you really using mousedev and not true hid? Do you see any other malfunction? Regards

Re: 2.6.24: false double-clicks from USB mouse

2007-12-02 Thread Mark Lord
Mark Lord wrote: I've only just recently tried running 2.6.24 on my main machine. And it appears that I'll have to go back to 2.6.23, because the USB mouse is not working correctly. Single-clicking on things with 2.6.24 very frequently gives a "double-click". This does not happen with 2.6.23.8