update: remove btusb kernel patches
This commit is contained in:
parent
d73090a192
commit
71b785191a
7 changed files with 51 additions and 262 deletions
|
@ -1,24 +0,0 @@
|
|||
{ config, pkgs, lib, inputs, ... }: {
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
boot.kernelPatches = [
|
||||
{
|
||||
name = "bt-usb-fixes-1";
|
||||
patch =
|
||||
../patches/kernel/1-3-Bluetooth-btusb-Fix-Chinese-CSR-dongles-again-by-re-adding-ERR_DATA_REPORTING-quirk.diff;
|
||||
}
|
||||
{
|
||||
name = "bt-usb-fixes-2";
|
||||
patch =
|
||||
../patches/kernel/2-3-Bluetooth-btusb-Add-a-setup-message-for-CSR-dongles-showing-the-Read-Local-Information-values.diff;
|
||||
}
|
||||
{
|
||||
name = "bt-usb-fixes-3";
|
||||
patch =
|
||||
../patches/kernel/3-3-Bluetooth-btusb-Add-a-parameter-to-let-users-disable-the-fake-CSR-force-suspend-hack.diff;
|
||||
}
|
||||
{
|
||||
name = "bt-usb-fixes-4";
|
||||
patch = ../patches/kernel/fix-btusb-crash.diff;
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue