Skip to content
Snippets Groups Projects
Commit 96ac0965 authored by Nico's avatar Nico
Browse files

add patch to remove WPA button on EX400

parent 02fd2d04
No related branches found
No related tags found
No related merge requests found
From: Nico <github@nicoboehr.de>
Date: Sat, 14 Jun 2025 11:36:47 +0000
Subject: mt7621: Genexis Pulse EX400: remove WPS button
The WPS button is easily accidentaly activated and the reset button
fulfills the same function; hence get rid of the WPA button defintion.
diff --git a/target/linux/ramips/dts/mt7621_genexis_pulse-ex400.dts b/target/linux/ramips/dts/mt7621_genexis_pulse-ex400.dts
index ad8a22ad79d369cb89ab159bc0f62c393c6db47c..4ae9f80a7eca1938fbc3ebfac25cea888886e2ef 100644
--- a/target/linux/ramips/dts/mt7621_genexis_pulse-ex400.dts
+++ b/target/linux/ramips/dts/mt7621_genexis_pulse-ex400.dts
@@ -52,15 +52,6 @@
linux,keycodes = <KEY_B>;
};
- /* Touch area WPS */
- channel@3 {
- reg = <3>;
-
- semtech,cin-delta = <0x3>;
- semtech,sense-threshold = <0x04>;
-
- linux,keycodes = <KEY_WPS_BUTTON>;
- };
channel@4 {
reg = <4>;
@@ -100,4 +91,4 @@
};
};
};
-};
\ No newline at end of file
+};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment