summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-05-25 22:28:27 -0500
committerGraham Christensen <graham@grahamc.com>2016-05-26 14:10:01 -0500
commit24a87685e20b510d8240e615f24667f6dc586648 (patch)
tree04cc37187d8552706073a640e5b753e6f448c86a /pkgs/os-specific/linux
parent27bf0d203d324c7b04ec599f3ea5c59027c84d4f (diff)
downloadnixpkgs-24a87685e20b510d8240e615f24667f6dc586648.tar
nixpkgs-24a87685e20b510d8240e615f24667f6dc586648.tar.gz
nixpkgs-24a87685e20b510d8240e615f24667f6dc586648.tar.bz2
nixpkgs-24a87685e20b510d8240e615f24667f6dc586648.tar.lz
nixpkgs-24a87685e20b510d8240e615f24667f6dc586648.tar.xz
nixpkgs-24a87685e20b510d8240e615f24667f6dc586648.tar.zst
nixpkgs-24a87685e20b510d8240e615f24667f6dc586648.zip
facetimehd: Document updating the facetimehd-firmware
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/facetimehd/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/facetimehd/default.nix b/pkgs/os-specific/linux/facetimehd/default.nix
index 3dc1e14e73d..c6493c907c4 100644
--- a/pkgs/os-specific/linux/facetimehd/default.nix
+++ b/pkgs/os-specific/linux/facetimehd/default.nix
@@ -11,6 +11,16 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "patjak";
     repo = "bcwc_pcie";
+    # Note: When updating this revision:
+    # 1. Also update pkgs/os-specific/linux/firmware/facetimehd-firmware/
+    # 2. Test the module and firmware change via:
+    #    a. Give some applications a try (Skype, Hangouts, Cheese, etc.)
+    #    b. Run: journalctl -f
+    #    c. Then close the lid
+    #    d. Then open the lid (and maybe press a key to wake it up)
+    #    e. see if the module loads back (apps using the camera won't
+    #       recover and will have to be restarted) and the camera
+    #       still works.
     rev = "5a7083bd98b38ef3bd223f7ee531d58f4fb0fe7c";
     sha256 = "0d455kajvn5xav9iilqy7s1qvsy4yb8vzjjxx7bvcgp7aj9ljvdp";
   };