Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: edt-ft5x06 - added case for EDT EP0110M09

Add Support for EP011M09 Firmware

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Link: https://lore.kernel.org/r/20210813062110.13950-1-oliver.graute@kococonnector.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Oliver Graute and committed by
Dmitry Torokhov
146ea9b6 8be98d2f

+1
+1
drivers/input/touchscreen/edt-ft5x06.c
··· 899 899 * the identification registers. 900 900 */ 901 901 switch (rdbuf[0]) { 902 + case 0x11: /* EDT EP0110M09 */ 902 903 case 0x35: /* EDT EP0350M09 */ 903 904 case 0x43: /* EDT EP0430M09 */ 904 905 case 0x50: /* EDT EP0500M09 */