3
0
Fork 0
forked from mirrors/nixpkgs

facetimehd: Document updating the facetimehd-firmware

This commit is contained in:
Graham Christensen 2016-05-25 22:28:27 -05:00
parent 27bf0d203d
commit 24a87685e2
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -11,6 +11,16 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "patjak"; owner = "patjak";
repo = "bcwc_pcie"; 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"; rev = "5a7083bd98b38ef3bd223f7ee531d58f4fb0fe7c";
sha256 = "0d455kajvn5xav9iilqy7s1qvsy4yb8vzjjxx7bvcgp7aj9ljvdp"; sha256 = "0d455kajvn5xav9iilqy7s1qvsy4yb8vzjjxx7bvcgp7aj9ljvdp";
}; };