On Tue, Mar 04, 2008 at 07:50:56PM +0100, Jiri Kosina wrote: > On Tue, 4 Mar 2008, Ville Syrjälä wrote: > > > I've attached the bzipped log. > > Thanks. So between these two events: <snip> > you got autorepeated Key.LeftBtn? I'm not sure actually. I made a new log and tried to actually read it this time :) When I press the button I see this: drivers/hid/hid-core.c: report (size 6) (numbered) drivers/hid/hid-core.c: report 17 (size 5) = 01 00 00 00 00 hid-debug: input Button.0001 = 1 hid-debug: input Button.0002 = 0 hid-debug: input Button.0003 = 0 hid-debug: input Button.0004 = 0 hid-debug: input Button.0005 = 0 hid-debug: input GenericDesktop.X = 0 hid-debug: input GenericDesktop.Y = 0 hid-debug: input GenericDesktop.Wheel = 0 hid-debug: input Consumer.HorizontalWheel = 0 When I release the button I get this: drivers/hid/hid-core.c: report (size 6) (numbered) drivers/hid/hid-core.c: report 17 (size 5) = 00 00 00 00 00 hid-debug: input Button.0001 = 0 hid-debug: input Button.0002 = 0 hid-debug: input Button.0003 = 0 hid-debug: input Button.0004 = 0 hid-debug: input Button.0005 = 0 hid-debug: input GenericDesktop.X = 0 hid-debug: input GenericDesktop.Y = 0 hid-debug: input GenericDesktop.Wheel = 0 hid-debug: input Consumer.HorizontalWheel = 0 In between I only see this report 5 + report 21 sequence constantly repeated. But that sequence is constantly repeated even when I don't touch the mouse at all. It makes inspecting the log somewhat annoying since the amount of data grows fast. To add insult to injury this device seems to take part in radio warfare against my normal mouse :( -- Ville Syrjälä syrjala@xxxxxx http://www.sci.fi/~syrjala/ -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html