linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Input: add support for DragonRise PID 0011 gamepad
@ 2011-01-21  9:30 Nikolai Kondrashov
  2011-01-21  9:30 ` [PATCH 1/3] Input: split hid-drff into general and ff parts Nikolai Kondrashov
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Nikolai Kondrashov @ 2011-01-21  9:30 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Dmitry Torokhov, linux-input, Vladislav Naumov,
	Nikolai Kondrashov

These three patches add support for DragonRise Inc. USB PID 0x0011 gamepad.
This version is rebased onto recent state of Linus' master (namely 12fcdba).


 drivers/hid/Kconfig    |    7 ++-
 drivers/hid/Makefile   |    7 ++-
 drivers/hid/hid-core.c |    1 +
 drivers/hid/hid-dr.c   |  186 ++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/hid/hid-dr.h   |   13 ++++
 drivers/hid/hid-drff.c |   63 +----------------
 6 files changed, 214 insertions(+), 63 deletions(-)

Sincerely,
Nick

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH v3] Input: add support for DragonRise PID 0011 gamepad
@ 2011-01-28 11:50 Nikolai Kondrashov
  2011-01-28 11:50 ` [PATCH 2/3] " Nikolai Kondrashov
  0 siblings, 1 reply; 9+ messages in thread
From: Nikolai Kondrashov @ 2011-01-28 11:50 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Dmitry Torokhov, linux-input, Vladislav Naumov,
	Nikolai Kondrashov

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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/3] Input: add support for DragonRise PID 0011 gamepad
@ 2011-01-13 18:56 Nikolai Kondrashov
  2011-01-13 18:56 ` [PATCH 2/3] " Nikolai Kondrashov
  0 siblings, 1 reply; 9+ messages in thread
From: Nikolai Kondrashov @ 2011-01-13 18:56 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, Vladislav Naumov, Nikolai Kondrashov

These patches add support for a DragonRise Inc. gamepad with USB PID 0x0011.

The patches are made against 2.6.37. I'm almost sure it is wrong, but I wasn't
able to figure out for certain which branch of which repository to use.

Please tell me which one I should use, if I'm wrong. Thanks.

Sincerely,
Nick

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-01-28 11:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21  9:30 [PATCH v2] Input: add support for DragonRise PID 0011 gamepad Nikolai Kondrashov
2011-01-21  9:30 ` [PATCH 1/3] Input: split hid-drff into general and ff parts Nikolai Kondrashov
2011-01-21  9:52   ` Dmitry Torokhov
2011-01-24 15:28     ` Jiri Kosina
2011-01-24 15:45       ` Nikolai Kondrashov
2011-01-21  9:30 ` [PATCH 2/3] Input: add support for DragonRise PID 0011 gamepad Nikolai Kondrashov
2011-01-21  9:30 ` [PATCH 3/3] Input: update dragonrise Kconfig description Nikolai Kondrashov
  -- strict thread matches above, loose matches on Subject: below --
2011-01-28 11:50 [PATCH v3] Input: add support for DragonRise PID 0011 gamepad Nikolai Kondrashov
2011-01-28 11:50 ` [PATCH 2/3] " Nikolai Kondrashov
2011-01-13 18:56 [PATCH 0/3] " Nikolai Kondrashov
2011-01-13 18:56 ` [PATCH 2/3] " Nikolai Kondrashov

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).