浏览代码

Bluetooth: hci_bcm: Add BCM2E65 ACPI ID

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>
Luka Karinja 9 年之前
父节点
当前提交
806f50c729
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/bluetooth/hci_bcm.c

+ 1 - 0
drivers/bluetooth/hci_bcm.c

@@ -815,6 +815,7 @@ static const struct hci_uart_proto bcm_proto = {
 #ifdef CONFIG_ACPI
 #ifdef CONFIG_ACPI
 static const struct acpi_device_id bcm_acpi_match[] = {
 static const struct acpi_device_id bcm_acpi_match[] = {
 	{ "BCM2E39", 0 },
 	{ "BCM2E39", 0 },
+	{ "BCM2E65", 0 },
 	{ "BCM2E67", 0 },
 	{ "BCM2E67", 0 },
 	{ },
 	{ },
 };
 };