All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table
@ 2018-05-22  7:34 Hans de Goede
  2018-05-22  7:36 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2018-05-22  7:34 UTC (permalink / raw)
  To: Marcel Holtmann, Gustavo Padovan, Johan Hedberg
  Cc: Hans de Goede, linux-bluetooth

The Dell Inspiron 5565 uses a QCA Rome chip which needs to be reset
(and have its firmware reloaded) for bluetooth to work after
suspend/resume.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=15750392
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 drivers/bluetooth/btusb.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index b937cc1e2c07..8932855634b2 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -406,6 +406,13 @@ static const struct dmi_system_id btusb_needs_reset_resume_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "XPS 13 9360"),
 		},
 	},
+	{
+		/* Dell Inspiron 5565 (QCA ROME device 0cf3:e009) */
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5565"),
+		},
+	},
 	{}
 };
 
-- 
2.17.0

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

* Re: [PATCH] Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table
  2018-05-22  7:34 [PATCH] Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table Hans de Goede
@ 2018-05-22  7:36 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2018-05-22  7:36 UTC (permalink / raw)
  To: Hans de Goede; +Cc: Gustavo F. Padovan, Johan Hedberg, linux-bluetooth

Hi Hans,

> The Dell Inspiron 5565 uses a QCA Rome chip which needs to be reset
> (and have its firmware reloaded) for bluetooth to work after
> suspend/resume.
> 
> BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=15750392
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> drivers/bluetooth/btusb.c | 7 +++++++
> 1 file changed, 7 insertions(+)

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-05-22  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22  7:34 [PATCH] Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table Hans de Goede
2018-05-22  7:36 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.