]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table
authorHans de Goede <hdegoede@redhat.com>
Tue, 22 May 2018 07:34:10 +0000 (09:34 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 29 May 2018 13:59:50 +0000 (15:59 +0200)
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>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c

index 84de6244ae66db071bcc0dab2d1c6490d1c60952..3a477b6b3ce6a8056d30477b315eaea37af928dc 100644 (file)
@@ -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"),
+               },
+       },
        {}
 };