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 <[email protected]> Reviewed-by: Marco Felsch <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 8be98d2 commit 146ea9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)