]> 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>
Mon, 18 Dec 2023 21:07:44 +0000 (22:07 +0100)
commit7899e9f046282a54907561cfbcee72c99935abd2
treef62bb2ba2bbbe7a811f8092e39849e84bbe6129f
parent974ac1a1094c870301e2c6c4c1fd43bc7aa561e9
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