linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Logitech G920 fixes
@ 2019-10-16 18:29 Andrey Smirnov
  2019-10-16 18:29 ` [PATCH v2 1/3] HID: logitech-hidpp: split g920_get_config() Andrey Smirnov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andrey Smirnov @ 2019-10-16 18:29 UTC (permalink / raw)
  To: linux-input
  Cc: Andrey Smirnov, Jiri Kosina, Benjamin Tissoires, Henrik Rydberg,
	Sam Bazely, Pierre-Loup A . Griffais, Austin Palmer,
	linux-kernel

Everyone:

This series contains patches to fix a couple of regressions in G920
wheel support by hid-logitech-hidpp driver. Without the patches the
wheel remains stuck in autocentering mode ("resisting" any attempt to
trun) as well as missing support for any FF action.

Thanks,
Andrey Smirnov

Changes since [v1]:

     - "HID: logitech-hidpp: split g920_get_config()" is changed to
       not rely on devres and be a self contained patch

     - Quirk driven behaviour of "HID: logitech-hidpp: add G920 device
       validation quirk" is replaced with generic validation algorithm
       of "HID: logitech-hidpp: rework device validation"

     - Fix for a poteintial race condition is added in
       "HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()"
       as per suggestion by Benjamin Tissoires

     - Collected Tested-by from Sam Bazely for "HID: logitech-hidpp:
       split g920_get_config()" since that patch didn't change
       significantly since [v1]

     - Specified stable kernel versions I think the patches should
       apply to (hopefully I got that right)

[v1] lore.kernel.org/lkml/20191007051240.4410-1-andrew.smirnov@gmail.com

Andrey Smirnov (3):
  HID: logitech-hidpp: split g920_get_config()
  HID: logitech-hidpp: rework device validation
  HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()

 drivers/hid/hid-logitech-hidpp.c | 237 +++++++++++++++++--------------
 1 file changed, 131 insertions(+), 106 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-10-18  4:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16 18:29 [PATCH v2 0/3] Logitech G920 fixes Andrey Smirnov
2019-10-16 18:29 ` [PATCH v2 1/3] HID: logitech-hidpp: split g920_get_config() Andrey Smirnov
2019-10-16 18:29 ` [PATCH v2 2/3] HID: logitech-hidpp: rework device validation Andrey Smirnov
2019-10-16 19:24   ` Benjamin Tissoires
2019-10-16 19:38     ` Andrey Smirnov
2019-10-17  8:48       ` Benjamin Tissoires
2019-10-16 18:29 ` [PATCH v2 3/3] HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy() Andrey Smirnov
     [not found]   ` <20191017143149.449AA21D7C@mail.kernel.org>
2019-10-18  4:25     ` Andrey Smirnov

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