From: bugzilla-daemon@kernel.org
To: linux-bluetooth@vger.kernel.org
Subject: [Bug 220815] New: btusb: Add Realtek RTL8852CE device ID (13d3:3612)
Date: Sun, 30 Nov 2025 06:58:13 +0000 [thread overview]
Message-ID: <bug-220815-62941@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=220815
Bug ID: 220815
Summary: btusb: Add Realtek RTL8852CE device ID (13d3:3612)
Product: Drivers
Version: 2.5
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Bluetooth
Assignee: linux-bluetooth@vger.kernel.org
Reporter: azureller1@gmail.com
Regression: No
The Realtek RTL8852CE combo WiFi/Bluetooth chip in the ASUS TUF Gaming A16
(2025) FA608 series laptops has a Bluetooth device that is not recognized as a
Realtek device by btusb, preventing btrtl from loading firmware.
Hardware Information:
- Laptop: ASUS TUF Gaming A16 FA608UP (2025)
- Bluetooth USB ID: 13d3:3612 (IMC Networks Bluetooth Radio)
- Chip: Realtek RTL8852CE
- WiFi works with rtw89 driver
lsusb output:
Bus 001 Device 002: ID 13d3:3612 IMC Networks Bluetooth Radio
Chip identification from btmon:
HCI version: Bluetooth 5.3 (0x0c) - Revision 12 (0x000c)
LMP version: Bluetooth 5.3 (0x0c) - Subversion 34898 (0x8852)
Manufacturer: Realtek Semiconductor Corporation (93)
Problem:
The USB ID 13d3:3612 is not in btusb's device table with BTUSB_REALTEK flag.
Without this flag, btusb handles the device generically and never calls btrtl.
The chip responds to HCI commands but the radio doesn't function because
firmware is never loaded.
Solution:
Add to drivers/bluetooth/btusb.c:
{ USB_DEVICE(0x13d3, 0x3612), .driver_info = BTUSB_REALTEK },
Tested on kernel 6.17.9-zen1-1-zen. After adding this line, btrtl loads
rtl8852cu_fw_v2.bin and Bluetooth works normally.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
next reply other threads:[~2025-11-30 6:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-30 6:58 bugzilla-daemon [this message]
2025-11-30 12:41 ` [Bug 220815] btusb: Add Realtek RTL8852CE device ID (13d3:3612) bugzilla-daemon
2025-11-30 23:44 ` bugzilla-daemon
2025-12-06 14:17 ` bugzilla-daemon
2025-12-07 20:06 ` bugzilla-daemon
2026-02-14 23:42 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-220815-62941@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox