]> Git Repo - linux.git/commitdiff
Input: xpad - add Pelican Eclipse D-Pad to the list of devices
authorHarley Laue <[email protected]>
Wed, 30 Jul 2008 14:46:39 +0000 (10:46 -0400)
committerDmitry Torokhov <[email protected]>
Thu, 31 Jul 2008 04:45:59 +0000 (00:45 -0400)
Signed-off-by: Harley Laue <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/joystick/xpad.c

index 87d3e7eabffd3e57b6b32714701b3cc7d65eb312..6791be81eb2904b15780da13dac99ce11e5925a6 100644 (file)
@@ -127,6 +127,7 @@ static const struct xpad_device {
        { 0x0738, 0x4716, "Mad Catz Wired Xbox 360 Controller", MAP_DPAD_TO_AXES, XTYPE_XBOX360 },
        { 0x0738, 0x6040, "Mad Catz Beat Pad Pro", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
        { 0x0c12, 0x8802, "Zeroplus Xbox Controller", MAP_DPAD_TO_AXES, XTYPE_XBOX },
+       { 0x0c12, 0x880a, "Pelican Eclipse PL-2023", MAP_DPAD_TO_AXES, XTYPE_XBOX },
        { 0x0c12, 0x8810, "Zeroplus Xbox Controller", MAP_DPAD_TO_AXES, XTYPE_XBOX },
        { 0x0c12, 0x9902, "HAMA VibraX - *FAULTY HARDWARE*", MAP_DPAD_TO_AXES, XTYPE_XBOX },
        { 0x0e4c, 0x1097, "Radica Gamester Controller", MAP_DPAD_TO_AXES, XTYPE_XBOX },
This page took 0.054732 seconds and 4 git commands to generate.