From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8CCF126868A; Thu, 3 Apr 2025 19:05:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743707147; cv=none; b=c2hNc51Gl/R/s0rKxDM+iJ1vZIEqVPj0jHHmBkE26ibyvL7/br0rrdx0F91cb1KTtbrQBSHsLxgPw1+APrWGZyCxdoSO4Xh6tFq0oE5prMbT0wE5uZ4nxARkpPa8JIKW+zt8+3GfAiB8qwoHFPfCCXm1SFDR9mC4sUXrbETDyf8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743707147; c=relaxed/simple; bh=BBlwMuu2/qN8/Vv+5Elh7gjX2AcTDbFBi+f4mJ4L3VE=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=mmA2qIuhitVDyd31VA+pGu37KxWLxu6OVhmRwRjT51xYpDr4uaaeh2aA/b2yiLH4SeoxPCgmNt6PFMYWd86JUH7ktatZnVZZ6QecGX2GivC4YhvppFet5PFE+bCANpSvs3JZOYNkRwwrcdFfM3su/USl0StlDfMAySTC/7yfx0s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=L5ueKzVW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="L5ueKzVW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2AA2AC4CEE3; Thu, 3 Apr 2025 19:05:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1743707147; bh=BBlwMuu2/qN8/Vv+5Elh7gjX2AcTDbFBi+f4mJ4L3VE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=L5ueKzVWHWm+63Rg7t2fhhp8r0xVy+DXfamf6zZuWz0zOv7vtEc2wS9DsRuTt8Kt1 MqFw8Z6EW7Nx/k8ozQOOgpFYAKgMAtKR7/uYf0K6NkXVp4JPsapryh+VmntIQBM1BC f6X+JcBszLW+j0DzWX+tbtHGcz12KIsigrfwAkZhQiagoI1nv9qM5Gi9IBudegNL0M YPKYwtq1fzQCvap8bNj020Ex9zlknjfCmXLCeb2Hyd4b56mXfhTiUWDSvOuuerIjGu ggXsHCS8pFtm8Q1fQdK8CQhnc1juxJk4R/gQoUls0n1MNi3Oas8DeI15taQzl67DuP 6c2LrFVVfdVDg== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Jiande Lu , Luiz Augusto von Dentz , Sasha Levin , marcel@holtmann.org, luiz.dentz@gmail.com, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, linux-bluetooth@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH AUTOSEL 6.13 45/49] Bluetooth: btusb: Add 2 HWIDs for MT7922 Date: Thu, 3 Apr 2025 15:04:04 -0400 Message-Id: <20250403190408.2676344-45-sashal@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250403190408.2676344-1-sashal@kernel.org> References: <20250403190408.2676344-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.13.9 Content-Transfer-Encoding: 8bit From: Jiande Lu [ Upstream commit a88643b7e48506777e175e80c902c727ddd90851 ] Add below HWIDs for MediaTek MT7922 USB Bluetooth chip. VID 0x0489, PID 0xe152 VID 0x0489, PID 0xe153 Patch has been tested successfully and controller is recognized device pair successfully. MT7922 module bring up message as below. Bluetooth: Core ver 2.22 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP socket layer initialized Bluetooth: SCO socket layer initialized Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20241106163512 Bluetooth: hci0: Device setup in 2284925 usecs Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported. Bluetooth: hci0: AOSP extensions version v1.00 Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Bluetooth: BNEP filters: protocol multicast Bluetooth: BNEP socket layer initialized Bluetooth: MGMT ver 1.22 Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM ver 1.11 Signed-off-by: Jiande Lu Signed-off-by: Luiz Augusto von Dentz Signed-off-by: Sasha Levin --- drivers/bluetooth/btusb.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 11005d7d9cc0f..842c71d445dc0 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -662,6 +662,10 @@ static const struct usb_device_id quirks_table[] = { BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x0489, 0xe102), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x0489, 0xe152), .driver_info = BTUSB_MEDIATEK | + BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x0489, 0xe153), .driver_info = BTUSB_MEDIATEK | + BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x04ca, 0x3804), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x04ca, 0x38e4), .driver_info = BTUSB_MEDIATEK | -- 2.39.5