bluetooth: ng_ubt_rtl/rtlbtfw: remove duplicate entry in device table

Remove the single 8822CU entry in all three places.
It seems the only entry referencing a USB device.  The same device is
listed with the 8822CE devices.

MFC after:	3 days
Reviewed by:	wulf
Differential Revision: https://reviews.freebsd.org/D52324
This commit is contained in:
Bjoern A. Zeeb
2025-09-01 18:27:02 +00:00
parent 51fbeadac4
commit 0ee6e36ea9
3 changed files with 0 additions and 16 deletions
-3
View File
@@ -64,9 +64,6 @@ static struct rtlbt_devid rtlbt_list[] = {
{ .vendor_id = 0x0bda, .product_id = 0xb00c },
{ .vendor_id = 0x0bda, .product_id = 0xc822 },
/* Realtek 8822CU Bluetooth devices */
{ .vendor_id = 0x13d3, .product_id = 0x3549 },
/* Realtek 8851BE Bluetooth devices */
{ .vendor_id = 0x13d3, .product_id = 0x3600 },
-10
View File
@@ -36,16 +36,6 @@ notify 100 {
action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
};
# Realtek 8822CU Bluetooth devices
notify 100 {
match "system" "USB";
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x13d3";
match "product" "0x3549";
action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
};
# Realtek 8851BE Bluetooth devices
notify 100 {
match "system" "USB";