All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750
@ 2018-03-29 22:21 Dan Haab
  2018-03-30  7:28 ` Rafał Miłecki
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Haab @ 2018-03-29 22:21 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips
  Cc: Hauke Mehrtens, Rafał Miłecki, Dan Haab

From: Dan Haab <dan.haab@luxul.com>

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 <dan.haab@luxul.com>
---
 arch/mips/bcm47xx/buttons.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/bcm47xx/buttons.c b/arch/mips/bcm47xx/buttons.c
index 88a8fb2..88d400d 100644
--- a/arch/mips/bcm47xx/buttons.c
+++ b/arch/mips/bcm47xx/buttons.c
@@ -355,7 +355,7 @@
 
 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 */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750
  2018-03-29 22:21 [PATCH] MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750 Dan Haab
@ 2018-03-30  7:28 ` Rafał Miłecki
  2018-04-05 21:48   ` James Hogan
  0 siblings, 1 reply; 3+ messages in thread
From: Rafał Miłecki @ 2018-03-30  7:28 UTC (permalink / raw)
  To: Dan Haab; +Cc: Ralf Baechle, linux-mips, Hauke Mehrtens, Dan Haab

On 30 March 2018 at 00:21, Dan Haab <riproute@gmail.com> wrote:
> From: Dan Haab <dan.haab@luxul.com>
>
> 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 <dan.haab@luxul.com>

Looks correct, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750
  2018-03-30  7:28 ` Rafał Miłecki
@ 2018-04-05 21:48   ` James Hogan
  0 siblings, 0 replies; 3+ messages in thread
From: James Hogan @ 2018-04-05 21:48 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Dan Haab, Ralf Baechle, linux-mips, Hauke Mehrtens, Dan Haab

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

On Fri, Mar 30, 2018 at 09:28:48AM +0200, Rafał Miłecki wrote:
> On 30 March 2018 at 00:21, Dan Haab <riproute@gmail.com> wrote:
> > From: Dan Haab <dan.haab@luxul.com>
> >
> > 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 <dan.haab@luxul.com>
> 
> Looks correct, thanks.
> 

Thanks, applied for 4.17.

Cheers
James

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-05 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29 22:21 [PATCH] MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750 Dan Haab
2018-03-30  7:28 ` Rafał Miłecki
2018-04-05 21:48   ` James Hogan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.