Re: [ibm-acpi-devel] [PATCH v2] platform/x86: Move Lenovo files into lenovo subdir

2025-06-04 Thread Andy Shevchenko
On Wed, Jun 04, 2025 at 01:36:53PM -0400, Mark Pearson wrote: > Create lenovo subdirectory for holding Lenovo specific drivers. ... > -F: drivers/platform/x86/lenovo-wmi-hotkey-utilities.c > +F: drivers/platform/x86/lenovo/lenovo-wmi-hotkey-utilities.c You may follow the trick in the Makefil

Re: [ibm-acpi-devel] thinkpad_acpi: unhandled HKEY event 0x1402

2025-06-04 Thread Damjan Georgievski
On Mon, 2 Jun 2025 at 16:34, Mark Pearson wrote: > > On Fri, May 30, 2025, at 5:39 PM, Damjan Georgievski wrote: > > On the Thinkpad X9-14 Gen 1 (2025) > > DMI: LENOVO 21QA0048RM/21QA0048RM, BIOS N4DET30W (1.13 ) 04/02/2025 > > > > pressing the Fn+F11 button, it generates the scancode 0x1402 which

Re: [ibm-acpi-devel] thinkpad_acpi: unhandled HKEY event 0x1402

2025-06-04 Thread Mark Pearson
Hi Damjan On Wed, Jun 4, 2025, at 11:50 AM, Damjan Georgievski wrote: > On Mon, 2 Jun 2025 at 16:34, Mark Pearson wrote: >> >> On Fri, May 30, 2025, at 5:39 PM, Damjan Georgievski wrote: >> > On the Thinkpad X9-14 Gen 1 (2025) >> > DMI: LENOVO 21QA0048RM/21QA0048RM, BIOS N4DET30W (1.13 ) 04/02/20

[ibm-acpi-devel] [PATCH v2] platform/x86: Move Lenovo files into lenovo subdir

2025-06-04 Thread Mark Pearson
Create lenovo subdirectory for holding Lenovo specific drivers. Signed-off-by: Mark Pearson --- Changes in v2: - Rebased to Linus's latest as requested - Updated documentation reference - Updated MAINTAINER file - Removed X86_PLATFORM_DRIVERS_LENOVO as I was worried about maintaining backw