Skip to content

Commit 8eee519

Browse files
committed
soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
Avell B.ON is an OEM re-branded NUC15 'Bishop County' LAPBC510 and LAPBC710. Link: #5529 Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 4df2c64 commit 8eee519

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

drivers/soundwire/dmi-quirks.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
122122
},
123123
.driver_data = (void *)intel_tgl_bios,
124124
},
125+
{
126+
/*
127+
* quirk used for Avell B.ON (OEM rebrand of NUC15 'Bishop County'
128+
* LAPBC510 and LAPBC710)
129+
*/
130+
.matches = {
131+
DMI_MATCH(DMI_SYS_VENDOR, "Avell High Performance"),
132+
DMI_MATCH(DMI_PRODUCT_NAME, "B.ON"),
133+
},
134+
.driver_data = (void *)intel_tgl_bios,
135+
},
125136
{
126137
/* quirk used for NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */
127138
.matches = {

0 commit comments

Comments
 (0)