All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add new force feedback driver for Mayflash game controller adapters.
@ 2016-11-03 18:47 Marcel Hasler
  2016-11-03 20:53 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Hasler @ 2016-11-03 18:47 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires; +Cc: linux-input

This patchset adds a new force feedback driver for game controller adapters by Mayflash,
called hid-mf.

These devices identify themselves using the vendor ID of DragonRise but don't actually seem
to be in any way related to those gamepads. They are therefore not in any way compatible with
the hid-dr driver that implements force feedback for regular DragonRise gamepads. In fact, the
protocol used by these adapters is a lot simpler than the one implemented in hid-dr. On the
other hand, because of the multi-input nature of these adapters the new driver needs to setup
memory-less force feedback for four individual input devices.

At the moment only the PS3 adapter is supported. I assume that the other adapters (for Wii U
and GameCube) use the same protocol, but since I don't own any of these (nor any of the gamepads)
I haven't been able to test them.

CHANGES from v1:
* Added IS_ENABLED(CONFIG_HID_MAYFLASH) to hid_have_special_driver[] in hid-core.c
* Proper iteration over hid->inputs in mf_init() in hid-mf.c
* Use consistent naming of 'struct hid_device *hid' in hid-mf.c

CHANGES from v2:
* NONE, only resubmission

Marcel Hasler (2):
  usbhid: Add quirks for Mayflash/Dragonrise GameCube and PS3 adapters.
  Add new force feedback driver for Mayflash game controller adapters.

 drivers/hid/Kconfig             |   8 ++
 drivers/hid/Makefile            |   1 +
 drivers/hid/hid-core.c          |   3 +
 drivers/hid/hid-ids.h           |   6 +-
 drivers/hid/hid-mf.c            | 166 ++++++++++++++++++++++++++++++++++++++++
 drivers/hid/usbhid/hid-quirks.c |   2 +
 6 files changed, 184 insertions(+), 2 deletions(-)
 create mode 100644 drivers/hid/hid-mf.c

-- 
2.10.2


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

* Re: [PATCH v3 0/2] Add new force feedback driver for Mayflash game controller adapters.
  2016-11-03 18:47 [PATCH v3 0/2] Add new force feedback driver for Mayflash game controller adapters Marcel Hasler
@ 2016-11-03 20:53 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2016-11-03 20:53 UTC (permalink / raw)
  To: Marcel Hasler; +Cc: Benjamin Tissoires, linux-input

On Thu, 3 Nov 2016, Marcel Hasler wrote:

> This patchset adds a new force feedback driver for game controller 
> adapters by Mayflash, called hid-mf.

Now queued in hid.git#for-4.10/mayflash

Thanks,

-- 
Jiri Kosina
SUSE Labs


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

end of thread, other threads:[~2016-11-03 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-03 18:47 [PATCH v3 0/2] Add new force feedback driver for Mayflash game controller adapters Marcel Hasler
2016-11-03 20:53 ` Jiri Kosina

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.