* [PATCH] The Pelican Eclipse's D-Pad isn't functional without this.
@ 2008-07-25 20:09 Harley Laue
0 siblings, 0 replies; only message in thread
From: Harley Laue @ 2008-07-25 20:09 UTC (permalink / raw)
To: linux-input
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I got tired of having to add this every time I wanted to use the pad. I
hope everything sends alright and I made the patch correctly.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkiKMxUACgkQulFr2MEc2vtnBACbBMNlJsIC8+x8snylQyUyFpcD
FNgAoIhxA5ELWAIKMOYuCId2O14t1a0/
=g4ZM
-----END PGP SIGNATURE-----
[-- Attachment #2: 0001-The-Pelican-Eclipse-s-D-Pad-isn-t-functional-without.patch --]
[-- Type: text/x-patch, Size: 1210 bytes --]
>From b0cf0f02b7c64dfb3e76fd785b0170ddf5666898 Mon Sep 17 00:00:00 2001
From: Harley Laue <losinggeneration@gmail.com>
Date: Fri, 25 Jul 2008 10:53:42 -0500
Subject: [PATCH] The Pelican Eclipse's D-Pad isn't functional without this.
Signed-off-by: Harley Laue <losinggeneration@gmail.com>
---
drivers/input/joystick/xpad.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index 87d3e7e..6791be8 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -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 },
--
1.5.6.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-25 20:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25 20:09 [PATCH] The Pelican Eclipse's D-Pad isn't functional without this Harley Laue
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.