Devices can be character devices (like keyboards and serial ports), block devices (such as hard disks and USB devices), network devices and virtual devices. On Linux systems, devices are represented ...
In theory, writing a Linux device driver shouldn’t be that hard, but it is harder than it looks. However, using libusb, you can easily deal with USB devices from user space, which, for many purposes, ...
If you’ve used Linux for a long time, you know that we are spoiled these days. Getting a new piece of hardware back in the day was often a horrible affair, requiring custom kernels and lots of work.