mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Created Mac OS X driver (markdown)
15
Mac-OS-X-driver.md
Normal file
15
Mac-OS-X-driver.md
Normal file
@@ -0,0 +1,15 @@
|
||||
The MacOSX driver is `/System/Library/Extensions/AppleCameraInterface.kext`. Metadata:
|
||||
|
||||
CFBundleIdentifier: com.apple.driver.AppleCameraInterface
|
||||
CFBundleVersion: 1.0.0
|
||||
IOClass: AppleCamIn
|
||||
IOPCIMatch: 0x157014E4
|
||||
IOPCITunnelCompatible: true
|
||||
IOProbeScore: 3096
|
||||
IOProviderClass: IOPCIDevice
|
||||
|
||||
## Working with kexts
|
||||
* [Kernel Extensions Programming Topics](https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/KEXTConcept/) (Apple)
|
||||
* [Resolving kernel symbols](http://ho.ax/posts/2012/02/resolving-kernel-symbols/)
|
||||
* [A Kernel Extension ... by hand](http://unixjunkie.blogspot.nl/2006/12/kernel-extension-by-hand.html)
|
||||
* [KEXT Debugging on Mac](http://praveenmatanam.wordpress.com/2008/05/22/kext-debugging-on-mac/)
|
||||
Reference in New Issue
Block a user