* [PATCH v2] Bluetooth: btusb: Add Realtek 8851BE USB ID (0489:e112)
@ 2025-12-24 1:25 techieernie
2025-12-24 3:10 ` [v2] " bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: techieernie @ 2025-12-24 1:25 UTC (permalink / raw)
To: linux-bluetooth; +Cc: marcel, luiz.dentz, Techie Ernie
From: Techie Ernie <techieernie@gmail.com>
Add USB ID 0489:e112 for the Realtek 8851BE Bluetooth adapter.
Without this entry, the device is not handled correctly by btusb.
Adding the ID enables proper Realtek initialization for Bluetooth to work on various motherboards using this Bluetooth adapter.
The device identifies as:
Bus 001 Device XXX: ID 0489:e112 Foxconn / Hon Hai Bluetooth Radio
Tested on Realtek 8851BE. Bluetooth works after this change is made.
Removed unncessary whitespace from the previous submitted patch.
Signed-off-by: Techie Ernie <techieernie@gmail.com>
---
drivers/bluetooth/btusb.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index f39e8c2f83a1..df7a452bc236 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -521,13 +521,9 @@ static const struct usb_device_id quirks_table[] = {
{ USB_DEVICE(0x0bda, 0xb850), .driver_info = BTUSB_REALTEK },
{ USB_DEVICE(0x13d3, 0x3600), .driver_info = BTUSB_REALTEK },
{ USB_DEVICE(0x13d3, 0x3601), .driver_info = BTUSB_REALTEK },
-
-
- /* Additional Realtek 8851BE Bluetooth devices */
{ USB_DEVICE(0x0489, 0xe112), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
-
/* Realtek 8851BU Bluetooth devices */
{ USB_DEVICE(0x3625, 0x010b), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
--
2.52.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-24 3:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-24 1:25 [PATCH v2] Bluetooth: btusb: Add Realtek 8851BE USB ID (0489:e112) techieernie
2025-12-24 3:10 ` [v2] " bluez.test.bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.