mirror of
https://github.com/torvalds/linux.git
synced 2025-08-15 22:21:42 +02:00
Merge 5ad2a97307
into 0cc53520e6
This commit is contained in:
commit
4fe247c12a
1 changed files with 8 additions and 0 deletions
|
@ -542,6 +542,14 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16z-n000"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16z-n000"),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.driver_data = &acp6x_card,
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_BOARD_VENDOR,"HP"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME,"Victus by HP Gaming Laptop 15-fb1xxx"),
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
.driver_data = &acp6x_card,
|
.driver_data = &acp6x_card,
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue