Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.4-rc3
with top-most commit 71a485624c4cbb144169852d7bb8ca8c0667d7a3
ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P
on top of commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6
Linux 6.4-rc2
to receive an ACPI fix for 6.4-rc3.
This adds an ACPI IRQ override quirk for LG UltraPC 17U70P so as to
make the internal keyboard work on that machine (Rubén Gómez).
Thanks!
---------------
Rubén Gómez (1):
ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P
---------------
drivers/acpi/resource.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
On Fri, May 19, 2023 at 8:28 AM Rafael J. Wysocki <[email protected]> wrote:
>
> This adds an ACPI IRQ override quirk for LG UltraPC 17U70P so as to
> make the internal keyboard work on that machine (Rubén Gómez).
I've pulled this, but those overrides are just odd. How does Windows
work on those machines?
This feels like we're missing something...
Linus
The pull request you sent on Fri, 19 May 2023 17:28:24 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi-6.4-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c83063298b206dc806a7f1e8724336e4962daeed
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
On 19.05.23 20:43, Linus Torvalds wrote:
> On Fri, May 19, 2023 at 8:28 AM Rafael J. Wysocki <[email protected]> wrote:
>>
>> This adds an ACPI IRQ override quirk for LG UltraPC 17U70P so as to
>> make the internal keyboard work on that machine (Rubén Gómez).
>
> I've pulled this, but those overrides are just odd. How does Windows
> work on those machines?
>
> This feels like we're missing something...
FWIW, as this is related and some of you might not be aware of it:
That question recently came up[1] for the AMD Ryzen based machines that
recently needed overrides like that one. Mario looked into this and a
solution for them is in the works[2].
[1]
https://lore.kernel.org/all/[email protected]/
[2]
https://lore.kernel.org/all/[email protected]/
Ciao, Thorsten