All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for high-resolution scrolling on Logitech mice
@ 2018-08-23 18:30 Harry Cutts
  2018-08-23 18:30 ` [PATCH 1/3] Add the `REL_WHEEL_HI_RES` event code Harry Cutts
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Harry Cutts @ 2018-08-23 18:30 UTC (permalink / raw)
  To: linux-input, LKML
  Cc: Jiri Kosina, Dmitry Torokhov, Benjamin Tissoires, Harry Cutts,
	linux-doc, Jonathan Corbet, Jiri Kosina

Hi everyone,

This set of patches adds support for high-resolution scroll wheels on
Logitech mice. See the linux-input "Reporting high-resolution scroll
events" thread [0] for previous discussion of the evdev changes. I would
love to hear your feedback.

Thanks,

Harry Cutts
Chrome OS Touch/Input team

[0]: https://www.spinics.net/lists/linux-input/msg57380.html



Harry Cutts (3):
  Add the `REL_WHEEL_HI_RES` event code
  Create a utility class for counting scroll events
  Enable high-resolution scrolling on Logitech mice

 Documentation/input/event-codes.rst    |  11 +-
 drivers/hid/hid-ids.h                  |  15 ++
 drivers/hid/hid-input.c                |  44 ++++
 drivers/hid/hid-logitech-hidpp.c       | 341 +++++++++++++++++++++++--
 drivers/hid/hid-quirks.c               |  11 +
 include/linux/hid.h                    |  28 ++
 include/uapi/linux/input-event-codes.h |   1 +
 7 files changed, 423 insertions(+), 28 deletions(-)

-- 
2.18.0.1017.ga543ac7ca45-goog


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

end of thread, other threads:[~2018-08-31  9:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-23 18:30 [PATCH 0/3] Add support for high-resolution scrolling on Logitech mice Harry Cutts
2018-08-23 18:30 ` [PATCH 1/3] Add the `REL_WHEEL_HI_RES` event code Harry Cutts
2018-08-23 18:42   ` Dmitry Torokhov
2018-08-23 18:57   ` Matthew Wilcox
2018-08-23 19:01     ` Dmitry Torokhov
2018-08-28  9:02       ` Jiri Kosina
2018-08-28 17:49         ` Harry Cutts
2018-08-23 18:30 ` [PATCH 2/3] Create a utility class for counting scroll events Harry Cutts
2018-08-23 18:30 ` [PATCH 3/3] Enable high-resolution scrolling on Logitech mice Harry Cutts
2018-08-28  8:47   ` Benjamin Tissoires
     [not found]     ` <CA+jURcvguwXAVnpQ9+84QQOaJG74oeV8U4zzM1X0UabaY5DJBQ@mail.gmail.com>
2018-08-30  7:18       ` Benjamin Tissoires
2018-08-30 20:37         ` Harry Cutts
     [not found]           ` <CAE7qMrrBdZSg1P+JTr9SA5a1ui-zdAmsg6pE-B1N5La_1WwvHw@mail.gmail.com>
2018-08-31  9:14             ` Nestor Lopez Casado

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.