projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2726412
)
MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750
author
Dan Haab
<
[email protected]
>
Thu, 29 Mar 2018 22:21:47 +0000
(16:21 -0600)
committer
James Hogan
<
[email protected]
>
Fri, 6 Apr 2018 23:10:48 +0000
(
00:10
+0100)
The original patch submitted for support of the Luxul XWR-1750 used a
non-standard button handler for the reset button. This patch will allow
using the standard KEY_RESTART
Signed-off-by: Dan Haab <
[email protected]
>
Cc: Ralf Baechle <
[email protected]
>
Cc: Hauke Mehrtens <
[email protected]
>
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/18981/
Signed-off-by: James Hogan <
[email protected]
>
arch/mips/bcm47xx/buttons.c
patch
|
blob
|
history
diff --git
a/arch/mips/bcm47xx/buttons.c
b/arch/mips/bcm47xx/buttons.c
index 88a8fb2bbc71a9e9ae1949319f173e80ad61cdfd..88d400d256c416173a41883d2a5c05a809809d17 100644
(file)
--- a/
arch/mips/bcm47xx/buttons.c
+++ b/
arch/mips/bcm47xx/buttons.c
@@
-355,7
+355,7
@@
bcm47xx_buttons_luxul_xwr_600_v1[] = {
static const struct gpio_keys_button
bcm47xx_buttons_luxul_xwr_1750_v1[] = {
- BCM47XX_GPIO_KEY(14,
BTN_TASK
),
+ BCM47XX_GPIO_KEY(14,
KEY_RESTART
),
};
/* Microsoft */