Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754367AbXLBSIR (ORCPT ); Sun, 2 Dec 2007 13:08:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754586AbXLBSID (ORCPT ); Sun, 2 Dec 2007 13:08:03 -0500 Received: from twin.jikos.cz ([213.151.79.26]:41700 "EHLO twin.jikos.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754852AbXLBSIB (ORCPT ); Sun, 2 Dec 2007 13:08:01 -0500 Date: Sun, 2 Dec 2007 19:07:46 +0100 (CET) From: Jiri Kosina X-X-Sender: jikos@twin.jikos.cz To: Mark Lord cc: Dmitry Torokhov , rubini@vision.unipv.it, linux-input@vger.kernel.org, Linux Kernel , Jeff Garzik Subject: Re: 2.6.24: false double-clicks from USB mouse In-Reply-To: <4752E432.10504@rtr.ca> Message-ID: References: <4752DB8C.50608@rtr.ca> <4752E432.10504@rtr.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1324 Lines: 32 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 change. So it's not that > > file. > Mmm.. reverting the entire drivers/hid directory to that from 2.6.23 > seems to have fixed the problem, so we now know it's in there somewhere. > Jiri: do you have any suggestions that might be more specific than that ? Could you please run evtest on the mouse device and send me what is reported when these false double-clicks happen? Also providing debug output of usbhid might or might not be helpful (*) There were not that many changes in USB HID apart from adding per-device quirks for specific broken devices. Could you please try reverting c01d50d18, 933e3187, 82eb1219 to see if any of them makes this go away? (*) this means compiling with CONFIG_HID_DEBUG and modprobing hid module with 'debug=1'. Thanks, -- Jiri Kosina -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/