OSDN Git Service

Bluetooth: hci_bcm: Add BCM2E65 ACPI ID
authorLuka Karinja <luka.karinja@gmail.com>
Sun, 20 Dec 2015 12:36:06 +0000 (13:36 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 20 Dec 2015 13:15:25 +0000 (14:15 +0100)
Add BCM2E65 device in acpi_device_id table used on Asus T100TAF.

Signed-off-by: Luka Karinja <luka.karinja@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c

index 3eed35e..5c7c696 100644 (file)
@@ -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 },
        { },
 };