linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input: goodix: RFC - implementing support for GT801x2
@ 2015-04-04 21:08 Priit Laes
  2015-04-04 21:08 ` [PATCH] Input: goodix - preliminary support for GT801-2+1 Priit Laes
  0 siblings, 1 reply; 8+ messages in thread
From: Priit Laes @ 2015-04-04 21:08 UTC (permalink / raw)
  To: linux-input; +Cc: Bastien Nocera, Dmitry Torokhov, Henrik Rydberg, Priit Laes

Hi all!

I'm looking for some advice on how to proceed with the GT801x2 touchscreen
driver. Current proof-of-concept uses the existing Goodix driver as a
template, but due to the differences between GT801x2 and GT9xx series,
I ended with a driver where GT9xx support has been ripped out. I'm sorry.

Notable differences:

1. I2C registers: 1 byte (GT801x2) vs 2 bytes (GT9xx)
2. Different configuration layout and version info
3. Different touch report protocol

So, would it make sense to have these two in the same driver?


Priit Laes (1):
  Input: goodix - preliminary support for GT801-2+1

 drivers/input/touchscreen/goodix.c | 87 ++++++++++++++++++++++++++++++++------
 1 file changed, 73 insertions(+), 14 deletions(-)

-- 
2.3.5


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-04-08 14:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-04 21:08 [PATCH] input: goodix: RFC - implementing support for GT801x2 Priit Laes
2015-04-04 21:08 ` [PATCH] Input: goodix - preliminary support for GT801-2+1 Priit Laes
2015-04-05 16:04   ` Bastien Nocera
2015-04-05 17:06     ` Priit Laes
2015-04-05 18:43       ` Dmitry Torokhov
2015-04-08 14:24       ` Bastien Nocera
2015-04-05 23:56     ` Dmitry Torokhov
2015-04-08 14:25       ` Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).