From: Nikolai Kondrashov <spbnick@gmail.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
linux-input <linux-input@vger.kernel.org>,
Vladislav Naumov <vnaum@vnaum.com>,
Nikolai Kondrashov <spbnick@gmail.com>
Subject: [PATCH v3] Input: add support for DragonRise PID 0011 gamepad
Date: Fri, 28 Jan 2011 14:50:50 +0300 [thread overview]
Message-ID: <1296215454-2586-1-git-send-email-spbnick@gmail.com> (raw)
These three patches add support for DragonRise Inc. USB PID 0x0011 gamepad.
This version is based on recent Linus' master (namely bffb276) and is using
single file for both generic and force feedback support.
[PATCH 1/3] Input: rename hid-drff.c to hid-dr.c
[PATCH 2/3] Input: add support for DragonRise PID 0011 gamepad
[PATCH 3/3] Input: update dragonrise Kconfig description
drivers/hid/Kconfig | 7 +-
drivers/hid/Makefile | 2 +-
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-dr.c | 312 ++++++++++++++++++++++++++++++++++++++++++++++++
drivers/hid/hid-drff.c | 197 ------------------------------
5 files changed, 320 insertions(+), 199 deletions(-)
next reply other threads:[~2011-01-28 11:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-28 11:50 Nikolai Kondrashov [this message]
2011-01-28 11:50 ` [PATCH 1/3] Input: rename hid-drff.c to hid-dr.c Nikolai Kondrashov
2011-01-28 11:50 ` [PATCH 2/3] Input: add support for DragonRise PID 0011 gamepad Nikolai Kondrashov
2011-01-28 11:50 ` [PATCH 3/3] Input: update dragonrise Kconfig description Nikolai Kondrashov
2011-02-01 10:03 ` [PATCH v3] Input: add support for DragonRise PID 0011 gamepad Jiri Kosina
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=1296215454-2586-1-git-send-email-spbnick@gmail.com \
--to=spbnick@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=vnaum@vnaum.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).