Re: [PATCH] usbhid: discarded events don't abort idleness

2015-11-23 Thread Oliver Neukum
On Fri, 2015-11-20 at 11:00 +0100, Jiri Kosina wrote: > On Thu, 5 Nov 2015, Oliver Neukum wrote: > > > If an event is discarded the device stays idle. > > Just reverse the order of check and marking busy. > > > > Signed-off-by: Oliver Neukum > > Hi Oliver, > > thanks for the

Re: [PATCH] usbhid: discarded events don't abort idleness

2015-11-23 Thread Jiri Kosina
On Thu, 5 Nov 2015, Oliver Neukum wrote: > If an event is discarded the device stays idle. > Just reverse the order of check and marking busy. > > Signed-off-by: Oliver Neukum Applied to for-4.5/core. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send

Re: [PATCH] usbhid: discarded events don't abort idleness

2015-11-20 Thread Jiri Kosina
On Thu, 5 Nov 2015, Oliver Neukum wrote: > If an event is discarded the device stays idle. > Just reverse the order of check and marking busy. > > Signed-off-by: Oliver Neukum Hi Oliver, thanks for the fix. This is a real bug, so I am wondering whether you have seen causing

[PATCH] usbhid: discarded events don't abort idleness

2015-11-05 Thread Oliver Neukum
If an event is discarded the device stays idle. Just reverse the order of check and marking busy. Signed-off-by: Oliver Neukum --- drivers/hid/usbhid/hid-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/usbhid/hid-core.c