Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fc27b0

Browse files
Jiri Kosinadtor
Jiri Kosina
authored andcommitted
Input: i8042 - add nopnp quirk for Acer Aspire 5 A515
Touchpad on this laptop is not detected properly during boot, as PNPenumerates (wrongly) AUX port as disabled on this machine.Fix that by adding this board (with admittedly quite funny DMIidentifiers) to nopnp quirk list.Reported-by: Andrés Barrantes Silman <andresbs2000@protonmail.com>Signed-off-by: Jiri Kosina <jkosina@suse.cz>Link:https://lore.kernel.org/r/nycvar.YFH.7.76.2009252337340.3336@cbobk.fhfr.pmCc: stable@vger.kernel.orgSigned-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent996d585 commit5fc27b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎drivers/input/serio/i8042-x86ia64io.h‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
721721
DMI_MATCH(DMI_BOARD_VENDOR,"MICRO-STAR INTERNATIONAL CO., LTD"),
722722
},
723723
},
724+
{
725+
/* Acer Aspire 5 A515 */
726+
.matches= {
727+
DMI_MATCH(DMI_BOARD_NAME,"Grumpy_PK"),
728+
DMI_MATCH(DMI_BOARD_VENDOR,"PK"),
729+
},
730+
},
724731
{ }
725732
};
726733

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp