From: Hans de Goede Date: Tue, 22 May 2018 07:34:10 +0000 (+0200) Subject: Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=939bc6c59e38fc8c9193203c62271f81ff1662d9;p=linux.git Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table 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 Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 84de6244ae66d..3a477b6b3ce6a 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -411,6 +411,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"), + }, + }, {} };