Fixing S922X input
This commit is contained in:
parent
1d6a12e075
commit
a6e7022753
1 changed files with 4 additions and 4 deletions
|
@ -133,7 +133,7 @@ index 30c48311f165..595b2a76157e 100644
|
|||
+ sw11 {
|
||||
gpios = <&gpio GPIOX_10 GPIO_ACTIVE_LOW>;
|
||||
+ label = "GPIO F2";
|
||||
+ linux,code = <BTN_TRIGGER_HAPPY2>; // 0x2c2
|
||||
+ linux,code = <BTN_MODE>; // 0x2c2
|
||||
};
|
||||
- f3-button {
|
||||
- label = "F3";
|
||||
|
@ -157,7 +157,7 @@ index 30c48311f165..595b2a76157e 100644
|
|||
+ sw14 {
|
||||
gpios = <&gpio GPIOX_13 GPIO_ACTIVE_LOW>;
|
||||
+ label = "GPIO F5";
|
||||
+ linux,code = <BTN_TRIGGER_HAPPY5>; // 0x13c
|
||||
+ linux,code = <BTN_C>; // 0x13c
|
||||
};
|
||||
- f6-button {
|
||||
- label = "F6";
|
||||
|
@ -191,12 +191,12 @@ index 30c48311f165..595b2a76157e 100644
|
|||
+ sw17 {
|
||||
+ gpios = <&gpio GPIOX_16 GPIO_ACTIVE_LOW>;
|
||||
+ label = "GPIO F6";
|
||||
+ linux,code = <BTN_TRIGGER_HAPPY6>;
|
||||
+ linux,code = <BTN_START>;
|
||||
+ };
|
||||
+ sw18 {
|
||||
+ gpios = <&gpio GPIOX_17 GPIO_ACTIVE_LOW>;
|
||||
+ label = "GPIO F1";
|
||||
+ linux,code = <BTN_TRIGGER_HAPPY1>;
|
||||
+ linux,code = <BTN_SELECT>;
|
||||
+ };
|
||||
+ sw19 {
|
||||
gpios = <&gpio GPIOX_18 GPIO_ACTIVE_LOW>;
|
||||
|
|
Loading…
Reference in a new issue