Bluetooth: hci_bcm: Remove irq-active-low DMI quirk for the Thinkpad 8
authorHans de Goede <hdegoede@redhat.com>
Tue, 3 Apr 2018 15:35:21 +0000 (17:35 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 18 May 2018 04:37:50 +0000 (06:37 +0200)
commite6ba8208a4b40c0175c8c5e48462dfbfb189c13d
tree9885bb277dae3900eaeb4620fa632f3d7b0f31b2
parent2b05393b063b53648b55ddba751d1cdcd6462a6f
Bluetooth: hci_bcm: Remove irq-active-low DMI quirk for the Thinkpad 8

Interrupts specified through an "Interrupt" ACPI resource (versus through
a "GpioInt" resource) are now always assumed to be active low.

When this change was originally made the Thinkpad 8 quirk was kept around
because it was uncertain if the Thinkpad 8 uses an "Interrupt" or a
"GpioInt" resource.

Bug https://bugzilla.kernel.org/show_bug.cgi?id=196701 has a DSDT for the
Thinkpad 8 attached and it uses an "Interrupt" resource, so the quirk is
not necessary and the quirk, as well as the irq-active-low quirk handling
code can be removed.

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