Hi On Friday 10 September 2010, Antti Palosaari wrote: > sure yet how to distinguish between the > > "Cinergy T Dual" and my "Cinergy T RC MKII": > > > > Given that keys, once pressed, remain to be stuck, using both lirc's > > dev/input and without any dæmon trying to catch keypresses, I have not > > reached a functional configuration. > > That`s known issue. Chip configures USB HID polling interval wrongly and > due to that HID starts repeating usually. There is USB-ID mapped quir Yes, now I see it. A quickly hacked test seems to improve the stuck key events a lot (some keys still have a tendency to get stuck, but in general it works): --- a/drivers/hid/usbhid/hid-quirks.c +++ b/drivers/hid/usbhid/hid-quirks.c @@ -45,6 +45,7 @@ static const struct hid_blacklist { { USB_VENDOR_ID_TOPMAX, USB_DEVICE_ID_TOPMAX_COBRAPAD, HID_QUIRK_BADPAD }, { USB_VENDOR_ID_AFATECH, USB_DEVICE_ID_AFATECH_AF9016, HID_QUIRK_FULLSPEED_INTERVAL }, + { 0x0ccd, 0x0097, HID_QUIRK_FULLSPEED_INTERVAL }, { USB_VENDOR_ID_ETURBOTOUCH, USB_DEVICE_ID_ETURBOTOUCH, HID_QUIRK_MULTI_INPUT }, { USB_VENDOR_ID_PANTHERLORD, USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK, HID_QUIRK_MULTI_INPUT | HID_QUIRK_SKIP_OUTPUT_REPORTS }, Regards Stefan Lippers-Hollmann -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html