diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch')
-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 e9e78c5..935ecf7 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, + }, + { |