Clarify the missing sensor calibration files.

Patrik Jakobsson
2016-01-10 16:48:40 +01:00
parent 28de292900
commit 9e0337727d

@@ -22,7 +22,8 @@ It's a mix of probing, reverse engineering, reading up on similar hardware, gues
# Known issues
* Suspend / resume doesn't work properly. Suspending must be done with the device closed.
* Only firmware version 1.43 (latest OSX El Capitan) works with the driver.
* There is currently no way to extract the sensors calibration settings files (set files) from the OSX driver. They are however not required to to use the driver but can increase the image quality.
* 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.
### How can I help?
* Code contributions are welcome.