File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -384,29 +384,6 @@ static const struct acpi_device_id amd_hid_ids[] = {
384
384
{}
385
385
};
386
386
387
- static int lps0_prefer_amd (const struct dmi_system_id * id )
388
- {
389
- pr_debug ("Using AMD GUID w/ _REV 2.\n" );
390
- rev_id = 2 ;
391
- return 0 ;
392
- }
393
- static const struct dmi_system_id s2idle_dmi_table [] __initconst = {
394
- {
395
- /*
396
- * AMD Rembrandt based HP EliteBook 835/845/865 G9
397
- * Contains specialized AML in AMD/_REV 2 path to avoid
398
- * triggering a bug in Qualcomm WLAN firmware. This may be
399
- * removed in the future if that firmware is fixed.
400
- */
401
- .callback = lps0_prefer_amd ,
402
- .matches = {
403
- DMI_MATCH (DMI_BOARD_VENDOR , "HP" ),
404
- DMI_MATCH (DMI_BOARD_NAME , "8990" ),
405
- },
406
- },
407
- {}
408
- };
409
-
410
387
static int lps0_device_attach (struct acpi_device * adev ,
411
388
const struct acpi_device_id * not_used )
412
389
{
@@ -586,7 +563,6 @@ static const struct platform_s2idle_ops acpi_s2idle_ops_lps0 = {
586
563
587
564
void __init acpi_s2idle_setup (void )
588
565
{
589
- dmi_check_system (s2idle_dmi_table );
590
566
acpi_scan_add_handler (& lps0_handler );
591
567
s2idle_set_ops (& acpi_s2idle_ops_lps0 );
592
568
}
You can’t perform that action at this time.
0 commit comments