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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html