Am 17.10.2006 um 09:51Uhr schrieb sanjay yaragatti:
Hi,
I have written a kernel driver.Now want to talk to it
through a userclient.My user space application is a
cocoa application which calls IOServiceOpen() to
establish a connection with the userclient.I am able
to send data to the driver from my userspace program
.I need to send data back to my user space cocoa
app from my
driver.Can anyone help me in this matter?