Skip to content

Commit f0e8c61

Browse files
jwrdegoedeholtmann
authored andcommitted
Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
Commit 1fdb926 ("Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking"), added the Lenovo Yoga 920 to the btusb_needs_reset_resume_table. Testing has shown that this is a false positive and the problems where caused by issues with the initial fix: commit fd86580 ("Bluetooth: btusb: fix QCA Rome suspend/resume"), which has already been reverted. So the QCA Rome BT in the Yoga 920 does not need a reset-resume quirk at all and this commit removes it from the btusb_needs_reset_resume_table. Note that after this commit the btusb_needs_reset_resume_table is now empty. It is kept around on purpose, since this whole series of commits started for a reason and there are actually broken platforms around, which need to be added to it. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1514836 Fixes: 1fdb926 ("Bluetooth: btusb: Use DMI matching for QCA ...") Cc: stable@vger.kernel.org Cc: Brian Norris <briannorris@chromium.org> Cc: Kai-Heng Feng <kai.heng.feng@canonical.com> Tested-by: Kevin Fenzi <kevin@scrye.com> Suggested-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
1 parent 773daa3 commit f0e8c61

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/bluetooth/btusb.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,6 @@ 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-
/* Lenovo Yoga 920 (QCA Rome device 0cf3:e300) */
390-
.matches = {
391-
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
392-
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 920"),
393-
},
394-
},
395388
{}
396389
};
397390

0 commit comments

Comments
 (0)