Skip to content

Commit

Permalink
Bluetooth: hci_bcm: Add BCM2E65 ACPI ID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luka Karinja authored and Marcel Holtmann committed Dec 20, 2015
1 parent 92e17ee commit 806f50c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/bluetooth/hci_bcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{ },
};
Expand Down

0 comments on commit 806f50c

Please sign in to comment.