]> 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>
Wed, 27 Dec 2023 12:32:22 +0000 (13:32 +0100)
commit75f6e6a88ed4fcf08fa8dd8d018e4524e28a1a1c
treee293afa49e97317db430bd57ed1110d4bc79096e
parent87b22ab0dd6892f83a7e090f777bafc11eddd3d2
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