Skip to content

Commit 0c6e526

Browse files
khfengholtmann
authored andcommitted
Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
The issue can be reproduced before commit fd86580 ("Bluetooth: btusb: fix QCA Rome suspend/resume") gets introduced, so the reset resume quirk is still needed for this system. T: Bus=01 Lev=01 Prnt=01 Port=13 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 2.01 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0cf3 ProdID=e007 Rev=00.01 C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb Cc: stable@vger.kernel.org Cc: Brian Norris <briannorris@chromium.org> Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
1 parent f0e8c61 commit 0c6e526

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
@@ -385,6 +385,13 @@ static const struct usb_device_id blacklist_table[] = {
385385
* the module itself. So we use a DMI list to match known broken platforms.
386386
*/
387387
static const struct dmi_system_id btusb_needs_reset_resume_table[] = {
388+
{
389+
/* Dell OptiPlex 3060 (QCA ROME device 0cf3:e007) */
390+
.matches = {
391+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
392+
DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 3060"),
393+
},
394+
},
388395
{}
389396
};
390397

0 commit comments

Comments
 (0)