File tree 1 file changed +28
-0
lines changed 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,34 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
304
304
DMI_MATCH (DMI_PRODUCT_NAME , "83AS" ),
305
305
}
306
306
},
307
+ {
308
+ .driver_data = & acp6x_card ,
309
+ .matches = {
310
+ DMI_MATCH (DMI_BOARD_VENDOR , "LENOVO" ),
311
+ DMI_MATCH (DMI_PRODUCT_NAME , "83L3" ),
312
+ }
313
+ },
314
+ {
315
+ .driver_data = & acp6x_card ,
316
+ .matches = {
317
+ DMI_MATCH (DMI_BOARD_VENDOR , "LENOVO" ),
318
+ DMI_MATCH (DMI_PRODUCT_NAME , "83N6" ),
319
+ }
320
+ },
321
+ {
322
+ .driver_data = & acp6x_card ,
323
+ .matches = {
324
+ DMI_MATCH (DMI_BOARD_VENDOR , "LENOVO" ),
325
+ DMI_MATCH (DMI_PRODUCT_NAME , "83Q2" ),
326
+ }
327
+ },
328
+ {
329
+ .driver_data = & acp6x_card ,
330
+ .matches = {
331
+ DMI_MATCH (DMI_BOARD_VENDOR , "LENOVO" ),
332
+ DMI_MATCH (DMI_PRODUCT_NAME , "83Q3" ),
333
+ }
334
+ },
307
335
{
308
336
.driver_data = & acp6x_card ,
309
337
.matches = {
You can’t perform that action at this time.
0 commit comments