summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick
diff options
context:
space:
mode:
authorVicki Pfau <vi@endrift.com>2023-03-24 02:31:40 +0100
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2023-03-24 02:50:54 +0100
commit907d73bc0b0a00a9cc3254d14351fc239899473f (patch)
treefac6020ed7f7438b3fff663b14f4380da883beb7 /drivers/input/joystick
parentInput: iqs62x-keys - suppress duplicated error message in .remove() (diff)
downloadlinux-907d73bc0b0a00a9cc3254d14351fc239899473f.tar.xz
linux-907d73bc0b0a00a9cc3254d14351fc239899473f.zip
Input: xpad - remove unused field in VID/PID table
The list of specific VID/PID combinations for various controllers recently added a new field "xtype". However, this field isn't used, nor filled in the table itself, and was likely added by mistake and overlooked during review. Since this field isn't used, it's safe to remove. Signed-off-by: Vicki Pfau <vi@endrift.com> Link: https://lore.kernel.org/r/20230225012147.276489-3-vi@endrift.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/joystick')
-rw-r--r--drivers/input/joystick/xpad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index f642ec8e92dd..a1f23da7d72c 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -126,7 +126,6 @@ static const struct xpad_device {
char *name;
u8 mapping;
u8 xtype;
- u8 packet_type;
} xpad_device[] = {
{ 0x0079, 0x18d4, "GPD Win 2 X-Box Controller", 0, XTYPE_XBOX360 },
{ 0x03eb, 0xff01, "Wooting One (Legacy)", 0, XTYPE_XBOX360 },