From 40fe420d75450d89a3b15c588102faf1e441e750 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 16 Nov 2015 18:07:43 +0100 Subject: tishtushi: Revert patching Dragonfly quirk. This reverts commit 7f9f88e90b8ab41a97a86fa4ff8a501e0e0eea27. The reason why I'm reverting this is because while it indeed fixes the volume mapping, it doesn't fix my main problem that it takes a few seconds to go from 100% volume to the desired volume level that's currently set. So instead of applying this patch and maintaining it until it may eventually hit mainline, it's better to debug the original issue rather than applying a patch that _may_ fix an unrelated issue. Signed-off-by: aszlig --- machines/aszlig/tishtushi.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'machines/aszlig') diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix index d7175d94..92af4a9e 100644 --- a/machines/aszlig/tishtushi.nix +++ b/machines/aszlig/tishtushi.nix @@ -24,9 +24,7 @@ in { ''; }; kernel = origKernel.override { - kernelPatches = origKernel.kernelPatches ++ [ - bfqsched pkgs.vuizvui.kernelPatches.dragonfly - ]; + kernelPatches = origKernel.kernelPatches ++ singleton bfqsched; }; in linuxPackagesFor kernel kernelPackages; -- cgit 1.4.1