On Tue, 9 Jun 2009, Jiri Slaby wrote: > I have an Apple Mighty Mouse. This is how it looks with 'cat > /proc/bus/input/devices' > > I: Bus=0005 Vendor=05ac Product=030c Version=0200 > N: Name="Mighty Mouse" > > And the trackball on it has it x axis inverted. OK, so the 0x030c quirk is apparently bogus, as we have multiple complaints about it, and the original reporter doesn't respond anymore. I will just remove the wrong quirk now. Thanks to everyone for letting me know. > Ive searched about this problem and found a Linux kernel mailing list > conversation where this error maybe had raised. A guy but a similar > mouse (also a mightymouse), but different ID (0x1000 instead of 0x030c), > was told to invert the x axis in order to have his 0x1000 mighty mouse > working with the wrong ID: 0x030c instead of adding a while new device. > Probably, inverting the trackball for the rest of us with the right id. > > I will quote the mailing list post to you: > > > As a newbie, I just saw your email in the source-file when I was looking > > into the sources of hid-apple.c to find my mighty mouse somewhere: > > > > /* Apple wireless Mighty Mouse */ > > { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, 0x030c), > > .driver_data = APPLE_MIGHTYMOUSE | APPLE_INVERT_HWHEEL }, > > > > According to hid-ids.h, the ID 0x030c is a TDK mighty mouse. On my > > Alu-iMac (last year edition), it's a Apple's owned mighty mouse (vendor > > 0x05ac, ID 0x1000), which is not currently listed in hid-ids.h. My > > mighty mouse anyway runs o.k. with the "wrong" ID, but since the start > > withouth the mouse-wheel. > > It did not help when I changed the ID's accordingly. So my question is: > > Is there anything to be done in bluetooth driver area too to get this > > mighty mouse fully supported (some quirks needed)? Yes, 0x1000 is a different problem, the scrollwheel doesn't work there at all (it isn't even described in the report descriptor). I currently have 0x05ac/0x1000 on my desk, I will look into it. -- Jiri Kosina SUSE Labs -- 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