platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] platform/x86: intel-hid: add Alder Lake ACPI device ID
@ 2021-07-21 22:56 Ping Bao
  2021-07-28  9:59 ` Hans de Goede
  2021-07-28 10:03 ` Hans de Goede
  0 siblings, 2 replies; 3+ messages in thread
From: Ping Bao @ 2021-07-21 22:56 UTC (permalink / raw)
  To: Alex Hung
  Cc: Ping Bao, Hans de Goede, Mark Gross,
	open list:INTEL HID EVENT DRIVER, open list

Alder Lake has a new ACPI ID for Intel HID event filter device.

Signed-off-by: Ping Bao <ping.a.bao@intel.com>
---
 drivers/platform/x86/intel-hid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
index 078648a9201b..e5fbe017f8e1 100644
--- a/drivers/platform/x86/intel-hid.c
+++ b/drivers/platform/x86/intel-hid.c
@@ -25,6 +25,7 @@ static const struct acpi_device_id intel_hid_ids[] = {
 	{"INT33D5", 0},
 	{"INTC1051", 0},
 	{"INTC1054", 0},
+	{"INTC1070", 0},
 	{"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, intel_hid_ids);
-- 
2.25.1


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

* Re: [PATCH] platform/x86: intel-hid: add Alder Lake ACPI device ID
  2021-07-21 22:56 [PATCH] platform/x86: intel-hid: add Alder Lake ACPI device ID Ping Bao
@ 2021-07-28  9:59 ` Hans de Goede
  2021-07-28 10:03 ` Hans de Goede
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2021-07-28  9:59 UTC (permalink / raw)
  To: Ping Bao, Alex Hung
  Cc: Ping Bao, Mark Gross, open list:INTEL HID EVENT DRIVER, open list

Hi,

On 7/22/21 12:56 AM, Ping Bao wrote:
> Alder Lake has a new ACPI ID for Intel HID event filter device.
> 
> Signed-off-by: Ping Bao <ping.a.bao@intel.com>

Thank you for your patch, I've applied this patch to my review-hans 
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans

> ---
>  drivers/platform/x86/intel-hid.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
> index 078648a9201b..e5fbe017f8e1 100644
> --- a/drivers/platform/x86/intel-hid.c
> +++ b/drivers/platform/x86/intel-hid.c
> @@ -25,6 +25,7 @@ static const struct acpi_device_id intel_hid_ids[] = {
>  	{"INT33D5", 0},
>  	{"INTC1051", 0},
>  	{"INTC1054", 0},
> +	{"INTC1070", 0},
>  	{"", 0},
>  };
>  MODULE_DEVICE_TABLE(acpi, intel_hid_ids);
> 


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

* Re: [PATCH] platform/x86: intel-hid: add Alder Lake ACPI device ID
  2021-07-21 22:56 [PATCH] platform/x86: intel-hid: add Alder Lake ACPI device ID Ping Bao
  2021-07-28  9:59 ` Hans de Goede
@ 2021-07-28 10:03 ` Hans de Goede
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2021-07-28 10:03 UTC (permalink / raw)
  To: Ping Bao, Alex Hung
  Cc: Ping Bao, Mark Gross, open list:INTEL HID EVENT DRIVER, open list

Hi,

On 7/22/21 12:56 AM, Ping Bao wrote:
> Alder Lake has a new ACPI ID for Intel HID event filter device.
> 
> Signed-off-by: Ping Bao <ping.a.bao@intel.com>

[hans@x1 platform-drivers-x86]$ scripts/checkpatch.pl 00*
---------------------------------------------------------------
0001-platform-x86-intel-hid-add-Alder-Lake-ACPI-device-ID.patch
---------------------------------------------------------------
WARNING: From:/Signed-off-by: email address mismatch: 'From: Ping Bao <pingbao@gmail.com>' != 'Signed-off-by: Ping Bao <ping.a.bao@intel.com>'

total: 0 errors, 1 warnings, 7 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

0001-platform-x86-intel-hid-add-Alder-Lake-ACPI-device-ID.patch has style problems, please review.

I'll fix this up locally now, but please fix your email setup
so that the Author field of the patch gets set to
"Ping Bao <ping.a.bao@intel.com>"

Regards,

Hans



> ---
>  drivers/platform/x86/intel-hid.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c
> index 078648a9201b..e5fbe017f8e1 100644
> --- a/drivers/platform/x86/intel-hid.c
> +++ b/drivers/platform/x86/intel-hid.c
> @@ -25,6 +25,7 @@ static const struct acpi_device_id intel_hid_ids[] = {
>  	{"INT33D5", 0},
>  	{"INTC1051", 0},
>  	{"INTC1054", 0},
> +	{"INTC1070", 0},
>  	{"", 0},
>  };
>  MODULE_DEVICE_TABLE(acpi, intel_hid_ids);
> 


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

end of thread, other threads:[~2021-07-28 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 22:56 [PATCH] platform/x86: intel-hid: add Alder Lake ACPI device ID Ping Bao
2021-07-28  9:59 ` Hans de Goede
2021-07-28 10:03 ` 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;
as well as URLs for NNTP newsgroup(s).