Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions drivers/thunderbolt/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include <linux/acpi.h>
#include <linux/pm_runtime.h>

#include <linux/dmi.h>

#include "tb.h"

static acpi_status tb_acpi_add_link(acpi_handle handle, u32 level, void *data,
Expand Down Expand Up @@ -141,11 +139,6 @@ bool tb_acpi_add_links(struct tb_nhi *nhi)
*/
bool tb_acpi_is_native(void)
{
// System76 devices using coreboot only support firmware based connection manager
if (dmi_match(DMI_SYS_VENDOR, "System76") &&
dmi_match(DMI_BIOS_VENDOR, "coreboot"))
return false;

return osc_sb_native_usb4_support_confirmed &&
osc_sb_native_usb4_control;
}
Expand Down