From f91873d74e2bade9ae694b3076f900831f7f7853 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Wed, 1 Mar 2017 18:47:27 +0100 Subject: [PATCH] Removed incorrect info on compile issues with 4.5+ kernel versions --- Home.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Home.md b/Home.md index 8710c2b..eec16c1 100644 --- a/Home.md +++ b/Home.md @@ -30,7 +30,6 @@ See [Getting Started](Get-Started) for instructions on driver installation and u * The driver will complain about 1871_01XX.dat (or similarly named) files missing. This error can be ignored. The .dat files contains sensor calibration settings that will improve image quality. The error looks something like this: ```Direct firmware load for facetimehd/1871_01XX.dat failed with error -2```. Ignore it. * No /dev/video0 device appears after loading the module. This can be because the bdc_pci module is already loaded. Make sure you unload or blacklist bdc_pci before loading the facetimehd module: ```modprobe -r bdc_pci```. -* The driver will not compile for 4.5 and later kernels. Will fix this up when we're in good enough shape for mainlining. ### How can I help? * Code contributions are welcome.