Re: Re: Re: [PATCH] Input: evdev: fix queueing of SYN_DROPPED event for EVIOCG[type] IOCTL case

2017-04-10 Thread Aniroop Mathur
On Fri, Feb 24, 2017 at 5:06 PM, Aniroop Mathur wrote: >> Hi >> >> On Tue, Jan 31, 2017 at 5:09 PM, Aniroop Mathur wrote: >>> On Sun, Jan 22, 2017 at 6:45 PM, David Herrmann >>> wrote: On Thu, Nov 24, 2016 at 9:11 PM, Aniroop Mathur wrote: > continue; >>>

RE: Re: Re: [PATCH] Input: evdev: fix queueing of SYN_DROPPED event for EVIOCG[type] IOCTL case

2017-02-24 Thread Aniroop Mathur
> Hi > > On Tue, Jan 31, 2017 at 5:09 PM, Aniroop Mathur wrote: >> On Sun, Jan 22, 2017 at 6:45 PM, David Herrmann >> wrote: >>> On Thu, Nov 24, 2016 at 9:11 PM, Aniroop Mathur >>> wrote: continue; } else if (head != i) {

Re: Re: [PATCH] Input: evdev: fix queueing of SYN_DROPPED event for EVIOCG[type] IOCTL case

2017-02-23 Thread David Herrmann
Hi On Tue, Jan 31, 2017 at 5:09 PM, Aniroop Mathur wrote: > On Sun, Jan 22, 2017 at 6:45 PM, David Herrmann wrote: >> On Thu, Nov 24, 2016 at 9:11 PM, Aniroop Mathur wrote: >>> continue; >>> } else if (head != i) { >>> /* move entr

RE: Re: [PATCH] Input: evdev: fix queueing of SYN_DROPPED event for EVIOCG[type] IOCTL case

2017-02-01 Thread Aniroop Mathur
On Sun, Jan 22, 2017 at 6:45 PM, David Herrmann wrote: > Hi > > On Thu, Nov 24, 2016 at 9:11 PM, Aniroop Mathur wrote: >> Currently, when EVIOCG[type] ioctl call is issued and bits_to_user fails, >> then SYN_DROPPED event is inserted in the event queue always. >> >> However, it is not compulsory

RE: Re: [PATCH] Input: evdev: fix queueing of SYN_DROPPED event for EVIOCG[type] IOCTL case

2017-01-31 Thread Aniroop Mathur
On Sun, Jan 22, 2017 at 6:45 PM, David Herrmann wrote: > Hi > > On Thu, Nov 24, 2016 at 9:11 PM, Aniroop Mathur wrote: >> Currently, when EVIOCG[type] ioctl call is issued and bits_to_user fails, >> then SYN_DROPPED event is inserted in the event queue always. >> >> However, it is not compulsory