X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 0/3] platform/x86: asus-wmi: Filter Volume key presses if also reported via atkbd
@ 2023-11-20 15:42 Hans de Goede
  2023-11-20 15:42 ` [PATCH 1/3] platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code Hans de Goede
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Hans de Goede @ 2023-11-20 15:42 UTC (permalink / raw)
  To: Ilpo Järvinen, Andy Shevchenko, Corentin Chary,
	Luke D . Jones
  Cc: Hans de Goede, Kai Heng Feng, acpi4asus-user, platform-driver-x86

Hi All,

An issue where volume keypresses get reported through both the atkbd
and the asus-wmi interface has been reported here:

https://bbs.archlinux.org/viewtopic.php?pid=2128536#p2128536

This series addresses this. Unfortunately the reporter has fallen
quiet and has not confirmed that this fixes things, but the fix
is straight forward enough that there should be little doubt
that it works.

Ilpo, the first patch in this series is a straight forward bugfix,
can you merge this into the fixes branch ?

I guess the rest of the series is a bugfix too, but since this
is untested I'm not sure what to do wrt fixes vs for-next,
what do you think ?

Regards,

Hans


Hans de Goede (3):
  platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi
    code
  platform/x86: asus-wmi: Change q500a_i8042_filter() into a generic
    i8042-filter
  platform/x86: asus-wmi: Filter Volume key presses if also reported via
    atkbd

 drivers/platform/x86/Kconfig       |  2 +-
 drivers/platform/x86/asus-nb-wmi.c | 61 +++++++++++++++++++-----------
 drivers/platform/x86/asus-wmi.c    |  8 ++++
 drivers/platform/x86/asus-wmi.h    |  7 ++--
 4 files changed, 51 insertions(+), 27 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-11-24 13:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20 15:42 [PATCH 0/3] platform/x86: asus-wmi: Filter Volume key presses if also reported via atkbd Hans de Goede
2023-11-20 15:42 ` [PATCH 1/3] platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code Hans de Goede
2023-11-20 15:42 ` [PATCH 2/3] platform/x86: asus-wmi: Change q500a_i8042_filter() into a generic i8042-filter Hans de Goede
2023-11-20 15:42 ` [PATCH 3/3] platform/x86: asus-wmi: Filter Volume key presses if also reported via atkbd Hans de Goede
2023-11-23 12:41 ` [PATCH 0/3] " Ilpo Järvinen
2023-11-24 13:11   ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox