Message ID | 20180423090753.21458-4-kai.heng.feng@canonical.com |
---|---|
State | New |
Headers | show |
Series | Update btusb reset-resume quirk to decrease power usage | expand |
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index fc28c4e67e31..610b3d9e5f91 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -383,13 +383,6 @@ static const struct usb_device_id blacklist_table[] = { * the module itself. So we use a DMI list to match known broken platforms. */ static const struct dmi_system_id btusb_needs_reset_resume_table[] = { - { - /* Lenovo Yoga 920 (QCA Rome device 0cf3:e300) */ - .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), - DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 920"), - }, - }, {} };