]> 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>
Sat, 20 Jan 2024 19:52:01 +0000 (20:52 +0100)
commitf0b663a470347a9d4372c2aa3648d8e25367f419
tree49f06e1825c9b96923c4b714d8847538fdf7cf50
parent05248ab6b335467872fbc76f71f897a5736e5ffa
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