Message ID | 20250108182213.23326-1-tcrawford@system76.com |
---|---|
State | New |
Headers | show |
Series | [v2] Bluetooth: btusb: Add RTL8851BE device 13d3:3600 | expand |
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index ab0506148e84..71caf297aa70 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -483,6 +483,9 @@ static const struct usb_device_id quirks_table[] = { { USB_DEVICE(0x13d3, 0x3549), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + /* Realtek 8851BE Bluetooth devices */ + { USB_DEVICE(0x13d3, 0x3600), .driver_info = BTUSB_REALTEK }, + /* Realtek 8852AE Bluetooth devices */ { USB_DEVICE(0x0bda, 0x2852), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH },