Skip to content

Commit 61d220a

Browse files
jwrdegoedeholtmann
authored andcommitted
Bluetooth: hci_bcm: Add support for BCM2E7E
Tested on a GPD win with a BCM4356 PCI-E wifi/bt combo card. Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent b133e0c commit 61d220a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/hci_bcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ static const struct acpi_device_id bcm_acpi_match[] = {
941941
{ "BCM2E71", (kernel_ulong_t)&acpi_bcm_int_last_gpios },
942942
{ "BCM2E7B", (kernel_ulong_t)&acpi_bcm_int_last_gpios },
943943
{ "BCM2E7C", (kernel_ulong_t)&acpi_bcm_int_last_gpios },
944+
{ "BCM2E7E", (kernel_ulong_t)&acpi_bcm_int_first_gpios },
944945
{ "BCM2E95", (kernel_ulong_t)&acpi_bcm_int_first_gpios },
945946
{ "BCM2E96", (kernel_ulong_t)&acpi_bcm_int_first_gpios },
946947
{ "BCM2EA4", (kernel_ulong_t)&acpi_bcm_int_first_gpios },

0 commit comments

Comments
 (0)