From: Harley Laue <losinggeneration@gmail.com>
To: linux-input@vger.kernel.org
Subject: [PATCH] The Pelican Eclipse's D-Pad isn't functional without this.
Date: Fri, 25 Jul 2008 15:09:57 -0500 [thread overview]
Message-ID: <488A3315.5020300@gmail.com> (raw)
[-- 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
reply other threads:[~2008-07-25 20:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=488A3315.5020300@gmail.com \
--to=losinggeneration@gmail.com \
--cc=linux-input@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.