Skip to content

Commit

Permalink
Input: xpad - add support for PDP 0x02a8
Browse files Browse the repository at this point in the history
see #99
  • Loading branch information
advy99 authored and paroj committed Dec 15, 2018
1 parent 4515b27 commit 875102f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ static const struct xpad_device {
{ 0x0e6f, 0x0161, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
{ 0x0e6f, 0x0162, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
{ 0x0e6f, 0x0163, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
{ 0x0e6f, 0x02a8, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
{ 0x0e6f, 0x0164, "PDP Battlefield One", 0, XTYPE_XBOXONE },
{ 0x0e6f, 0x0165, "PDP Titanfall 2", 0, XTYPE_XBOXONE },
{ 0x0e6f, 0x0201, "Pelican PL-3601 'TSZ' Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
Expand Down

0 comments on commit 875102f

Please sign in to comment.