]> www.infradead.org Git - users/hch/misc.git/commitdiff
Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4
authorIan W MORRISON <ianwmorrison@gmail.com>
Mon, 26 Mar 2018 22:09:28 +0000 (09:09 +1100)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 1 Apr 2018 18:43:02 +0000 (21:43 +0300)
As Interrupt resource specified IRQs are now assumed to be always
active-low the DMI quirk for the MINIX Z83-4 is no longer required.

Signed-off-by: Ian W MORRISON <ianwmorrison@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c

index 4ceaf1f4a4e762195f14395c75b47aba9ef66cb6..441f5e1deb11523f4c72e1df3e33dd347f042f7f 100644 (file)
@@ -804,13 +804,6 @@ static const struct dmi_system_id bcm_active_low_irq_dmi_table[] = {
                        DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "ThinkPad 8"),
                },
        },
-       {
-               .ident = "MINIX Z83-4",
-               .matches = {
-                       DMI_EXACT_MATCH(DMI_SYS_VENDOR, "MINIX"),
-                       DMI_MATCH(DMI_PRODUCT_NAME, "Z83-4"),
-               },
-       },
        { }
 };