From b2a0d626b0bb0e1921978dc84bafa12e632fa95f Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 24 Dec 2015 08:34:06 +0000 Subject: [PATCH] Document work around for suspend/resume --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3c5e938..437731d 100644 --- a/Home.md +++ b/Home.md @@ -8,7 +8,7 @@ It's a mix of probing, reverse engineering, reading up on similar hardware, gues The driver is now able to stream video. It can be accessed through the V4L2 API. It is still experimental so you mileage may vary. # Known issues -* Suspend / resume doesn't work. +* Suspend / resume doesn't work. Unloading the module before suspending and loading it again on resume is a work around for this. * Only firmware version 1.43 (latest OSX El Capitan) works with the driver. * A script for extracting the sensors calibration settings files (set files) from the OSX driver is missing. This is however not required to to use the driver but will increase the image quality.