Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbd175c3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: add auto fw upgrade for ITE tech driver"

parents f2ac910a 9bd1b5c4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ Optional properties:
 - ite,wakeup		: boolean, use this to support touch-to-wake feature.
 - ite,palm-detect-en	: boolean, use this to send palm-detect-keycode when
			  palm is detected.
 - ite,fw-name		: Specify firmware file name in /etc/firmware
 - ite,cfg-name		: Specify config file name in /etc/firmware

Required properties palm-detect-en feature:
 - ite,palm-detect-keycode	: The keycode that is required to be sent when
@@ -43,5 +45,7 @@ Example:
			ite,wakeup;
			ite,palm-detect-en;
			ite,palm-detect-keycode = <142>;
			ite,fw-name = "ite7260_fw.bin";
			ite,cfg-name = "ite7260_cfg.bin";
		};
	};
+392 −151

File changed.

Preview size limit exceeded, changes collapsed.