linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/4] Improve support for Logitech MX Anywhere 2
@ 2017-03-25 22:49 Mauro Carvalho Chehab
  2017-03-25 22:49 ` [PATCH RFC 1/4] input: add an EV_REL event for high-res vertical wheel Mauro Carvalho Chehab
  0 siblings, 1 reply; 10+ messages in thread
From: Mauro Carvalho Chehab @ 2017-03-25 22:49 UTC (permalink / raw)
  To: linux-input
  Cc: Mauro Carvalho Chehab, Dmitry Torokhov, Peter Hutterer,
	Benjamin Tissoires, Hans Verkuil, Jiri Kosina, Greg Kroah-Hartman,
	Stuart Yoder, Ingo Tuchscherer, Douglas Anderson,
	Martin Schwidefsky, Kamil Debski, Ping Cheng,
	Mauro Carvalho Chehab

Logitech MX Anywhere 2 and MX Master have a high res wheel, with
is currently supported only in legacy low-resolution mode.

Add the needed bits to support it.

Note: The approach taken here were to add a new EV_REL event
when the device generates output in high-resolution mode, as it
would not require any changes on userspace for low resolution.

Implementing support for high resolution mode should also be simple.

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

 drivers/hid/hid-logitech-hidpp.c       | 216 +++++++++++++++++++++++++++++++++
 include/linux/mod_devicetable.h        |   2 +-
 include/uapi/linux/input-event-codes.h |   5 +-
 3 files changed, 221 insertions(+), 2 deletions(-)

-- 
2.9.3



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

end of thread, other threads:[~2017-03-28  9:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-25 22:49 [PATCH RFC 0/4] Improve support for Logitech MX Anywhere 2 Mauro Carvalho Chehab
2017-03-25 22:49 ` [PATCH RFC 1/4] input: add an EV_REL event for high-res vertical wheel Mauro Carvalho Chehab
2017-03-25 22:49   ` [PATCH RFC 2/4] hid-logitech-hidpp: add support for high res wheel Mauro Carvalho Chehab
2017-03-25 22:49     ` [PATCH RFC 3/4] input: add a EV_SW event for ratchet switch Mauro Carvalho Chehab
2017-03-25 22:49       ` [PATCH RFC 4/4] hid-logitech-hidpp: add support " Mauro Carvalho Chehab
2017-03-27  1:53       ` [PATCH RFC 3/4] input: add a EV_SW event " Peter Hutterer
2017-03-27 12:27         ` Mauro Carvalho Chehab
2017-03-28  0:25           ` Peter Hutterer
2017-03-28  9:36             ` Mauro Carvalho Chehab
2017-03-27  1:40   ` [PATCH RFC 1/4] input: add an EV_REL event for high-res vertical wheel Peter Hutterer

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