All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Huawei WMI laptop extras driver
@ 2019-05-13 20:30 Ayman Bagabas
  2019-05-13 20:30 ` [PATCH v1 1/2] platform/x86: Huawei WMI laptop extras driver update Ayman Bagabas
  2019-05-13 20:30 ` [PATCH v1 2/2] sound: Enable micmute led for Huawei laptops Ayman Bagabas
  0 siblings, 2 replies; 9+ messages in thread
From: Ayman Bagabas @ 2019-05-13 20:30 UTC (permalink / raw)
  To: Darren Hart, Andy Shevchenko, Jaroslav Kysela, Takashi Iwai,
	Kailang Yang, Jian-Hong Pan, Daniel Drake, Chris Chiu, Hui Wang,
	platform-driver-x86, linux-kernel, alsa-devel
  Cc: ayman.bagabas

Using the WMI BIOS management interface found on Huawei laptops, extra features
such as micmute LED, charging thresholds, and fn-lock can be controlled.

A platform driver has been implemented along with the existing WMI driver. The
platform driver controls the LED, battery charging thresholds, and fn-lock.

We enable sound micmute hooks to platform driver on Huawei laptops to get the
LED to work.

Ayman Bagabas (2):
  platform/x86: Huawei WMI laptop extras driver update
  sound: Enable micmute led for Huawei laptops

 drivers/platform/x86/Kconfig      |   8 +-
 drivers/platform/x86/huawei-wmi.c | 578 +++++++++++++++++++++++++-----
 sound/pci/hda/patch_realtek.c     |   9 +-
 3 files changed, 504 insertions(+), 91 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-05-15 21:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-13 20:30 [PATCH v1 0/2] Huawei WMI laptop extras driver Ayman Bagabas
2019-05-13 20:30 ` [PATCH v1 1/2] platform/x86: Huawei WMI laptop extras driver update Ayman Bagabas
2019-05-15 13:10   ` Takashi Iwai
2019-05-15 13:10     ` Takashi Iwai
2019-05-15 21:36     ` ayman.bagabas
2019-05-13 20:30 ` [PATCH v1 2/2] sound: Enable micmute led for Huawei laptops Ayman Bagabas
2019-05-15 13:11   ` Takashi Iwai
2019-05-15 13:11     ` Takashi Iwai
2019-05-15 20:54     ` ayman.bagabas

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.