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

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
......@@ -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 },
{ },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment