mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
realtek: free restore button of XS1930 switches
The support addition for those switches defined the restore button as a button to trigger a restart. However, those switches also have a reset button which is wired to the SoC's reset line, causing a reset upon pressing. Thus, using the restore button for basically the same purpose doesn't make sense. Change the 'linux,code' property to 'BTN_0' to assign no real function to that button, allowing it to be used for different purposes. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23428 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
161a871edd
commit
d750f5f454
@@ -32,7 +32,7 @@
|
||||
key-restore {
|
||||
label = "restore";
|
||||
gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <KEY_RESTART>;
|
||||
linux,code = <BTN_0>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user