All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Hasler <mahasler@gmail.com>
To: Jiri Kosina <jikos@kernel.org>,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: linux-input@vger.kernel.org
Subject: [PATCH v2 0/2] Add new force feedback driver for Mayflash game controller adapters.
Date: Mon, 31 Oct 2016 16:25:22 +0100	[thread overview]
Message-ID: <20161031152522.GA22049@arch-desktop> (raw)

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

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

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


                 reply	other threads:[~2016-10-31 15:25 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=20161031152522.GA22049@arch-desktop \
    --to=mahasler@gmail.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=jikos@kernel.org \
    --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.