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

Commit 806f50c7 authored by Luka Karinja's avatar Luka Karinja Committed by Marcel Holtmann
Browse files

Bluetooth: hci_bcm: Add BCM2E65 ACPI ID



Add BCM2E65 device in acpi_device_id table used on Asus T100TAF.

Signed-off-by: default avatarLuka Karinja <luka.karinja@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 92e17ee7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -815,6 +815,7 @@ static const struct hci_uart_proto bcm_proto = {
#ifdef CONFIG_ACPI
static const struct acpi_device_id bcm_acpi_match[] = {
	{ "BCM2E39", 0 },
	{ "BCM2E65", 0 },
	{ "BCM2E67", 0 },
	{ },
};