* Ensure that the dell-bluetooth device does not stay in the "hard

blocked" state.

svn path=/nixpkgs/branches/x-updates/; revision=22730
This commit is contained in:
Eelco Dolstra
2010-07-25 12:15:59 +00:00
parent e6ff6558d6
commit 3f287cfb1d
3 changed files with 29 additions and 0 deletions
@@ -172,5 +172,10 @@ in
};
features.noXsave = true;
};
dell_rfkill =
{ name = "dell-rfkill";
patch = ./dell-rfkill.patch;
};
}