> you need to create it yourself with `mknod`, or if you want
> to utilize the hotplug stack, you have to create some
> classes/devices using the kobject layer.  /dev is not a
> pseudo file system (ignoring the devtmpfs in 2.6.32) which
> means *someone* has to create the device node.  it's either
> you, or you setup the hotplug layer to respond to device
> events and create device nodes on the fly.  i'm pretty sure
> the LDD3 book goes into these details, so you might want to
> try reading that.
>
> or, since apparently you only need one device node, simply
> use the miscdevice layer and it'll take care of it all for
> you.  see linux/miscdevice.h and the many drivers that use it
> under drivers/char/.
> -mike
>
OK, many thanks for the direction Mike.  I've been reading LDD3
as it happens but no mention of hotplug events until later chapters.
Will read further.


This electronic transmission is strictly confidential and intended solely for 
the addressee(s). If you are not the intended addressee, you must not disclose, 
copy or take any action in reliance of this email.  If you have received this 
email in error please notify the sender as soon as possible. Any views 
expressed within this email may not necessarily be the views held by Calrec 
Audio Ltd.  Calrec Audio Ltd have taken measures to ensure this email is free 
from computer viruses, however it is recommended that you also employ 
anti-virus measures on your computer systems.
Calrec Audio Ltd. Registered in England. Registration number: 02392336. WEEE 
registration number: WEE/JE0051TQ/PRO. Registered address: Nutclough Mill, 
Hebden Bridge, West Yorks, HX7 8EZ.

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to