1 From 3a7ab92b9be0f8849941ed66049b9c3744cbd5aa Mon Sep 17 00:00:00 2001
2 From: Dom Cobley <popcornmix@gmail.com>
3 Date: Thu, 10 Oct 2024 17:18:57 +0100
4 Subject: [PATCH 1315/1350] Reapply "Input: sensehat-joystick : Revert to
7 This reverts commit bdb00151ff537c119cea7125e665a9bee1f76c58.
9 drivers/input/joystick/sensehat-joystick.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 --- a/drivers/input/joystick/sensehat-joystick.c
13 +++ b/drivers/input/joystick/sensehat-joystick.c
14 @@ -28,7 +28,7 @@ struct sensehat_joystick {
17 static const unsigned int keymap[] = {
18 - BTN_DPAD_DOWN, BTN_DPAD_RIGHT, BTN_DPAD_UP, BTN_SELECT, BTN_DPAD_LEFT,
19 + KEY_DOWN, KEY_RIGHT, KEY_UP, KEY_ENTER, KEY_LEFT
22 static irqreturn_t sensehat_joystick_report(int irq, void *cookie)