RE: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-09-24 Thread Dudley Du
in...@vger.kernel.org; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support > multi-trackpads in one driver > > On Wed, Sep 24, 2014 at 03:08:31PM +0800, Dudley Du wrote: > > > > > > + async_schedule(cyapa_detec

Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-09-24 Thread Dmitry Torokhov
On Wed, Sep 24, 2014 at 03:08:31PM +0800, Dudley Du wrote: > > > > > + async_schedule(cyapa_detect_async, cyapa); > > > > > > > > I think I already asked this before - why do we need to try and schedule > > async > > > > detect from interrupt handler. In what cases we will fail to initialize >

RE: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-09-24 Thread Dudley Du
2014 8:19 AM > To: Dudley Du > Cc: Rafael J. Wysocki; Benson Leung; Patrik Fimml; > linux-in...@vger.kernel.org; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support > multi-trackpads in one driver > > Hi Dudley, >

RE: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-09-24 Thread Dudley Du
To: Dudley Du Cc: Rafael J. Wysocki; Benson Leung; Patrik Fimml; linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver Hi Dudley, On Fri, Aug 22, 2014 at 04:41:07PM +0800, Dudley Du

Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-09-24 Thread Dmitry Torokhov
On Wed, Sep 24, 2014 at 03:08:31PM +0800, Dudley Du wrote: + async_schedule(cyapa_detect_async, cyapa); I think I already asked this before - why do we need to try and schedule async detect from interrupt handler. In what cases we will fail to initialize the device

RE: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-09-24 Thread Dudley Du
@vger.kernel.org Subject: Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver On Wed, Sep 24, 2014 at 03:08:31PM +0800, Dudley Du wrote: + async_schedule(cyapa_detect_async, cyapa); I think I already asked this before - why do we

Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-09-23 Thread Dmitry Torokhov
, 2014 2:21 AM > > To: Dudley Du > > Cc: Rafael J. Wysocki; Benson Leung; Patrik Fimml; > > linux-in...@vger.kernel.org; > > linux-kernel@vger.kernel.org; Dudley Du > > Subject: Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support > > multi-trackpads

Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-09-23 Thread Dmitry Torokhov
; Benson Leung; Patrik Fimml; linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org; Dudley Du Subject: Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver On Thu, Jul 17, 2014 at 02:47:24PM +0800, Dudley Du wrote: In order to support

RE: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-08-22 Thread Dudley Du
rg; > linux-kernel@vger.kernel.org; Dudley Du > Subject: Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support > multi-trackpads in one driver > > On Thu, Jul 17, 2014 at 02:47:24PM +0800, Dudley Du wrote: > > In order to support two different communication protocol

RE: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-08-22 Thread Dudley Du
@vger.kernel.org; Dudley Du Subject: Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver On Thu, Jul 17, 2014 at 02:47:24PM +0800, Dudley Du wrote: In order to support two different communication protocol based trackpad device in one cyapa, the new cyapa

Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-08-21 Thread Dmitry Torokhov
On Thu, Jul 17, 2014 at 02:47:24PM +0800, Dudley Du wrote: > In order to support two different communication protocol based trackpad > device in one cyapa, the new cyapa driver is re-designed with > one cyapa driver core and two devices' functions component. > The cyapa driver core is contained in

Re: [PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-08-21 Thread Dmitry Torokhov
On Thu, Jul 17, 2014 at 02:47:24PM +0800, Dudley Du wrote: In order to support two different communication protocol based trackpad device in one cyapa, the new cyapa driver is re-designed with one cyapa driver core and two devices' functions component. The cyapa driver core is contained in

[PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-07-17 Thread Dudley Du
In order to support two different communication protocol based trackpad device in one cyapa, the new cyapa driver is re-designed with one cyapa driver core and two devices' functions component. The cyapa driver core is contained in this patch, it supplies the basic function with input and kernel

[PATCH v4 1/14] input: cyapa: re-architecture driver to support multi-trackpads in one driver

2014-07-17 Thread Dudley Du
In order to support two different communication protocol based trackpad device in one cyapa, the new cyapa driver is re-designed with one cyapa driver core and two devices' functions component. The cyapa driver core is contained in this patch, it supplies the basic function with input and kernel