Re: quirk ALWAYS_POLL needed with an unexpectedly high number of mice
From: Oliver Neukum <hidden>
Date: 2015-03-27 13:41:42
On Fri, 2015-03-27 at 09:18 -0400, Benjamin Tissoires wrote:
On Fri, Mar 27, 2015 at 5:29 AM, Oliver Neukum [off-list ref] wrote:quoted
Hi, I am getting reports from a customer running an unintentional stress test for this quirk. I would have to add a dozen mice in the medium term. Is that desirable? Should we make the quirk the default? Or add a module parameter to let the pessimistic users with multiple desktop rodents select the quirk as default? Or just carry on? Comments?usbhid/hid-core.c already sets HID_QUIRK_NOGET for regular mice/keyboards [1]. Maybe adding ALLWAYS_POLL to those would make sense and solve your problem?
It would solve my problem, but it would do so at the expense of hurting devices that operate correctly, but only by a small amount.
BTW I am against having this quirk as the general default because we rely on the usb autosuspend to shut off the touchscreens when no one listen to them, and the touchscreens are draining a lot of power.
I see. As long as they support remote wakeup, autosuspend will still work. A source of remote wakeup, however, is allowed to draw more power while suspended. Keeping things as is is fine by me but then I will need to add a lot of quirky devices. Regards Oliver