diff options
author | Raphaël Huck <rhk@cksum.org> | 2010-04-29 12:51:41 +0000 |
---|---|---|
committer | Raphaël Huck <rhk@cksum.org> | 2010-04-29 12:51:41 +0000 |
commit | ccfe1f7886159660b0f015f904f152e70121f8fb (patch) | |
tree | 64930b57e904c22d769e03e13aa1ffb88940f64c /target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch | |
parent | b29ef93886b74d380b826ea0ac86393aa01632cd (diff) | |
download | upstream-ccfe1f7886159660b0f015f904f152e70121f8fb.tar.gz upstream-ccfe1f7886159660b0f015f904f152e70121f8fb.tar.bz2 upstream-ccfe1f7886159660b0f015f904f152e70121f8fb.zip |
add WPS button support for nb4 boards
SVN-Revision: 21254
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch | 48 |
1 files changed, 39 insertions, 9 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch b/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch index 57ce7fc8d9..bbd0c62e70 100644 --- a/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch +++ b/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch @@ -21,7 +21,7 @@ static struct bcm963xx_nvram nvram; static unsigned int mac_addr_used; static struct board_info board; -@@ -713,6 +720,441 @@ static struct board_info __initdata boar +@@ -713,6 +720,471 @@ static struct board_info __initdata boar .has_ohci0 = 1, }; @@ -121,11 +121,17 @@ + { + .desc = "reset", + .gpio = 34, -+ .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, + .threshold = 3, + }, ++ { ++ .desc = "wps", ++ .gpio = 37, ++ .type = EV_KEY, ++ .code = KEY_WPS_BUTTON, ++ .threshold = 3, ++ }, + }, + .devs = neufbox4_devices, + .num_devs = ARRAY_SIZE(neufbox4_devices), @@ -207,11 +213,17 @@ + { + .desc = "reset", + .gpio = 34, -+ .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, + .threshold = 3, + }, ++ { ++ .desc = "wps", ++ .gpio = 37, ++ .type = EV_KEY, ++ .code = KEY_WPS_BUTTON, ++ .threshold = 3, ++ }, + }, + .devs = neufbox4_devices, + .num_devs = ARRAY_SIZE(neufbox4_devices), @@ -291,11 +303,17 @@ + { + .desc = "reset", + .gpio = 34, -+ .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, + .threshold = 3, + }, ++ { ++ .desc = "wps", ++ .gpio = 37, ++ .type = EV_KEY, ++ .code = KEY_WPS_BUTTON, ++ .threshold = 3, ++ }, + }, + .devs = neufbox4_devices, + .num_devs = ARRAY_SIZE(neufbox4_devices), @@ -372,11 +390,17 @@ + { + .desc = "reset", + .gpio = 34, -+ .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, + .threshold = 3, + }, ++ { ++ .desc = "wps", ++ .gpio = 37, ++ .type = EV_KEY, ++ .code = KEY_WPS_BUTTON, ++ .threshold = 3, ++ }, + }, + .devs = neufbox4_devices, + .num_devs = ARRAY_SIZE(neufbox4_devices), @@ -451,11 +475,17 @@ + { + .desc = "reset", + .gpio = 34, -+ .active_low = 1, + .type = EV_KEY, + .code = KEY_RESTART, + .threshold = 3, + }, ++ { ++ .desc = "wps", ++ .gpio = 37, ++ .type = EV_KEY, ++ .code = KEY_WPS_BUTTON, ++ .threshold = 3, ++ }, + }, + .devs = neufbox4_devices, + .num_devs = ARRAY_SIZE(neufbox4_devices), @@ -463,7 +493,7 @@ #endif /* -@@ -743,9 +1185,30 @@ static const struct board_info __initdat +@@ -743,9 +1215,30 @@ static const struct board_info __initdat &board_96358vw2, &board_AGPFS0, &board_DWVS0, @@ -494,7 +524,7 @@ /* * early init callback, read nvram data from flash and checksum it */ -@@ -793,6 +1256,9 @@ void __init board_prom_init(void) +@@ -793,6 +1286,9 @@ void __init board_prom_init(void) return; } @@ -514,4 +544,4 @@ + struct gpio_led leds[9]; /* Reset button */ - struct gpio_button reset_buttons[1]; + struct gpio_button reset_buttons[2]; |