nixpkgs/nixos/modules/hardware/video
Graham Christensen b6c51f3e79 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
2016-04-23 11:59:00 -05:00
..
webcam facetimehd: Only unload module if it is loaded 2016-04-23 11:59:00 -05:00
ati.nix
bumblebee.nix nixos/bumblebee: update for new packages 2015-12-05 00:54:09 +03:00
nvidia.nix nvidia: 346.47 -> 346.59 2015-04-07 13:24:55 -07:00
radeon.nix