Re: [PATCH v2 4/6] HID: uclogic: apply quirk NO_EMPTY_INPUT

2015-03-01 Thread Nikolai Kondrashov
On 02/26/2015 08:57 PM, Benjamin Tissoires wrote: NO_EMPTY_INPUT is useful when MULTI_INPUT is set. It prevents to create empty input nodes that user space does not know what to do with. It does not seem to be required at the moment, this is just a preventive patch. This check is only made durin

[PATCH v2 4/6] HID: uclogic: apply quirk NO_EMPTY_INPUT

2015-02-26 Thread Benjamin Tissoires
NO_EMPTY_INPUT is useful when MULTI_INPUT is set. It prevents to create empty input nodes that user space does not know what to do with. It does not seem to be required at the moment, this is just a preventive patch. This check is only made during the plug of the device, so it does not hurt to hav