From: Greg Kroah-Hartman Date: Fri, 24 Nov 2023 16:23:01 +0000 (+0000) Subject: 5.15-stable patches X-Git-Tag: v4.14.331~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65b6b9b5edb902d99e414749018e4789a8122997;p=thirdparty%2Fkernel%2Fstable-queue.git 5.15-stable patches added patches: input-xpad-add-vid-for-turtle-beach-controllers.patch --- diff --git a/queue-5.15/input-xpad-add-vid-for-turtle-beach-controllers.patch b/queue-5.15/input-xpad-add-vid-for-turtle-beach-controllers.patch new file mode 100644 index 00000000000..39835dd92d5 --- /dev/null +++ b/queue-5.15/input-xpad-add-vid-for-turtle-beach-controllers.patch @@ -0,0 +1,29 @@ +From 1999a6b12a3b5c8953fc9ec74863ebc75a1b851d Mon Sep 17 00:00:00 2001 +From: Vicki Pfau +Date: Thu, 23 Mar 2023 18:32:43 -0700 +Subject: Input: xpad - add VID for Turtle Beach controllers + +From: Vicki Pfau + +commit 1999a6b12a3b5c8953fc9ec74863ebc75a1b851d upstream. + +This adds support for the Turtle Beach REACT-R and Recon Xbox controllers + +Signed-off-by: Vicki Pfau +Link: https://lore.kernel.org/r/20230225012147.276489-4-vi@endrift.com +Signed-off-by: Dmitry Torokhov +Signed-off-by: Greg Kroah-Hartman +--- + drivers/input/joystick/xpad.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/input/joystick/xpad.c ++++ b/drivers/input/joystick/xpad.c +@@ -449,6 +449,7 @@ static const struct usb_device_id xpad_t + XPAD_XBOX360_VENDOR(0x0f0d), /* Hori Controllers */ + XPAD_XBOXONE_VENDOR(0x0f0d), /* Hori Controllers */ + XPAD_XBOX360_VENDOR(0x1038), /* SteelSeries Controllers */ ++ XPAD_XBOXONE_VENDOR(0x10f5), /* Turtle Beach Controllers */ + XPAD_XBOX360_VENDOR(0x11c9), /* Nacon GC100XF */ + XPAD_XBOX360_VENDOR(0x11ff), /* PXN V900 */ + XPAD_XBOX360_VENDOR(0x1209), /* Ardwiino Controllers */ diff --git a/queue-5.15/series b/queue-5.15/series index 8c9bbce5c41..bc80bdf2bb8 100644 --- a/queue-5.15/series +++ b/queue-5.15/series @@ -302,3 +302,4 @@ drm-amd-display-change-the-dmcub-mailbox-memory-location-from-fb-to-inbox.patch io_uring-fdinfo-lock-sq-thread-while-retrieving-thread-cpu-pid.patch powerpc-powernv-fix-fortify-source-warnings-in-opal-prd.c.patch tracing-have-trace_event_file-have-ref-counters.patch +input-xpad-add-vid-for-turtle-beach-controllers.patch