diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-07-03 21:42:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-07-03 21:42:15 +0000 |
commit | fad888a85c43ce51f50e34d94334422ddd34824e (patch) | |
tree | f40f3ba708d57ed9e0062957f1783b8a522b7103 /target/linux/brcm63xx/patches-3.3 | |
parent | 0c7e6763420070554934448881633f48e21602c9 (diff) | |
download | upstream-fad888a85c43ce51f50e34d94334422ddd34824e.tar.gz upstream-fad888a85c43ce51f50e34d94334422ddd34824e.tar.bz2 upstream-fad888a85c43ce51f50e34d94334422ddd34824e.zip |
bcm63xx: 96348A-122 improvements (Comtrend 5365)
1) Improve WLAN button.
2) Add 96348A-122 image.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 32593
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch b/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch index e9e78c5de8..935ecf7882 100644 --- a/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch +++ b/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch @@ -47,11 +47,11 @@ + .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL, + }, + { -+ .desc = "wifi", ++ .desc = "wlan", + .gpio = 34, + .active_low = 1, + .type = EV_KEY, -+ .code = BTN_0, ++ .code = KEY_WLAN, + .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL, + }, + { |