Introduction - If you have any usage issues, please Google them yourself
Linux system, device drivers are an important part of the operating system kernel, and a standard abstract interface with hardware devices. Through this interface, users can to deal with ordinary file open (open), turn off the hardware (close), read and write (read/write) operation. Through study and analysis of device drivers, a deeper understanding of the Linux system, device driver development.