Re: communication from kext to user space application
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi Lutz, On Mar 26, 2008, at 8:54 AM, Lutz Helwing wrote: Hi there, --gc ____________________________________________________________________ Garth Cummings gcummings@apple.com Sr. Software Engineer Apple Developer Technical Support <http://developer.apple.com/technicalsupport> WWDC 2008 • June 9-13 • Moscone West • San Francisco, CA <http://developer.apple.com/wwdc/> _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... i have an already working kext which writes to syslog without any problems. However what i actually want is an application (maybe daemon) which receives this messages from my kext. I was thinking about reading from the syslog but this doesn't look like a very efficient and elegant solution. My question is: How can a kext pass messages to a user space application? Is there at least any documentation and/or examples on this or does anyone have a suggestion on how to start here? I assume that this is not such a big issue? But it's the only (and of course most important) part that is missing missing? Check out USBProberV2 in the IOUSBFamily sources. It has everything you need to log messages from a kext in a userland process. This email sent to site_archiver@lists.apple.com
participants (1)
-
Garth Cummings