forked from mirrors/nixpkgs
facetimehd: Document updating the facetimehd-firmware
This commit is contained in:
parent
27bf0d203d
commit
24a87685e2
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue