Received: by 10.213.65.68 with SMTP id h4csp649850imn; Fri, 6 Apr 2018 06:46:12 -0700 (PDT) X-Google-Smtp-Source: AIpwx49wXGAXv2U+jabL2X2ZdEiiWZe0c/B9orDEdYkbr3fImhXUCa/INatbierf8gppCRXPlysu X-Received: by 10.98.201.70 with SMTP id k67mr20387398pfg.141.1523022372490; Fri, 06 Apr 2018 06:46:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523022372; cv=none; d=google.com; s=arc-20160816; b=CUG626um1kbeeFD5bL31EBy1yBwb03rOhhkVPsdOlJUAvF0wn+mtwixRwXGeB6uwWd Vf9ejb5/3hVWoqHuL8t4t4zhkf/XZDovDM37KfOu9pFvjBPh+gpnZhhjhEtIg8Agz7uP oHM0Qjad/+0jNO++iRVH3BJCNMQbs6v3RUwd7e81bJDGnZOycn2PxKaR/Jbo+Da1wnnf REkmbkJWXa385M0yJ/IFyc5uIObADRA1vBVss6M/1/eOnzco5YG8B54hHJo1zsoD37Ua vbQk5qvcFH9IKXqmvzuZHeL8Lhi/8LoKXGgholBW6cwMUni9/963vM1nKmrt2cvLV435 pY7A== 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=jMZhnPVr12RnM6N8LSlDXV0Vuest2miX7HRWdr25gOM=; b=Rn1B7GkLSil3cO3zuOGFhapWvGzDx6dMzEFqDadYDYRD79pHqu4L+RkF/uxV9VNXky 59oyKH1Y3B48bkv/pb3NzS5E6DgIlkpLVDmVJCnI9j8IgchgockHqJ/A/0RKozbapP/z LczybLB+NS2xv6WGn00HJwaJRHRHIDp4pkziYClWqwJS68i4idZWhGCcOre02oqc9w/v +Yuadi106yZZZ1ZOGBmaohKRPHGTOXvEo+/nXHGYWvIGsXkMygQmvIFPiGKlo3MJhMD7 fEzwRzbNAVLxfwYqNK/aUY+DOgOgwbR79Q2xi7s1ttP/heC4y94ePHkx9WzV/W4rKga7 F1ow== 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 o6si7327353pgf.658.2018.04.06.06.45.58; Fri, 06 Apr 2018 06:46:12 -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 S932992AbeDFNoy (ORCPT + 99 others); Fri, 6 Apr 2018 09:44:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37896 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932961AbeDFNou (ORCPT ); Fri, 6 Apr 2018 09:44:50 -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 ADB9BE14; Fri, 6 Apr 2018 13:44:49 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hans de Goede , Marcel Holtmann Subject: [PATCH 4.16 21/31] Bluetooth: hci_bcm: Add 6 new ACPI HIDs Date: Fri, 6 Apr 2018 15:24:46 +0200 Message-Id: <20180406084343.878948158@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180406084340.999820380@linuxfoundation.org> References: <20180406084340.999820380@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.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Hans de Goede commit 4063cafa3b24ff04635bdedc97cd3e4320415065 upstream. Add 6 new ACPI HIDs to enable bluetooth on devices using these HIDs, I've tested the following HIDs / devices: BCM2E74: Jumper ezPad mini 3 BCM2E83: Acer Iconia Tab8 w1-810 BCM2E90: Meegopad T08 BCM2EAA: Chuwi Vi8 plus (CWI519) The reporter of Red Hat bugzilla 1554835 has tested: BCM2E84: Lenovo Yoga2 The reporter of kernel bugzilla 274481 has tested: BCM2E38: Toshiba Encore Note the Lenovo Yoga2 and Toshiba Encore also needs the earlier patch to treat all Interrupt ACPI resources as active low. Cc: stable@vger.kernel.org Buglink: https://bugzilla.kernel.org/attachment.cgi?id=274481 Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1554835 Reported-and-tested-by: Robert R. Howell Reported-and-tested-by: Christian Herzog Tested-by: Hans de Goede Signed-off-by: Hans de Goede Signed-off-by: Marcel Holtmann Signed-off-by: Greg Kroah-Hartman --- drivers/bluetooth/hci_bcm.c | 6 ++++++ 1 file changed, 6 insertions(+) --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -1080,6 +1080,7 @@ static const struct hci_uart_proto bcm_p #ifdef CONFIG_ACPI static const struct acpi_device_id bcm_acpi_match[] = { { "BCM2E1A", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, + { "BCM2E38", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E39", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E3A", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E3D", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, @@ -1092,12 +1093,17 @@ static const struct acpi_device_id bcm_a { "BCM2E67", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E71", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E72", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, + { "BCM2E74", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E7B", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E7C", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E7E", (kernel_ulong_t)&acpi_bcm_int_first_gpios }, + { "BCM2E83", (kernel_ulong_t)&acpi_bcm_int_first_gpios }, + { "BCM2E84", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, + { "BCM2E90", (kernel_ulong_t)&acpi_bcm_int_last_gpios }, { "BCM2E95", (kernel_ulong_t)&acpi_bcm_int_first_gpios }, { "BCM2E96", (kernel_ulong_t)&acpi_bcm_int_first_gpios }, { "BCM2EA4", (kernel_ulong_t)&acpi_bcm_int_first_gpios }, + { "BCM2EAA", (kernel_ulong_t)&acpi_bcm_int_first_gpios }, { }, }; MODULE_DEVICE_TABLE(acpi, bcm_acpi_match);