diff options
| author | Graham Christensen <graham@grahamc.com> | 2016-04-21 21:35:41 -0500 |
|---|---|---|
| committer | Graham Christensen <graham@grahamc.com> | 2016-04-23 09:37:01 -0500 |
| commit | 788122c3c5dcd146f65fbd587972b22f5ff8481e (patch) | |
| tree | 730600d47c24ee9aa60966aca6eab0c2001b8a80 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | a1b39b9990f2c23f31875a5993441ea686885df3 (diff) | |
facetimehd: Only unload module if it is loaded
The pre-sleep service exits if any command fails. Unloading facetimehd
without it being loaded blocks subsequent commands from running.
Note: `modprobe -r` works a bit better when unloading unused modules,
and is preferrable to `rmmod`. However, the facetimehd module does not
support suspending. In this case, it seems preferable to forcefully
unload the module. `modprobe` does not support a `--force` flag when
removing, so we are left with `rmmod`.
See:
- https://github.com/NixOS/nixpkgs/pull/14883
- https://github.com/patjak/bcwc_pcie/wiki#known-issues
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
