packages/linux-lava: add bluetooth patch

This commit is contained in:
Cilly Leang 2025-08-18 17:25:21 +10:00
parent d0fdbe8822
commit c9520a5bc8
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index ef9689f8776..aabbc031b5f 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -759,6 +759,8 @@ static const struct usb_device_id quirks_table[] = {
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x2b89, 0x8761), .driver_info = BTUSB_REALTEK |
BTUSB_WIDEBAND_SPEECH },
+ { USB_DEVICE(0x2c4e, 0x0115), .driver_info = BTUSB_REALTEK |
+ BTUSB_WIDEBAND_SPEECH },
/* Additional Realtek 8821AE Bluetooth devices */
{ USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK },

View file

@ -35,6 +35,7 @@ in {
kernelPatches = lib.optionals hasPatch [
kernelPatchSrc
(patch ./bluetooth.patch)
]
++ builtins.map (name: {
inherit name;