Adding a device from a kernel module the udev way (pi, a device that prints out the value of pi)
February 25th, 2009
It seems like the interface for creating modules has changed a bit, and udev is the way to go. Here is a short, quick and dirty module that creates /dev/pi with anonymous major and minor using udev. Read the rest of this entry »


