linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] psmouse assorted cleanups
@ 2018-01-19 23:06 Dmitry Torokhov
  2018-01-19 23:06 ` [PATCH 1/7] Input: psmouse - create helper for reporting standard buttons/motion Dmitry Torokhov
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Dmitry Torokhov @ 2018-01-19 23:06 UTC (permalink / raw)
  To: Benjamin Tissoires, Hans de Goede, Lyude Paul; +Cc: linux-input, linux-kernel

Hi,

Just a few cleanups to psmouse code: BIT(), sign_extend(), u8 for data,
etc. Plus a patch from Stephen Lyons to handle A4Tech mice with 2 scroll
wheels.

Thanks.

Dmitry Torokhov (6):
  Input: psmouse - create helper for reporting standard buttons/motion
  Input: psmouse - clean up code
  Input: logips2pp - clean up code
  Input: lifebook - clean up code
  Input: synaptics - switch to using input_set_capability
  Input: synaptics - handle errors from input_mt_init_slots()

Stephen Lyons (1):
  Input: psmouse - add support for 2nd wheel on A4Tech Dual-Scroll wheel
    mice

 drivers/input/mouse/alps.c         |  30 ++----
 drivers/input/mouse/elantech.c     |  28 ++----
 drivers/input/mouse/lifebook.c     |  62 +++++++------
 drivers/input/mouse/logips2pp.c    | 152 ++++++++++++++++++-------------
 drivers/input/mouse/psmouse-base.c | 181 +++++++++++++++++++++++--------------
 drivers/input/mouse/psmouse.h      |   4 +
 drivers/input/mouse/sentelic.c     |  11 +--
 drivers/input/mouse/synaptics.c    |  82 ++++++++++-------
 8 files changed, 302 insertions(+), 248 deletions(-)

-- 
Dmitry

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

end of thread, other threads:[~2018-06-25 18:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-19 23:06 [PATCH 0/7] psmouse assorted cleanups Dmitry Torokhov
2018-01-19 23:06 ` [PATCH 1/7] Input: psmouse - create helper for reporting standard buttons/motion Dmitry Torokhov
2018-01-19 23:06 ` [PATCH 2/7] Input: psmouse - clean up code Dmitry Torokhov
2018-06-25 18:35   ` Jiri Slaby
2018-06-25 18:52     ` Dmitry Torokhov
2018-01-19 23:06 ` [PATCH 3/7] Input: logips2pp " Dmitry Torokhov
2018-01-19 23:06 ` [PATCH 4/7] Input: lifebook " Dmitry Torokhov
2018-01-19 23:06 ` [PATCH 5/7] Input: psmouse - add support for 2nd wheel on A4Tech Dual-Scroll wheel mice Dmitry Torokhov
     [not found]   ` <CAAZ5spDzNfrosHfCYFtPcQ2bZiE5iSn8Ac40yNNHR-mdjzt83w@mail.gmail.com>
2018-01-22 18:39     ` Dmitry Torokhov
2018-01-19 23:06 ` [PATCH 6/7] Input: synaptics - switch to using input_set_capability Dmitry Torokhov
2018-01-19 23:06 ` [PATCH 7/7] Input: synaptics - handle errors from input_mt_init_slots() Dmitry Torokhov

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