]> 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)
committerKarel Balej <balejk@matfyz.cz>
Sat, 28 Oct 2023 18:07:30 +0000 (20:07 +0200)
commit5cc75bd72ccdcb89928d02c73b375c7137c3486d
tree647b1b7fb655801ef5f25d1d291905382982c73f
parent9c594508e9594ab3d9c675a3f60f9653b43a1e0e
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