All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Douglas Anderson <dianders@chromium.org>,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	Ping Cheng <pinglinux@gmail.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	linux-input@vger.kernel.org, Jiri Kosina <jikos@kernel.org>,
	Stuart Yoder <stuart.yoder@nxp.com>,
	linux-doc@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Kamil Debski <kamil@wypas.org>,
	Ingo Tuchscherer <ingo.tuchscherer@linux.vnet.ibm.com>,
	Peter Hutterer <peter.hutterer@who-t.net>
Subject: [PATCH 0/4] input: add support for high resolution wheel found on some Logitech devices
Date: Mon,  3 Apr 2017 16:35:28 -0300	[thread overview]
Message-ID: <cover.1491247515.git.mchehab@s-opensource.com> (raw)

Some Logitech mouses (MX Anyware 2, MX Master) have a wheel with two
resolutions. It initializes in low resolution mode, but can be changed to high
resolution. It also supports free wheel mode, where there's no tactile
feedback at the wheel, nor it offers resistence to movements. Such mode is
enabled/disabled by clicking at the wheel (on this wheel, the middle button
is a separate button).

Add support for it.

PS.: this patch series come after a patch series I sent during the weekend,
with converts the input documentation to ReST format:

    [PATCH 00/33] Convert input documentation to ReST
    https://www.spinics.net/lists/linux-input/msg50659.html

Both patch series can be seen at:
   https://git.linuxtv.org/mchehab/experimental.git/log/?h=input-docs

And the documentation, formatted in HTML, at:
   https://www.infradead.org/~mchehab/kernel_docs/input/

Mauro Carvalho Chehab (4):
  input: add an EV_REL event for high-res vertical wheel
  input: add a EV_SW event for ratchet switch
  hid-logitech-hidpp: add support for high res wheel
  hid-logitech-hidpp: add support for ratchet switch

 Documentation/input/event-codes.rst    |  32 ++++-
 drivers/hid/hid-logitech-hidpp.c       | 218 +++++++++++++++++++++++++++++++++
 include/linux/mod_devicetable.h        |   2 +-
 include/uapi/linux/input-event-codes.h |   5 +-
 4 files changed, 252 insertions(+), 5 deletions(-)

-- 
2.9.3



             reply	other threads:[~2017-04-03 19:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <61af20504c6b06adfb523ae4d734cbda6b6ff545.1491247515.git.mchehab@s-opensource.com>
     [not found] ` <d97a4e2f927e36a29d3f41c5e19f87e26db90509.1491247515.git.mchehab@s-opensource.com>
2017-04-03 19:35   ` Mauro Carvalho Chehab [this message]
2017-04-03 19:35     ` [PATCH 3/4] hid-logitech-hidpp: add support for high res wheel Mauro Carvalho Chehab
2017-04-03 19:35     ` [PATCH 4/4] hid-logitech-hidpp: add support for ratchet switch Mauro Carvalho Chehab

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=cover.1491247515.git.mchehab@s-opensource.com \
    --to=mchehab@s-opensource.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=corbet@lwn.net \
    --cc=dianders@chromium.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hans.verkuil@cisco.com \
    --cc=ingo.tuchscherer@linux.vnet.ibm.com \
    --cc=jikos@kernel.org \
    --cc=kamil@wypas.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=peter.hutterer@who-t.net \
    --cc=pinglinux@gmail.com \
    --cc=schwidefsky@de.ibm.com \
    --cc=stuart.yoder@nxp.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 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.