=== INTRODUCTION === This patch enables the Built-in Apple iSight camera to be used with V4L2 enabled applications. For use with Ekiga the V4L2 plugin for pwlib is required. === USAGE === 1) Checkout the linux-uvc source code from SVN via: svn co svn://svn.berlios.de/linux-uvc/linux-uvc/trunk 2) Copy the patch in the trunk directory and apply it via: patch -p0 < isight.patch 3) Copy /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBVideoSupport.kext/Contents/MacOS/AppleUSBVideoSupport from your Mac OS X patition to /lib/firmware 4) Compile and install via: make; make install 5) Load the module via: modprobe uvcvideo It is *not* required to manually load the module at boot time, because this will be done automatically. === CREDITS === Ronald S. Bultje Johannes Berg Ivan N. Zlatev