Re: [RESEND PATCH] Input:Evdev Flush pending events on clk change

2015-01-15 Thread Dmitry Torokhov
On Thu, Jan 15, 2015 at 07:07:50AM -0800, Anshul Garg wrote: From: Anshul Garg aksgarg1...@gmail.com If client clk_type is changed , flush pending events from client buffer as events time would be incorrect and queue SYN_DROPPED event. Added check for duplicate clk_type change request.

[RESEND PATCH] Input:Evdev Flush pending events on clk change

2015-01-15 Thread Anshul Garg
From: Anshul Garg aksgarg1...@gmail.com If client clk_type is changed , flush pending events from client buffer as events time would be incorrect and queue SYN_DROPPED event. Added check for duplicate clk_type change request. Signed-off-by: Anshul Garg anshu...@samsung.com ---

[PATCH] Input:Evdev Flush pending events on clk change

2015-01-11 Thread Anshul Garg
From: Anshul Garg aksgarg1...@gmail.com If client clk_type is changed , flush pending events from client buffer as events time would be incorrect and queue SYN_DROPPED event. Added check for duplicate clk_type change request. Signed-off-by: Anshul Garg anshu...@samsung.com ---

Re: [PATCH] Input:Evdev Flush pending events on clk change

2015-01-11 Thread Dmitry Torokhov
Hi Anshul, On Sun, Jan 11, 2015 at 07:54:52AM -0800, Anshul Garg wrote: From: Anshul Garg aksgarg1...@gmail.com If client clk_type is changed , flush pending events from client buffer as events time would be incorrect and queue SYN_DROPPED event. Added check for duplicate clk_type change

Re: [PATCH] Input:Evdev Flush pending events on clk change

2015-01-11 Thread Anshul Garg
Dear Mr Dmitry , Both patch versions are same. In recent patch i have added d...@mail.ru in recipent list. In this patch as per our discussion I have done changes for client pending event flush functionality in evdev_queue_syn_dropped api by addition of one more boolean parameter flush. Hope

[PATCH] Input:Evdev Flush pending events on clk change

2015-01-09 Thread Anshul Garg
From: Anshul Garg aksgarg1...@gmail.com If client clk_type is changed , flush pending events from client buffer as events time would be incorrect and queue SYN_DROPPED event. Added check for duplicate clk_type change request. Signed-off-by: Anshul Garg anshu...@samsung.com ---