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:
@@ -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 },
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user