Added a kernel module

Added new nix expr

Added patch

Updated

Updated patch

Renamed variables, bluetooth works on mt7925 now
This commit is contained in:
fwastring 2025-09-04 13:48:41 +02:00
parent 1fc6785205
commit 7c221331d6
3 changed files with 59 additions and 11 deletions

View file

@ -0,0 +1,11 @@
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -725,6 +725,8 @@ static const struct usb_device_id quirks_table[] = {
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x13d3, 0x3630), .driver_info = BTUSB_MEDIATEK |
BTUSB_WIDEBAND_SPEECH },
+ { USB_DEVICE(0x2c7c, 0x7009), .driver_info = BTUSB_MEDIATEK |
+ BTUSB_WIDEBAND_SPEECH },
/* Additional Realtek 8723AE Bluetooth devices */
{ USB_DEVICE(0x0930, 0x021d), .driver_info = BTUSB_REALTEK },