packages/linux-lava: add bluetooth patch
This commit is contained in:
parent
d0fdbe8822
commit
c9520a5bc8
2 changed files with 14 additions and 0 deletions
13
packages/linux-lava/bluetooth.patch
Normal file
13
packages/linux-lava/bluetooth.patch
Normal 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 },
|
||||
|
|
@ -35,6 +35,7 @@ in {
|
|||
|
||||
kernelPatches = lib.optionals hasPatch [
|
||||
kernelPatchSrc
|
||||
(patch ./bluetooth.patch)
|
||||
]
|
||||
++ builtins.map (name: {
|
||||
inherit name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue