Linux Gets Stable Userspace Driver API

Written by Michael Larabel in Linux Kernel on 22 July 2007 at 10:25 AM EDT. Add A Comment
LINUX KERNEL
A patch for creating a stable user-space driver API has been committed to the Torvalds 2.6 kernel tree and will appear in the Linux 2.6.23 kernel. This stable user-space driver API will make it possible to write much of a driver in user-space and only a small shell of a driver in the kernel. This user-space driver API depends upon a char device and sysfs to interact with a user-space process to handle interrupts and control memory accesses. Currently this driver API will only work out for simple devices and brings no immediate hope for binary graphics drivers.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week