Use keycodes that matches the intended use case based on the label. Signed-off-by: Mathias Kresin <[email protected]>
@@ -156,7 +156,7 @@
wps {
label = "wps";
gpios = <&gpio 29 GPIO_ACTIVE_LOW>;
- linux,code = <BTN_1>;
+ linux,code = <KEY_WPS_BUTTON>;
};
reset {
label = "reset";
@@ -139,7 +139,7 @@
restart {
label = "restart";
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
- linux,code = <BTN_0>;
+ linux,code = <KEY_POWER>;
@@ -153,12 +153,12 @@
dsl {
label = "dsl";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
+ linux,code = <BTN_0>;
@@ -152,12 +152,12 @@
- linux,code = <BTN_LEFT>;
- linux,code = <BTN_RIGHT>;
@@ -139,6 +139,7 @@
gpios = <&gpio 30 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
+ /* key DECT is missing */
gpio-leds {
@@ -198,7 +198,7 @@
findhandset {
label = "findhandset";
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+ linux,code = <KEY_PHONE>;
@@ -154,7 +154,7 @@
gpios = <&gpio 52 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
@@ -122,7 +122,7 @@
paging {
label = "paging";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
power {
label = "power";
gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
/* wifi {
label = "wifi";
@@ -125,7 +125,7 @@
dect {
label = "dect";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
- linux,code = <BTN_2>;
@@ -116,14 +116,14 @@
#size-cells = <0>;
poll-interval = <100>;
- label = "power";
+ label = "dect";
wifi {
gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
+ linux,code = <KEY_WLAN>;
@@ -138,7 +138,7 @@
eco {
label = "eco";
gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RFKILL>;
rfkill {
label = "rfkill";
@@ -113,7 +113,7 @@
dect_paging {
label = "dect_paging";
gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_WPS_BUTTON>;
@@ -130,12 +130,12 @@
eject {
label = "eject";
gpios = <&gpio 34 GPIO_ACTIVE_LOW>;
+ linux,code = <KEY_EJECTCD>;
movie {
label = "movie";
gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
- linux,code = <BTN_9>;
+ linux,code = <KEY_VIDEO>;
@@ -118,7 +118,7 @@
router {
label = "router";
gpios = <&gpio 2 GPIO_ACTIVE_HIGH>;
+ linux,code = <BTN_1>;
linux,input-type = <EV_SW>;
@@ -41,7 +41,7 @@
mode {
label = "mode";
gpios = <&gpio0 20 1>;
- linux,code = <ABS_MT_WIDTH_MAJOR>;
@@ -47,7 +47,7 @@
@@ -84,7 +84,7 @@
gpios = <&gpio0 7 1>;
@@ -61,7 +61,7 @@