Skip to content

Commit 146ea9b

Browse files
redbrain17dtor
authored andcommitted
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>
1 parent 8be98d2 commit 146ea9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/touchscreen/edt-ft5x06.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ static int edt_ft5x06_ts_identify(struct i2c_client *client,
899899
* the identification registers.
900900
*/
901901
switch (rdbuf[0]) {
902+
case 0x11: /* EDT EP0110M09 */
902903
case 0x35: /* EDT EP0350M09 */
903904
case 0x43: /* EDT EP0430M09 */
904905
case 0x50: /* EDT EP0500M09 */

0 commit comments

Comments
 (0)