Re: [PATCH 02/10] Input: atmel_mxt_ts - register input device before request_irq

2013-02-13 Thread Dmitry Torokhov
Hi Daniel, On Fri, Feb 01, 2013 at 04:11:44PM +0800, Daniel Kurtz wrote: > As soon as the irq is request, input event interrupts could occur that > the isr should handle. Similarly, if there are input events queued up > in the device output buffer, it will send them immediately when we > drain th

[PATCH 02/10] Input: atmel_mxt_ts - register input device before request_irq

2013-02-01 Thread Daniel Kurtz
As soon as the irq is request, input event interrupts could occur that the isr should handle. Similarly, if there are input events queued up in the device output buffer, it will send them immediately when we drain the message buffer with mxt_handle_messages. Therefore, register the input device b