Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Bluetooth: hci_bcm: Add active_low irq polarity quirk for Asus T100CHI

Just like the T100TA the host-wake irq on the Asus T100CHI is
active low. Having a quirk for this is actually extra important on the
T100CHI as it ships with a bluetooth keyboard dock, which does not
work properly without this quirk.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

authored by

Hans de Goede and committed by
Marcel Holtmann
c4c285da 5da8e47d

+9
+9
drivers/bluetooth/hci_bcm.c
··· 656 656 }, 657 657 .driver_data = &acpi_active_low, 658 658 }, 659 + { 660 + .ident = "Asus T100CHI", 661 + .matches = { 662 + DMI_EXACT_MATCH(DMI_SYS_VENDOR, 663 + "ASUSTeK COMPUTER INC."), 664 + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T100CHI"), 665 + }, 666 + .driver_data = &acpi_active_low, 667 + }, 659 668 { /* Handle ThinkPad 8 tablets with BCM2E55 chipset ACPI ID */ 660 669 .ident = "Lenovo ThinkPad 8", 661 670 .matches = {