[Johannes 4GNU_Linux] has been filming a video series on how to write Linux device drivers for a couple of years now, but luckily, you won’t need that long to watch them or to create your own driver.
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, ...
I'm starting on some linux USB device driver development, and have hit a few snags on the way. I found some excellent resources on both linux-usb.org and linux-hotplug.sourceforge.net, but I still can ...
Okay, I've read through a lot of resources on writing device drivers. I've got a DOS driver that I'm trying to port to Linux. I've managed to convert all the source code so now it compiles. My ...
In previous articles, we looked at how to configure the kernel as well as the key components of an embedded operating system (OS). This new article focuses on the hardware components of embedded Linux ...