move patches to directory
This commit is contained in:
parent
8ee461d1de
commit
57a82ba996
|
@ -4,21 +4,21 @@
|
||||||
{
|
{
|
||||||
name = "bt-usb-fixes-1";
|
name = "bt-usb-fixes-1";
|
||||||
patch =
|
patch =
|
||||||
./kernel/patches/1-3-Bluetooth-btusb-Fix-Chinese-CSR-dongles-again-by-re-adding-ERR_DATA_REPORTING-quirk.diff;
|
../patches/kernel/1-3-Bluetooth-btusb-Fix-Chinese-CSR-dongles-again-by-re-adding-ERR_DATA_REPORTING-quirk.diff;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "bt-usb-fixes-2";
|
name = "bt-usb-fixes-2";
|
||||||
patch =
|
patch =
|
||||||
./kernel/patches/2-3-Bluetooth-btusb-Add-a-setup-message-for-CSR-dongles-showing-the-Read-Local-Information-values.diff;
|
../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";
|
name = "bt-usb-fixes-3";
|
||||||
patch =
|
patch =
|
||||||
./kernel/patches/3-3-Bluetooth-btusb-Add-a-parameter-to-let-users-disable-the-fake-CSR-force-suspend-hack.diff;
|
../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";
|
name = "bt-usb-fixes-4";
|
||||||
patch = ./kernel/patches/fix-btusb-crash.diff;
|
patch = ../patches/kernel/fix-btusb-crash.diff;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue