RE: [PATCH v9 15/18] input: cyapa: add gen3 trackpad device read firmware image function support

2014-12-04 Thread Dudley Du
] > > > Sent: 2014?11?10? 16:40 > > > To: Dudley Du > > > Cc: rydb...@euromail.se; Dudley Du; ble...@google.com; > > > linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org > > > Subject: Re: [PATCH v9 15/18] input: cyapa: add gen3 trackpad device r

Re: [PATCH v9 15/18] input: cyapa: add gen3 trackpad device read firmware image function support

2014-12-04 Thread Dmitry Torokhov
Du; ble...@google.com; > > linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH v9 15/18] input: cyapa: add gen3 trackpad device read > > firmware image function support > > > > On Mon, Nov 03, 2014 at 04:33:07PM +0800, Dudley Du wrote: > &g

RE: [PATCH v9 15/18] input: cyapa: add gen3 trackpad device read firmware image function support

2014-11-10 Thread Dudley Du
: Re: [PATCH v9 15/18] input: cyapa: add gen3 trackpad device read > firmware image function support > > On Mon, Nov 03, 2014 at 04:33:07PM +0800, Dudley Du wrote: > > Add read firmware image function supported for gen3 trackpad device, > > it can be used through debugfs read_fw int

Re: [PATCH v9 15/18] input: cyapa: add gen3 trackpad device read firmware image function support

2014-11-10 Thread Dmitry Torokhov
On Mon, Nov 03, 2014 at 04:33:07PM +0800, Dudley Du wrote: > Add read firmware image function supported for gen3 trackpad device, > it can be used through debugfs read_fw interface. Why do we need this? Can we do the same via usespace program accessing the i2c device through /dev/i2c-N? Thanks.

[PATCH v9 15/18] input: cyapa: add gen3 trackpad device read firmware image function support

2014-11-03 Thread Dudley Du
Add read firmware image function supported for gen3 trackpad device, it can be used through debugfs read_fw interface. TEST=test on Chromebooks. Signed-off-by: Dudley Du --- drivers/input/mouse/cyapa_gen3.c | 67 1 file changed, 67 insertions(+) diff --g