projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: remove the fifo cfg overrides for the ap91 ethernet code - these values have...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.32
/
100-reset_buttons.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
b/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
index
7b8501e
..
d96ab7a
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
+++ b/
target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
@@
-13,7
+13,7
@@
.active_low = 1,
},
},
.active_low = 1,
},
},
-+ .
reset_
buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 32,
+ {
+ .desc = "reset",
+ .gpio = 32,
@@
-30,7
+30,7
@@
.active_low = 1,
},
},
.active_low = 1,
},
},
-+ .
reset_
buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 36,
+ {
+ .desc = "reset",
+ .gpio = 36,
@@
-72,12
+72,12
@@
platform_device_register(&bcm63xx_gpio_leds);
+ /* count number of BUTTONs defined by this device */
platform_device_register(&bcm63xx_gpio_leds);
+ /* count number of BUTTONs defined by this device */
-+ while (button_count < ARRAY_SIZE(board.
reset_buttons) && board.reset_
buttons[button_count].desc)
++ while (button_count < ARRAY_SIZE(board.
buttons) && board.
buttons[button_count].desc)
+ button_count++;
+
+ if (button_count) {
+ bcm63xx_gpio_buttons_data.nbuttons = button_count;
+ button_count++;
+
+ if (button_count) {
+ bcm63xx_gpio_buttons_data.nbuttons = button_count;
-+ bcm63xx_gpio_buttons_data.buttons = board.
reset_
buttons;
++ bcm63xx_gpio_buttons_data.buttons = board.buttons;
+
+ platform_device_register(&bcm63xx_gpio_buttons_device);
+ }
+
+ platform_device_register(&bcm63xx_gpio_buttons_device);
+ }
@@
-92,8
+92,8
@@
/* GPIO LEDs */
struct gpio_led leds[5];
+
/* GPIO LEDs */
struct gpio_led leds[5];
+
-+ /*
Reset button
*/
-+ struct gpio_button
reset_buttons[1
];
++ /*
Buttons
*/
++ struct gpio_button
buttons[2
];
};
#endif /* ! BOARD_BCM963XX_H_ */
};
#endif /* ! BOARD_BCM963XX_H_ */
This page took
0.029042 seconds
and
4
git commands to generate.