Re: reading a file from kernel?
Re: reading a file from kernel?
- Subject: Re: reading a file from kernel?
- From: Shawn Erickson <email@hidden>
- Date: Fri, 3 May 2002 07:54:45 -0700
Folks any reasons that the USB modem driver must be in the kernel?
I am not familiar with the USB side of the things but it would be best
if the driver could be done in user space (plus this gives you the
ability to load file information).
-Shawn
On Thursday, May 2, 2002, at 08:11 AM, Torsten Gatu wrote:
Hi,
I'm writing a driver for a USB modem. The driver needs to read a file
with
preferences when the user connects. I haven't been able to find any
documentation on how to do this in kernel mode but from reading a
couple of
LINUX ng's I've come to understand that there might be a problem doing
this.
Does anyone know what would be the right way to do this? (a usermode
process
sending ioctls with the preferences will not work in this case)
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.