Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3488489imu; Sun, 11 Nov 2018 16:14:13 -0800 (PST) X-Google-Smtp-Source: AJdET5fUEbS36biseeQoxgcXI6Y71bitl0yfpIVwZoFQQCtT1IyoEHFOMxxs476XYmqYxDQfrV2X X-Received: by 2002:a17:902:bd0b:: with SMTP id p11-v6mr17773073pls.35.1541981653913; Sun, 11 Nov 2018 16:14:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541981653; cv=none; d=google.com; s=arc-20160816; b=HHanx8xZv0NgvIpmmFhTTC3hre3jyHDnjhcnevGgOk264U0oRjDmler/IOe3enewSh rVyrBX1IY+Mux+4ZGoVJ9/Mdz+zJhhTsCsOk8XhMTAZ3mHIQQ2XsOjVn/wm+VCP7EuyD u9oXsFkbqdOpxdabM6BkWCUVkvSfg9Cdd/6oOaugU3rj6VGIeVWBqLH293T8ti5ryxzJ fV0WQ74HL1V/pDtYZf7xTxqkvimX4upFyDBeYz6lbMt9HQNGjpMi26p2ftyBzg8l0KEy 47KAB28Ba3mk/0pwQC3aOkqwUJM2gI2F0nUlaHaQQskej8BE2l8ZyCioAYcfrVQWN9nd cnuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=gC9vWnBZ7rpvBdkQzlB6eAAioPTr28Vpayy6BnEjQGA=; b=miuT9dpdP7FcdE0T2nGnxEnINpyWKLYmlIJ2GQ3gQFU8jqTmSnfXemTNdJy6HT9B8g vKjWhzVwQZwpKwvBNg+7UMZwhPRUjD0bTx4YxfANmqKQL1ibK8rLAJGd73br1SlwO1P/ JXgpcvB1E4MKX9Q5Mks0x1JheWLqp16EzX/h6s08K5l8oQJf2G+zMiQPsLRHINeSwH1B v1olmSUsPs2hreAQqSKob6SbgAvwafHeK8MNbBpzgeH3K+mkkWOWXzmGwRCPxecEgTXx +Fni0DHIq1sp4z60WpEdKwnszDljuxnDa1+vym51p0HkU4im7q18lFjwtM6ueTCorCYH J13Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=nJaEd4oX; 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 j14-v6si17970630pfd.204.2018.11.11.16.13.59; Sun, 11 Nov 2018 16:14:13 -0800 (PST) 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; dkim=pass header.i=@kernel.org header.s=default header.b=nJaEd4oX; 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 S1731850AbeKLKCl (ORCPT + 99 others); Mon, 12 Nov 2018 05:02:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:60278 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730597AbeKLIRS (ORCPT ); Mon, 12 Nov 2018 03:17:18 -0500 Received: from localhost (unknown [206.108.79.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 57D28208A3; Sun, 11 Nov 2018 22:27:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1541975243; bh=Ljdo8vBeXI4WaiSZM9+aVVz08KsOsgGgOS6TmxRtzwo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nJaEd4oXgC14ed2Yr1jdvd3L3KUPBMcoBdkLVJtS6tGCftzyeBJmSg33UmPQgzDVM U+NpND38U483NUWgsRnszoUmsH6WfqB1DGFj76QCu7oopm2G+8ZZRUYXSQRtBjtcli A+8ME8pUt1UB44Mxl8X/NmG9wotA8AI35nF2Uy/M= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Christian Hewitt , Marcel Holtmann , Sasha Levin Subject: [PATCH 4.19 091/361] Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth Date: Sun, 11 Nov 2018 14:17:18 -0800 Message-Id: <20181111221632.498444218@linuxfoundation.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181111221619.915519183@linuxfoundation.org> References: <20181111221619.915519183@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Christian Hewitt [ Upstream commit a357ea098c9605f60d92a66a9073f56ce25726da ] This patch adds the device ID for the AMPAK AP6335 combo module used in the 1st generation WeTek Hub Android/LibreELEC HTPC box. The WiFI chip identifies itself as BCM4339, while Bluetooth identifies itself as BCM4335 (rev C0): ``` [ 4.864248] Bluetooth: hci0: BCM: chip id 86 [ 4.866388] Bluetooth: hci0: BCM: features 0x2f [ 4.889317] Bluetooth: hci0: BCM4335C0 [ 4.889332] Bluetooth: hci0: BCM4335C0 (003.001.009) build 0000 [ 9.778383] Bluetooth: hci0: BCM4335C0 (003.001.009) build 0268 ``` Output from hciconfig: ``` hci0: Type: Primary Bus: UART BD Address: 43:39:00:00:1F:AC ACL MTU: 1021:8 SCO MTU: 64:1 UP RUNNING RX bytes:7567 acl:234 sco:0 events:386 errors:0 TX bytes:53844 acl:77 sco:0 commands:304 errors:0 Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH SNIFF Link mode: SLAVE ACCEPT Name: 'HUB' Class: 0x0c0000 Service Classes: Rendering, Capturing Device Class: Miscellaneous, HCI Version: 4.0 (0x6) Revision: 0x10c LMP Version: 4.0 (0x6) Subversion: 0x6109 Manufacturer: Broadcom Corporation (15) ``` Signed-off-by: Christian Hewitt Signed-off-by: Marcel Holtmann Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/bluetooth/btbcm.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c @@ -324,6 +324,7 @@ static const struct bcm_subver_table bcm { 0x4103, "BCM4330B1" }, /* 002.001.003 */ { 0x410e, "BCM43341B0" }, /* 002.001.014 */ { 0x4406, "BCM4324B3" }, /* 002.004.006 */ + { 0x6109, "BCM4335C0" }, /* 003.001.009 */ { 0x610c, "BCM4354" }, /* 003.001.012 */ { 0x2122, "BCM4343A0" }, /* 001.001.034 */ { 0x2209, "BCM43430A1" }, /* 001.002.009 */