]> git.dujemihanovic.xyz Git - linux.git/commit
input/touchscreen: imagis: Add support for Imagis IST3038B
authorMarkuss Broks <markuss.broks@gmail.com>
Wed, 4 May 2022 15:24:05 +0000 (18:24 +0300)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 5 Nov 2023 13:50:00 +0000 (14:50 +0100)
commita93d7b97737e6916600afee1d2271b82ba86729f
tree8d321ef3c6704e4221c92e4e35d2517d84a0eeb4
parent9a94fb223b47970eb3032dd78296f88184e30dba
input/touchscreen: imagis: Add support for Imagis IST3038B

Imagis IST3038B is another variant of Imagis IST3038 IC, which has
a different register interface from IST3038C (possibly firmware defined).
This should also work for IST3044B (though untested), however other
variants using this interface/protocol(IST3026, IST3032, IST3026B,
IST3032B) have a different format for coordinates, and they'd need
additional effort to be supported by this driver.

Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
Signed-off-by: Karel Balej <balejk@matfyz.cz>
drivers/input/touchscreen/imagis.c