Home Tags Driver

Tag: driver

Working with MTD Devices

7
This article shows how kernel and application developers (in C) can make use of MTD Devices in Linux. MTD (Memory Technology Devices) are NAND/NOR-based flash...

Device Drivers, Part 9: Input/Output Control in Linux

49
This article, which is part of the series on Linux device drivers, talks about the typical ioctl() implementation and usage in Linux. "Get me a...