mbox series

[v2,0/4] Input: xpad - sync with github fork

Message ID 20220818154411.510308-1-rojtberg@gmail.com (mailing list archive)
Headers show
Series Input: xpad - sync with github fork | expand

Message

Pavel Rojtberg Aug. 18, 2022, 3:44 p.m. UTC
From: Pavel Rojtberg <rojtberg@gmail.com>

I maintain the fork of the xpad driver at https://github.com/paroj/xpad.
This upstreams some changes that have proven to be stable.

The first patch merely updates the list of supported devices.

The next two patches improve xbox360w gamepad support.
I have tested those myself, as I own that device.

The last patch carries most of the diff and adds support for
"paddle" buttons found on some Xbox One controllers.

Compared to v1, this adds the requested tags to the first
two patches of the series.

Cameron Gutman (1):
  Input: xpad - fix wireless 360 controller breaking after suspend

Christopher Crockett (1):
  Input: xpad - add support for XBOX One Elite paddles

Pavel Rojtberg (1):
  Input: xpad - add supported devices as contributed on github

Santosh De Massari (1):
  Input: xpad - Poweroff XBOX360W on mode button long press

 drivers/input/joystick/xpad.c | 298 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 236 insertions(+), 62 deletions(-)

Comments

Pavel Rojtberg Sept. 2, 2022, 10:45 a.m. UTC | #1
Am 18.08.22 um 17:44 schrieb Pavel Rojtberg:
> From: Pavel Rojtberg <rojtberg@gmail.com>
> 
> I maintain the fork of the xpad driver at https://github.com/paroj/xpad.
> This upstreams some changes that have proven to be stable.
> 
> The first patch merely updates the list of supported devices.
> 
> The next two patches improve xbox360w gamepad support.
> I have tested those myself, as I own that device.
> 
> The last patch carries most of the diff and adds support for
> "paddle" buttons found on some Xbox One controllers.
> 
> Compared to v1, this adds the requested tags to the first
> two patches of the series.
> 
> Cameron Gutman (1):
>   Input: xpad - fix wireless 360 controller breaking after suspend
> 
> Christopher Crockett (1):
>   Input: xpad - add support for XBOX One Elite paddles
> 
> Pavel Rojtberg (1):
>   Input: xpad - add supported devices as contributed on github
> 
> Santosh De Massari (1):
>   Input: xpad - Poweroff XBOX360W on mode button long press
> 
>  drivers/input/joystick/xpad.c | 298 +++++++++++++++++++++++++++++++++++++++++++++------------
>  1 file changed, 236 insertions(+), 62 deletions(-)
> 

Is there anything else to be done for this to get merged?

Greetings, Pavel
Pavel Rojtberg Sept. 6, 2022, noon UTC | #2
Am 18.08.22 um 17:44 schrieb Pavel Rojtberg:
> From: Pavel Rojtberg <rojtberg@gmail.com>
> 
> I maintain the fork of the xpad driver at https://github.com/paroj/xpad.
> This upstreams some changes that have proven to be stable.
> 
> The first patch merely updates the list of supported devices.
> 
> The next two patches improve xbox360w gamepad support.
> I have tested those myself, as I own that device.
> 
> The last patch carries most of the diff and adds support for
> "paddle" buttons found on some Xbox One controllers.
> 
> Compared to v1, this adds the requested tags to the first
> two patches of the series.
> 
> Cameron Gutman (1):
>   Input: xpad - fix wireless 360 controller breaking after suspend
> 
> Christopher Crockett (1):
>   Input: xpad - add support for XBOX One Elite paddles
> 
> Pavel Rojtberg (1):
>   Input: xpad - add supported devices as contributed on github
> 
> Santosh De Massari (1):
>   Input: xpad - Poweroff XBOX360W on mode button long press
> 
>  drivers/input/joystick/xpad.c | 298 +++++++++++++++++++++++++++++++++++++++++++++------------
>  1 file changed, 236 insertions(+), 62 deletions(-)
> 

Is there anything else to be done for this to get merged?

Greetings, Pavel
Dmitry Torokhov Sept. 6, 2022, 6:47 p.m. UTC | #3
On Thu, Aug 18, 2022 at 05:44:07PM +0200, Pavel Rojtberg wrote:
> From: Pavel Rojtberg <rojtberg@gmail.com>
> 
> I maintain the fork of the xpad driver at https://github.com/paroj/xpad.
> This upstreams some changes that have proven to be stable.
> 
> The first patch merely updates the list of supported devices.
> 
> The next two patches improve xbox360w gamepad support.
> I have tested those myself, as I own that device.
> 
> The last patch carries most of the diff and adds support for
> "paddle" buttons found on some Xbox One controllers.
> 
> Compared to v1, this adds the requested tags to the first
> two patches of the series.
> 
> Cameron Gutman (1):
>   Input: xpad - fix wireless 360 controller breaking after suspend
> 
> Christopher Crockett (1):
>   Input: xpad - add support for XBOX One Elite paddles
> 
> Pavel Rojtberg (1):
>   Input: xpad - add supported devices as contributed on github
> 
> Santosh De Massari (1):
>   Input: xpad - Poweroff XBOX360W on mode button long press
> 
>  drivers/input/joystick/xpad.c | 298 +++++++++++++++++++++++++++++++++++++++++++++------------
>  1 file changed, 236 insertions(+), 62 deletions(-)

Applied the lot, thank you.