<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/acpi/resource.c, branch linux-6.9.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.9.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.9.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2024-06-27T11:52:14Z</updated>
<entry>
<title>ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MV</title>
<updated>2024-06-27T11:52:14Z</updated>
<author>
<name>Tamim Khan</name>
<email>tamim@fusetak.com</email>
</author>
<published>2024-04-28T17:08:12Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=39912b01dcda79eaf79b2b325ddbd106946c06d9'/>
<id>urn:sha1:39912b01dcda79eaf79b2b325ddbd106946c06d9</id>
<content type='text'>
[ Upstream commit 7c52c7071bd403acee8cb0064627d46c6c2a1ea3 ]

Like various other Asus Vivobook and Expertbook laptops, the Asus
Vivobook Pro N6506MV has a DSDT table that describes IRQ 1 as ActiveLow
while the kernel is overriding it to Edge_High. This prevents the internal
keyboard from working. This patch prevents this issue by adding this laptop
to the override table that prevents the kernel from overriding this IRQ

Link: https://bugzilla.kernel.org/show_bug.cgi?id=218745
Tested-by: Gianni &lt;gianni.casagrande.mail@gmail.com&gt;
Signed-off-by: Tamim Khan &lt;tamim@fusetak.com&gt;
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Do IRQ override on GMxBGxx (XMG APEX 17 M23)</title>
<updated>2024-06-27T11:52:13Z</updated>
<author>
<name>Guenter Schafranek</name>
<email>gschafra@web.de</email>
</author>
<published>2024-04-15T18:51:18Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1c9c3f24b3a97a3f2af8d079c23b5487c3538e92'/>
<id>urn:sha1:1c9c3f24b3a97a3f2af8d079c23b5487c3538e92</id>
<content type='text'>
[ Upstream commit 6eaf375a5a98642ba4c327f79673f4f308e0ac03 ]

The XM APEX 17 M23 (TongFang?) GMxBGxx (got using `sudo dmidecode -s
baseboard-product-name`) needs IRQ overriding for the keyboard to work.

Adding an entry for this laptop to the override_table makes the internal
keyboard functional [1].

Successfully tested with Arch Linux Kernel v6.8 under Manjaro Linux v23.1.4.

Link: https://www.reddit.com/r/XMG_gg/comments/15kd5pg/xmg_apex_17_m23_keyboard_not_working_on_linux/ # [1]
Signed-off-by: Guenter Schafranek &lt;gschafra@web.de&gt;
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx</title>
<updated>2024-06-16T11:50:56Z</updated>
<author>
<name>Christoffer Sandberg</name>
<email>cs@tuxedo.de</email>
</author>
<published>2024-04-22T08:04:36Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f96ba82df505903ead1d28cf5eccc4ee8102a048'/>
<id>urn:sha1:f96ba82df505903ead1d28cf5eccc4ee8102a048</id>
<content type='text'>
commit c81bf14f9db68311c2e75428eea070d97d603975 upstream.

Listed devices need the override for the keyboard to work.

Signed-off-by: Christoffer Sandberg &lt;cs@tuxedo.de&gt;
Signed-off-by: Werner Sembach &lt;wse@tuxedocomputers.com&gt;
Cc: All applicable &lt;stable@vger.kernel.org&gt;
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Use IRQ override on Maibenben X565</title>
<updated>2024-03-05T20:33:38Z</updated>
<author>
<name>Sergey Kalinichev</name>
<email>kalinichev.so.0@gmail.com</email>
</author>
<published>2024-03-04T09:26:38Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=00efe7fcf9ceeff0808bca9460afb49e7ada6068'/>
<id>urn:sha1:00efe7fcf9ceeff0808bca9460afb49e7ada6068</id>
<content type='text'>
Use ACPI IRQ override on Maibenben X565 laptop to make the internal
keyboard work.

Add a new entry to the irq1_edge_low_force_override structure, similar
to the existing ones.

Signed-off-by: Sergey Kalinichev &lt;kalinichev.so.0@gmail.com&gt;
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override</title>
<updated>2024-02-27T16:49:19Z</updated>
<author>
<name>Maxim Kudinov</name>
<email>m.kudinovv@gmail.com</email>
</author>
<published>2024-02-23T16:24:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=021a67d096154893cd1d883c7be0097e2ee327fd'/>
<id>urn:sha1:021a67d096154893cd1d883c7be0097e2ee327fd</id>
<content type='text'>
A known issue on some Zen laptops, keyboard stopped working due to commit
9946e39fe8d0 fael@kernel.org("ACPI: resource: skip IRQ override on AMD
Zen platforms") on kernel 5.19.10.

The ACPI IRQ override is required for this board due to buggy DSDT, thus
adding the board vendor and name to irq1_edge_low_force_override fixes
the issue.

Fixes: 9946e39fe8d0 ("ACPI: resource: skip IRQ override on AMD Zen platforms")
Link: https://bugzilla.kernel.org/show_bug.cgi?id=217394
Link: https://lore.kernel.org/linux-acpi/20231006123304.32686-1-hdegoede@redhat.com/
Tested-by: Maxim Trofimov &lt;maxvereschagin@gmail.com&gt;
Signed-off-by: Maxim Kudinov &lt;m.kudinovv@gmail.com&gt;
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Do IRQ override on Lunnen Ground laptops</title>
<updated>2024-02-16T18:40:12Z</updated>
<author>
<name>Alexey I. Froloff</name>
<email>raorn@raorn.name</email>
</author>
<published>2024-02-16T12:30:09Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e23ad54fef186aa66007895be1382c88f1ee2bf7'/>
<id>urn:sha1:e23ad54fef186aa66007895be1382c88f1ee2bf7</id>
<content type='text'>
The Lunnen Ground 15 and 16 needs IRQ overriding for the keyboard to
work.

Adding an entries for these laptops to the override_table makes the
internal keyboard functional.

Signed-off-by: Alexey I. Froloff &lt;raorn@raorn.name&gt;
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Add IRQ override quirk for ASUS ExpertBook B2502FBA</title>
<updated>2024-02-15T19:49:38Z</updated>
<author>
<name>Sviatoslav Harasymchuk</name>
<email>sviatoslav.harasymchuk@gmail.com</email>
</author>
<published>2024-02-11T00:08:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0793e511c4c66c38dd26add86f7236bcdc70c3b5'/>
<id>urn:sha1:0793e511c4c66c38dd26add86f7236bcdc70c3b5</id>
<content type='text'>
In order to fix the keyboard on ASUS ExpertBook B2502FBA, add an IRQ override
quirk for it in analogy with how it was done for other members of this machine
family.

Link: https://lore.kernel.org/linux-acpi/20230411183144.6932-1-pmenzel@molgen.mpg.de
Link: https://bugzilla.kernel.org/show_bug.cgi?id=217323
Signed-off-by: Sviatoslav Harasymchuk &lt;sviatoslav.harasymchuk@gmail.com&gt;
[ rjw: Subject and changelog rewrite, fix broken white space ]
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CVA</title>
<updated>2024-02-12T13:36:43Z</updated>
<author>
<name>Nicolas Haye</name>
<email>nicolas.haye@proton.me</email>
</author>
<published>2024-01-30T09:57:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ca3afc2806046f626a1518f160a564b90f141f95'/>
<id>urn:sha1:ca3afc2806046f626a1518f160a564b90f141f95</id>
<content type='text'>
Like many b1502 models,
the b1502CVA keyboard doesn't work because of an ACPI DSDT table that describes IRQ 1
as ActiveLow while the kernel overrides it to Edge_High.

Signed-off-by: Nicolas Haye &lt;nicolas.haye@proton.me&gt;
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CGA</title>
<updated>2024-01-09T14:20:48Z</updated>
<author>
<name>Michael Maltsev</name>
<email>mekosko@projectyo.network</email>
</author>
<published>2024-01-07T08:53:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e315e8692f7922cd1b2a26bd7a1741cc8ce77085'/>
<id>urn:sha1:e315e8692f7922cd1b2a26bd7a1741cc8ce77085</id>
<content type='text'>
Like the ASUS ExpertBook B1502CBA and various ASUS laptops, the
ASUS ExpertBook B1502CGA has an ACPI DSDT table that describes IRQ 1 as
ActiveLow while the kernel overrides it to Edge_High.

	$ sudo dmesg | grep DMI
	[    0.000000] DMI: ASUSTeK COMPUTER INC. ASUS EXPERTBOOK B1502CGA_B1502CGA/B1502CGA, BIOS B1502CGA.303 06/05/2023
	$ grep -A 40 PS2K dsdt.dsl | grep IRQ -A 1
	                IRQ (Level, ActiveLow, Exclusive, )
	                    {1}

This prevents the keyboard from working. To fix this issue, add this laptop
to the skip_override_table so that the kernel does not override IRQ 1.

Signed-off-by: Michael Maltsev &lt;mekosko@projectyo.network&gt;
[ rjw: rebase, replace .ident field with a comment ]
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
</content>
</entry>
<entry>
<title>ACPI: resource: Add DMI quirks for ASUS Vivobook E1504GA and E1504GAB</title>
<updated>2024-01-09T14:05:54Z</updated>
<author>
<name>Ben Mayo</name>
<email>benny1091@gmail.com</email>
</author>
<published>2024-01-07T02:13:23Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d2aaf19965045f70bb2ece514399cdc6fcce2e73'/>
<id>urn:sha1:d2aaf19965045f70bb2ece514399cdc6fcce2e73</id>
<content type='text'>
Asus Vivobook E1504GA and E1504GAB notebooks are affected by bug #216158
(DSDT specifies the kbd IRQ as level active-low and using the override
changes this to rising edge, stopping the keyboard from working).

Users of these notebooks do not have a working keyboard unless they add
their DMI information to the struct irq1_level_low_skip_override array
and compile a custom kernel.

Add support for these computers to the Linux kernel without requiring
the end-user to recompile the kernel.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216158
Signed-off-by: Ben Mayo &lt;benny1091@gmail.com&gt;
[ rjw: Link tag, subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;
</content>
</entry>
</feed>
