Skip to content

Commit 596b07a

Browse files
jwrdegoedeholtmann
authored andcommitted
Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_table
The Dell XPS 13 9360 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=1514836 Cc: [email protected] Cc: Garrett LeSage <[email protected]> Reported-and-tested-by: Garrett LeSage <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent fc54910 commit 596b07a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,13 @@ static const struct dmi_system_id btusb_needs_reset_resume_table[] = {
399399
DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 3060"),
400400
},
401401
},
402+
{
403+
/* Dell XPS 9360 (QCA ROME device 0cf3:e300) */
404+
.matches = {
405+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
406+
DMI_MATCH(DMI_PRODUCT_NAME, "XPS 13 9360"),
407+
},
408+
},
402409
{}
403410
};
404411

0 commit comments

Comments
 (0)