Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150542162
D56126.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D56126.diff
View Options
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -447,6 +447,9 @@
/* MediaTek MT7925 */
{ USB_VPI(USB_VENDOR_AZUREWAVE, 0x3602, 0) },
{ USB_VPI(USB_VENDOR_AZUREWAVE, 0x3604, 0) },
+
+ /* Realtek 8852CE Bluetooth devices */
+ { USB_VPI(USB_VENDOR_REALTEK, 0x0852, 0) },
};
/* List of supported bluetooth devices */
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
@@ -102,6 +102,7 @@
{ USB_VPI(0x13d3, 0x3592, 0) },
{ USB_VPI(0x13d3, 0x3612, 0) },
{ USB_VPI(0x0489, 0xe122, 0) },
+ { USB_VPI(USB_VENDOR_REALTEK, 0x0852, 0) },
/* Realtek 8852BE Bluetooth devices */
{ USB_VPI(0x0cb8, 0xc559, 0) },
diff --git a/usr.sbin/bluetooth/rtlbtfw/main.c b/usr.sbin/bluetooth/rtlbtfw/main.c
--- a/usr.sbin/bluetooth/rtlbtfw/main.c
+++ b/usr.sbin/bluetooth/rtlbtfw/main.c
@@ -85,6 +85,7 @@
{ .vendor_id = 0x13d3, .product_id = 0x3592 },
{ .vendor_id = 0x13d3, .product_id = 0x3612 },
{ .vendor_id = 0x0489, .product_id = 0xe122 },
+ { .vendor_id = 0x0bda, .product_id = 0x0852 },
/* Realtek 8852BE Bluetooth devices */
{ .vendor_id = 0x0cb8, .product_id = 0xc559 },
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 5:05 AM (5 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30745043
Default Alt Text
D56126.diff (1 KB)
Attached To
Mode
D56126: bluetooth: Add Realtek RTL8852CE device ID (0x0bda:0x0852)
Attached
Detach File
Event Timeline
Log In to Comment