Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input: xpad - add support for PDP Camo Wired (0x0161) and Afterglow Prismatic Wired (0x02b3) #112

Closed
wants to merge 12 commits into from

Conversation

Sickday
Copy link

@Sickday Sickday commented Oct 4, 2018

I added
{ 0x0e6f, 0x02b3, "Afterglow Prismatic Xbox One Wired Controller", 0, XTYPE_XBOXONE},
at line 229 and
{ 0x0e6f, 0x0161, "PDP Camo Wired Controller for Xbox One", 0, XTYPE_XBOXONE },
at line 230 as well as
XBOXONE_INIT_PKT(0x0e6f, 0x02b3, xboxone_pdp_init1),
 XBOXONE_INIT_PKT(0x0e6f, 0x02b3, xboxone_pdp_init2),
 XBOXONE_INIT_PKT(0x0e6f, 0x0161, xboxone_pdp_init1),
 XBOXONE_INIT_PKT(0x0e6f, 0x0161, xboxone_pdp_init2),

at lines 546-549 to get these two controllers to work. After doing so, both controllers work perfectly and all LEDS work on the controllers.

woodsts pushed a commit to woodsts/linux-stable that referenced this pull request Dec 8, 2018
commit a6754fa upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
woodsts pushed a commit to woodsts/linux-stable that referenced this pull request Dec 8, 2018
commit a6754fa upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
woodsts pushed a commit to woodsts/linux-stable that referenced this pull request Dec 8, 2018
commit a6754fa upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
freeza-inc pushed a commit to freeza-inc/bm-galaxy-note9-exynos that referenced this pull request Dec 10, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
GeyerA pushed a commit to GeyerA/kernel_starlte that referenced this pull request Dec 11, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
uvera pushed a commit to twistloop/android_kernel_twistloop_jason that referenced this pull request Dec 12, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
woodsts pushed a commit to woodsts/linux-stable that referenced this pull request Dec 13, 2018
commit a6754fa upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
woodsts pushed a commit to woodsts/linux-stable that referenced this pull request Dec 13, 2018
commit a6754fa upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scafroglia93 pushed a commit to HardcoreKernel/freezerfhd that referenced this pull request Dec 13, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scafroglia93 pushed a commit to HardcoreKernel/nappa that referenced this pull request Dec 14, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MasterAwesome pushed a commit to MasterAwesome/android_kernel_motorola_msm8953 that referenced this pull request Dec 14, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mcdachpappe pushed a commit to mcdachpappe/android_kernel_oneplus_msm8996-eas that referenced this pull request Dec 14, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mawrick26 pushed a commit to mawrick26/S7E-Oreo that referenced this pull request Dec 14, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Enzaik pushed a commit to DireWolf-Project/Direwolf_unified_Old that referenced this pull request Dec 14, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

(cherry picked from commit 10373f9784aa131ea2b1bbccfe209adc4767622c)
Signed-off-by: Enzaik <imernestodiaz@gmail.com>
isjerryxiao pushed a commit to isjerryxiao/Amlogic_s905-kernel that referenced this pull request Dec 15, 2018
commit a6754fa upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
paroj pushed a commit that referenced this pull request Dec 15, 2018
Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: #104
[1]: #105
[2]: #108
[3]: #109
[4]: #112
[5]: #115
[6]: #116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Pavel Rojtberg <rojtberg@gmail.com>
jollaman999 pushed a commit to jollaman999/jolla-kernel_joan that referenced this pull request Dec 15, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scafroglia93 pushed a commit to HardcoreKernel/yamcha that referenced this pull request Dec 16, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scafroglia93 pushed a commit to HardcoreKernel/tenshi that referenced this pull request Dec 16, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
dsd pushed a commit to endlessm/linux that referenced this pull request Dec 17, 2018
BugLink: https://bugs.launchpad.net/bugs/1807706

commit a6754fa upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
mcdachpappe pushed a commit to mcdachpappe/android_kernel_oneplus_msm8996-eas that referenced this pull request Dec 18, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
dcionline pushed a commit to dcionline/eco_kernel_hi3650_eva that referenced this pull request Dec 19, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Enzaik pushed a commit to Enzaik/Direwolf_msm8917_U that referenced this pull request Dec 21, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
UtsavBalar1231 pushed a commit to UtsavBalar1231/immensity_kernel_motorola_msm8953 that referenced this pull request Dec 23, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mawrick26 pushed a commit to mawrick26/S7E-Oreo that referenced this pull request Dec 24, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
UtsavBalar1231 pushed a commit to UtsavBalar1231/immensity_kernel_motorola_msm8953 that referenced this pull request Dec 25, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lordarcadius pushed a commit to lordarcadius/electrablue_mido that referenced this pull request Dec 25, 2018
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
advy99 and others added 6 commits January 22, 2021 01:42
Added PowerA Wired Controller For Xbox 360

Model Number: 1414135-02 (0x20d6, 0x281f)
Newer gamepads turn themselves off when the mode button is held down.
For XBOX360W gamepads we must do this this in the driver.
@paroj paroj closed this Aug 14, 2021
AShiningRay pushed a commit to AShiningRay/SwanKernel-LGV20_G5_G6 that referenced this pull request Oct 27, 2021
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
AShiningRay pushed a commit to AShiningRay/SwanKernel-LGV20_G5_G6 that referenced this pull request Oct 28, 2021
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
unkl933 pushed a commit to unkl933/kernel_xiaomi_msm8996-3.18 that referenced this pull request Oct 31, 2021
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
turex pushed a commit to turex/labyrinth_kernel_prague that referenced this pull request Dec 2, 2021
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
turex pushed a commit to turex/labyrinth_kernel_prague that referenced this pull request Dec 7, 2021
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
goldfish07 pushed a commit to goldfish07/android_kernel_samsung_j8y18lte that referenced this pull request Feb 6, 2022
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
elginsk8r pushed a commit to elginsk8r/android_kernel_hardkernel_odroidn2 that referenced this pull request Feb 23, 2022
Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
log1cs pushed a commit to LycorisOSS/android_kernel_nokia_msm8937 that referenced this pull request Mar 30, 2022
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
ggow pushed a commit to lineage16-suez/kernel_amazon_suez that referenced this pull request Apr 11, 2022
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

(cherry picked from commit 9b2e4bbf1669b08acb1ce8ba18a1560800a06786)
krazey pushed a commit to krazey/android_kernel_motorola_exynos9610 that referenced this pull request Apr 23, 2022
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
elginsk8r pushed a commit to elginsk8r/android_kernel_hardkernel_odroidn2 that referenced this pull request Jul 10, 2022
Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
MdHusainhfz pushed a commit to MdHusainhfz/android_kernel_samsung_a6plte that referenced this pull request Jan 4, 2023
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
unkl933 pushed a commit to unkl933/kernel_xiaomi_msm8996-3.18 that referenced this pull request Jan 9, 2023
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
andrew2193 pushed a commit to andrew2193/Pryo that referenced this pull request Jun 17, 2023
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
488315 pushed a commit to mt8163/android_kernel_amazon_karnak_4.9 that referenced this pull request Nov 5, 2023
commit a6754fa upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
dashfader pushed a commit to dashfader/android_kernel_xiaomi_msm8917 that referenced this pull request Nov 25, 2023
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
dashfader pushed a commit to dashfader/android_kernel_xiaomi_msm8917 that referenced this pull request Nov 25, 2023
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
dashfader pushed a commit to dashfader/android_kernel_xiaomi_msm8917 that referenced this pull request Nov 25, 2023
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
FlorinelulX pushed a commit to FlorinelulX/android_kernel_huawei_hi6250-8 that referenced this pull request Feb 16, 2024
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
LinuxGuy312 pushed a commit to LinuxGuy312/android_kernel_realme_RMX1805 that referenced this pull request Mar 19, 2024
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Huawei-Dev pushed a commit to Huawei-Dev/android_kernel_huawei_schubert that referenced this pull request Mar 24, 2024
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Huawei-Dev pushed a commit to Huawei-Dev/android_kernel_huawei_schubert that referenced this pull request Mar 24, 2024
commit a6754fae1e66e9a40fed406290d7ca3f2b4d227c upstream.

Since we continue to find tons of new variants [0,1,2,3,4,5,6] that
need the PDP quirk, let's just quirk all devices from PDP.

[0]: paroj/xpad#104
[1]: paroj/xpad#105
[2]: paroj/xpad#108
[3]: paroj/xpad#109
[4]: paroj/xpad#112
[5]: paroj/xpad#115
[6]: paroj/xpad#116

Fixes: e5c9c6a885fa ("Input: xpad - add support for PDP Xbox One controllers")
Cc: stable@vger.kernel.org
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants