Re: [PATCH v4 8/8] Input: elan_i2c - add Host Notify support

2016-10-11 Thread Dmitry Torokhov
On Tue, Oct 11, 2016 at 04:20:52PM +0200, Benjamin Tissoires wrote: > On Oct 10 2016 or thereabouts, Dmitry Torokhov wrote: > > Hi Benjamin, > > > > On Mon, Oct 10, 2016 at 9:42 AM, Benjamin Tissoires > > wrote: > > > The Thinkpad series 13 uses Host Notify to report the interrupt. > > > Add elan

Re: [PATCH v4 8/8] Input: elan_i2c - add Host Notify support

2016-10-11 Thread Benjamin Tissoires
On Oct 10 2016 or thereabouts, Dmitry Torokhov wrote: > Hi Benjamin, > > On Mon, Oct 10, 2016 at 9:42 AM, Benjamin Tissoires > wrote: > > The Thinkpad series 13 uses Host Notify to report the interrupt. > > Add elan_smb_alert() to handle those interrupts and disable the irq > > handling on this c

Re: [PATCH v4 8/8] Input: elan_i2c - add Host Notify support

2016-10-10 Thread Dmitry Torokhov
Hi Benjamin, On Mon, Oct 10, 2016 at 9:42 AM, Benjamin Tissoires wrote: > The Thinkpad series 13 uses Host Notify to report the interrupt. > Add elan_smb_alert() to handle those interrupts and disable the irq > handling on this case. > > Signed-off-by: Benjamin Tissoires > Why do we have to do

[PATCH v4 8/8] Input: elan_i2c - add Host Notify support

2016-10-10 Thread Benjamin Tissoires
The Thinkpad series 13 uses Host Notify to report the interrupt. Add elan_smb_alert() to handle those interrupts and disable the irq handling on this case. Signed-off-by: Benjamin Tissoires --- new in v4 (was submitted on linux-input with the .alert callback) --- drivers/input/mouse/elan_i2c_c