arch/arm/boot/dts/qcom/qcom-msm8226-samsung-ms013g.dts | 2 ++ 1 file changed, 2 insertions(+)
Touch keys feature on Galaxy Grand 2 is provided by Zinitix touchscreen.
Add property linux,keycodes to enable touch keys.
Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com>
---
arch/arm/boot/dts/qcom/qcom-msm8226-samsung-ms013g.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-ms013g.dts b/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-ms013g.dts
index 0c7f07b35ff0..6f5be32942d3 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-ms013g.dts
+++ b/arch/arm/boot/dts/qcom/qcom-msm8226-samsung-ms013g.dts
@@ -173,6 +173,8 @@ touchscreen@20 {
pinctrl-0 = <&tsp_int_default>;
pinctrl-names = "default";
+
+ linux,keycodes = <KEY_APPSELECT KEY_BACK>;
};
};
--
2.39.5
On Tue, 08 Jul 2025 12:21:42 +0000, Raymond Hackley wrote: > Touch keys feature on Galaxy Grand 2 is provided by Zinitix touchscreen. > Add property linux,keycodes to enable touch keys. > > Applied, thanks! [1/1] ARM: dts: qcom: msm8226-samsung-ms013g: Add touch keys commit: e0d48bea315a4beef9e76c8d6ba7bc95948582cc Best regards, -- Bjorn Andersson <andersson@kernel.org>
On 7/8/25 2:21 PM, Raymond Hackley wrote: > Touch keys feature on Galaxy Grand 2 is provided by Zinitix touchscreen. > Add property linux,keycodes to enable touch keys. > > Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Konrad
© 2016 - 2025 Red Hat, Inc.