The cdev interface
The cdev interface
Posted Nov 11, 2009 11:17 UTC (Wed) by chandan_raka (guest, #31255)Parent article: The cdev interface
Do I need to do mknod in order to add an entry into /dev?
Is there any way to create device in /dev without doing mknod from user space.
I tried to use device_create does didnt work.