mbox series

[v2,0/2] Input: xpad - Additional third-party controller support

Message ID 20230324040446.3487725-1-vi@endrift.com
Headers show
Series Input: xpad - Additional third-party controller support | expand

Message

Vicki Pfau March 24, 2023, 4:04 a.m. UTC
This fixes some issues that came up in v1, including fixing the signed-off-by
in one patch, and properly initializing a variable that was added in another.

One of the other patches was dropped from this series as it appears to have
had a compatible version already applied, and the other patch has been
temporarily dropped pending further testing and fixes.

Pierre-Loup A. Griffais (1):
  Input: xpad - Treat Qanba controllers as Xbox360 controllers

Vicki Pfau (1):
  Input: xpad - fix support for some third-party controllers

 drivers/input/joystick/xpad.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Comments

Dmitry Torokhov March 24, 2023, 5:40 p.m. UTC | #1
On Thu, Mar 23, 2023 at 09:04:45PM -0700, Vicki Pfau wrote:
> From: "Pierre-Loup A. Griffais" <pgriffais@valvesoftware.com>
> 
> They act that way in PC mode.
> 
> Reviewed-by: Lyude Paul <lyude@redhat.com>
> Signed-off-by: Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>
> Signed-off-by: Vicki Pfau <vi@endrift.com>

Applied, thank you.