Received: by 10.213.65.68 with SMTP id h4csp837350imn; Tue, 27 Mar 2018 09:41:36 -0700 (PDT) X-Google-Smtp-Source: AIpwx4858TrIgtMM/iSMkNakcTvxZmkyZEJjPaG/SjOfSpuYldYrrnJq3sZns9X0Fdxm7rWGsnX3 X-Received: by 10.98.15.92 with SMTP id x89mr52168pfi.7.1522168896501; Tue, 27 Mar 2018 09:41:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522168896; cv=none; d=google.com; s=arc-20160816; b=CHnIlfiGkLvexQnG2A3UZ9MX/wBjm483mCllrbvfu9ktfQGJM1qE0WVSyFDorcbhGU XWqzHfrzaOnhXrycTngwkhGr7ix+ZbdgesN236YUdimQdyI6M+8w3nIfML1GKGC/k/Hj 4lL2TZq9C0+JN/Fn998ZR8bKp98nhoFMUn6kTu6uRMlHfLxXSOVPUyhJxp8ZNIPALu48 OLcCiEEXPH+cLccuQPxbgu4YnuGp6dUlMf3768Usbfp5ST7fGXpOnV7ltChR+i+T45fr p2MXwmzMgJo+Gy1cTD1F2qHp9FLZZvQqTyaYrquKBeZrYAwafv5zKyp/WmM4/2Tgw0L7 bDiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=pkDl/0JYxyCThWH33XILU4ZrlS9lXvm70lv/Cz66pT4=; b=n1ZFR6IcEEgKrmndxYUXDdR8IbS6bjsf271Z53RcjC640bpdPlqA1ptTbza86Kd8BJ oQkiHX1b19yh9QmpnUAiaPzYxE1SQvNuQCnO0i15Lkk/hoz6vRlAZ/qA5A2/W9sGpU1o fQOl4TieM8At8pGlN2bmJZEhWMZPAtHznyAISrDzTkNvQ9ejhmMpC2278zr4Ex+amcVp wgL+IbyPD+K8FsQsiaAGPpZ1XVVOIrZpd94r/z2wP9icRUHr+QacZJSVP3LWpny1Hf1b AhqNA58b4ZJd1ltQSZfajrDuj8EgDO4DOGLdnuypEbo+MVmuxnHusYTO6ILk8pLL5+ZL 7gLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j62si1111876pgc.583.2018.03.27.09.41.19; Tue, 27 Mar 2018 09:41:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932381AbeC0Qjx (ORCPT + 99 others); Tue, 27 Mar 2018 12:39:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47408 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932303AbeC0Qjt (ORCPT ); Tue, 27 Mar 2018 12:39:49 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id BDB6010C8; Tue, 27 Mar 2018 16:39:48 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Brian Norris , Kai-Heng Feng , Kevin Fenzi , Hans de Goede , Marcel Holtmann Subject: [PATCH 4.15 031/105] Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table Date: Tue, 27 Mar 2018 18:27:11 +0200 Message-Id: <20180327162759.272790558@linuxfoundation.org> X-Mailer: git-send-email 2.16.3 In-Reply-To: <20180327162757.813009222@linuxfoundation.org> References: <20180327162757.813009222@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Hans de Goede commit f0e8c61110c2c85903b136ba070daf643a8b6842 upstream. Commit 1fdb92697469 ("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 fd865802c66b ("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: 1fdb92697469 ("Bluetooth: btusb: Use DMI matching for QCA ...") Cc: stable@vger.kernel.org Cc: Brian Norris Cc: Kai-Heng Feng Tested-by: Kevin Fenzi Suggested-by: Brian Norris Signed-off-by: Hans de Goede Reviewed-by: Brian Norris Signed-off-by: Marcel Holtmann Signed-off-by: Greg Kroah-Hartman --- drivers/bluetooth/btusb.c | 7 ------- 1 file changed, 7 deletions(-) --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -382,13 +382,6 @@ static const struct usb_device_id blackl * 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"), - }, - }, {} };