Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45a42bc9 authored by Ian W MORRISON's avatar Ian W MORRISON Committed by Johan Hedberg
Browse files

Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4



As Interrupt resource specified IRQs are now assumed to be always
active-low the DMI quirk for the MINIX Z83-4 is no longer required.

Signed-off-by: default avatarIan W MORRISON <ianwmorrison@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 6f6f1ece
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -804,13 +804,6 @@ static const struct dmi_system_id bcm_active_low_irq_dmi_table[] = {
			DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "ThinkPad 8"),
			DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "ThinkPad 8"),
		},
		},
	},
	},
	{
		.ident = "MINIX Z83-4",
		.matches = {
			DMI_EXACT_MATCH(DMI_SYS_VENDOR, "MINIX"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Z83-4"),
		},
	},
	{ }
	{ }
};
};