All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: acer-wmi: Add support for Acer PH18-71
@ 2024-03-29 15:28 Bernhard Rosenkränzer
  2024-04-02 12:00 ` Ilpo Järvinen
  2024-04-08 15:41 ` Ilpo Järvinen
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Rosenkränzer @ 2024-03-29 15:28 UTC (permalink / raw)
  To: platform-driver-x86, jlee, hdegoede, ilpo.jarvinen, onenowy; +Cc: linux-kernel

Add Acer Predator PH18-71 to acer_quirks with predator_v4
to support mode button and fan speed sensor.

Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
---
 drivers/platform/x86/acer-wmi.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index ee2e164f86b9c..38c932df6446a 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -597,6 +597,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
 		},
 		.driver_data = &quirk_acer_predator_v4,
 	},
+	{
+		.callback = dmi_matched,
+		.ident = "Acer Predator PH18-71",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Predator PH18-71"),
+		},
+		.driver_data = &quirk_acer_predator_v4,
+	},
 	{
 		.callback = set_force_caps,
 		.ident = "Acer Aspire Switch 10E SW3-016",
-- 
2.44.0


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

* Re: [PATCH] platform/x86: acer-wmi: Add support for Acer PH18-71
  2024-03-29 15:28 [PATCH] platform/x86: acer-wmi: Add support for Acer PH18-71 Bernhard Rosenkränzer
@ 2024-04-02 12:00 ` Ilpo Järvinen
  2024-04-08 15:41 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2024-04-02 12:00 UTC (permalink / raw)
  To: Bernhard Rosenkränzer
  Cc: platform-driver-x86, jlee, Hans de Goede, onenowy, LKML

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

On Fri, 29 Mar 2024, Bernhard Rosenkränzer wrote:

> Add Acer Predator PH18-71 to acer_quirks with predator_v4
> to support mode button and fan speed sensor.
> 
> Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
> ---
>  drivers/platform/x86/acer-wmi.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
> index ee2e164f86b9c..38c932df6446a 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -597,6 +597,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
>  		},
>  		.driver_data = &quirk_acer_predator_v4,
>  	},
> +	{
> +		.callback = dmi_matched,
> +		.ident = "Acer Predator PH18-71",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Predator PH18-71"),
> +		},
> +		.driver_data = &quirk_acer_predator_v4,
> +	},
>  	{
>  		.callback = set_force_caps,
>  		.ident = "Acer Aspire Switch 10E SW3-016",
> 

Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

-- 
 i.

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

* Re: [PATCH] platform/x86: acer-wmi: Add support for Acer PH18-71
  2024-03-29 15:28 [PATCH] platform/x86: acer-wmi: Add support for Acer PH18-71 Bernhard Rosenkränzer
  2024-04-02 12:00 ` Ilpo Järvinen
@ 2024-04-08 15:41 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2024-04-08 15:41 UTC (permalink / raw)
  To: platform-driver-x86, jlee, hdegoede, onenowy, Bernhard Rosenkränzer
  Cc: linux-kernel

On Fri, 29 Mar 2024 16:28:00 +0100, Bernhard Rosenkränzer wrote:

> Add Acer Predator PH18-71 to acer_quirks with predator_v4
> to support mode button and fan speed sensor.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] platform/x86: acer-wmi: Add support for Acer PH18-71
      commit: b45d0d01da542be280d935d87b71465028cdcb1f

--
 i.


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

end of thread, other threads:[~2024-04-08 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 15:28 [PATCH] platform/x86: acer-wmi: Add support for Acer PH18-71 Bernhard Rosenkränzer
2024-04-02 12:00 ` Ilpo Järvinen
2024-04-08 15:41 ` Ilpo Järvinen

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.