public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4
@ 2018-03-26 22:09 ianwmorrison
  2018-03-28  9:39 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: ianwmorrison @ 2018-03-26 22:09 UTC (permalink / raw)
  To: marcel, gustavo, johan.hedberg
  Cc: linux-bluetooth, linux-serial, linux-acpi, stable, hdegoede,
	ianwmorrison

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.

Cc: stable@vger.kernel.org
Signed-off-by: Ian W MORRISON <ianwmorrison@gmail.com>
---
 drivers/bluetooth/hci_bcm.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 6828e485bc24..8a011267a4f6 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -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"),
-		},
-	},
 	{ }
 };
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4
  2018-03-26 22:09 [PATCH] Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4 ianwmorrison
@ 2018-03-28  9:39 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2018-03-28  9:39 UTC (permalink / raw)
  To: ianwmorrison
  Cc: Gustavo F. Padovan, Johan Hedberg, Bluez mailing list,
	linux-serial, linux-acpi, stable, hdegoede

Hi Ian,

> 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.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Ian W MORRISON <ianwmorrison@gmail.com>
> ---
> drivers/bluetooth/hci_bcm.c | 7 -------
> 1 file changed, 7 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-28  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 22:09 [PATCH] Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4 ianwmorrison
2018-03-28  9:39 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox