diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-11 12:19:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-11 12:19:18 +0000 |
commit | e60eb9f019669f82d9df987db44afcdd934432bc (patch) | |
tree | 4506b5c2339a9af0658475dafb2c5c580ad3ae73 /target | |
parent | 14edb110912669315c0be0588cfb77edc0f73f3f (diff) | |
download | upstream-e60eb9f019669f82d9df987db44afcdd934432bc.tar.gz upstream-e60eb9f019669f82d9df987db44afcdd934432bc.tar.bz2 upstream-e60eb9f019669f82d9df987db44afcdd934432bc.zip |
lantiq: update TDW8970.dts to support buttons properly
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index a31cf9a74f..006df1c3a8 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -205,14 +205,14 @@ wifi { label = "wifi"; gpios = <&gpio 9 0>; - linux,code = <0x101>; + linux,code = <0xf7>; linux,input-type = <5>; /* EV_SW */ }; wps { label = "wps"; gpios = <&gpio 39 1>; - linux,code = <0x102>; + linux,code = <0x211>; }; }; |