From: Andreas Kemnade Date: Wed, 1 May 2024 20:47:58 +0000 (+0200) Subject: Input: edt-ft5x06 - add ft5426 X-Git-Tag: v6.11-rc1~98^2^2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ca1323c6aba8fd9309ca33a4bf57c1c9fc06171;p=thirdparty%2Fkernel%2Flinux.git Input: edt-ft5x06 - add ft5426 As ft5426 seems to be compatible with this driver, add it. Debug output during identification: Model "generic ft5x06 (79)", Rev. " Signed-off-by: Andreas Kemnade Reviewed-by: Oliver Graute Link: https://lore.kernel.org/r/20240501204758.758537-3-andreas@kemnade.info Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/edt-ft5x06.c b/drivers/input/touchscreen/edt-ft5x06.c index 06ec0f2e18ae3..42f99e57fbb79 100644 --- a/drivers/input/touchscreen/edt-ft5x06.c +++ b/drivers/input/touchscreen/edt-ft5x06.c @@ -1496,6 +1496,7 @@ static const struct of_device_id edt_ft5x06_of_match[] = { { .compatible = "edt,edt-ft5406", .data = &edt_ft5x06_data }, { .compatible = "edt,edt-ft5506", .data = &edt_ft5506_data }, { .compatible = "evervision,ev-ft5726", .data = &edt_ft5506_data }, + { .compatible = "focaltech,ft5426", .data = &edt_ft5506_data }, { .compatible = "focaltech,ft5452", .data = &edt_ft5452_data }, /* Note focaltech vendor prefix for compatibility with ft6236.c */ { .compatible = "focaltech,ft6236", .data = &edt_ft6236_data },