Miscellaneous Device drivers in Linux

In Linux, each device is referenced by a major number and a minor number. The list of these numbers can be found by executing the command “ls -l /dev“. A small snippet is shown below Each driver that loads itself to the linux kernel must register its major number with the linux kernel. The specific […]