From 1fb861a5ee61762ee222cafefeacce10e605ac67 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sat, 7 Nov 2015 20:51:36 +0100 Subject: [PATCH] Updated Mac OS X driver (markdown) --- Mac-OS-X-driver.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mac-OS-X-driver.md b/Mac-OS-X-driver.md index 7594c9a..8719e30 100644 --- a/Mac-OS-X-driver.md +++ b/Mac-OS-X-driver.md @@ -17,4 +17,5 @@ Looking at the strings in the kext bundle, there are references to DDR memory, l * [KEXT Debugging on Mac](http://praveenmatanam.wordpress.com/2008/05/22/kext-debugging-on-mac/) ## Enabling debug output on the AppleCamera driver -nvram boot-args="camLogging=0xffffffff" \ No newline at end of file +Enter the following command as superuser and reboot the system: + nvram boot-args="camLogging=0xffffffff" \ No newline at end of file