]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: xpad - fix two controller table values
authorVicki Pfau <vi@endrift.com>
Fri, 28 Mar 2025 23:43:36 +0000 (16:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 May 2025 06:24:06 +0000 (08:24 +0200)
commit2d9d6a4cd3be9c4751c7e91ec2c34d35454b013f
treee271f823dacee5505e99d3d59a2feb0fb1992621
parent56b4e8b62124a4fa5b55a2c55881e0e2117b0334
Input: xpad - fix two controller table values

commit d05a424bea9aa3435009d5c462055008cc1545d8 upstream.

Two controllers -- Mad Catz JOYTECH NEO SE Advanced and PDP Mirror's
Edge Official -- were missing the value of the mapping field, and thus
wouldn't detect properly.

Signed-off-by: Vicki Pfau <vi@endrift.com>
Link: https://lore.kernel.org/r/20250328234345.989761-1-vi@endrift.com
Fixes: 540602a43ae5 ("Input: xpad - add a few new VID/PID combinations")
Fixes: 3492321e2e60 ("Input: xpad - add multiple supported devices")
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/joystick/xpad.c