We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abf231 commit f744957Copy full SHA for f744957
drivers/soundwire/dmi-quirks.c
@@ -90,6 +90,14 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
90
},
91
.driver_data = (void *)intel_tgl_bios,
92
93
+ {
94
+ /* quirk used for NUC15 LAPBC710 skew */
95
+ .matches = {
96
+ DMI_MATCH(DMI_BOARD_VENDOR, "Intel Corporation"),
97
+ DMI_MATCH(DMI_BOARD_NAME, "LAPBC710"),
98
+ },
99
+ .driver_data = (void *)intel_tgl_bios,
100
101
{
102
.matches = {
103
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
0 commit comments