Hiding Private Data in Embedded C Language
[Image] Hello everyone, I am the Information Guy! In Linux driver development, have you encountered the following problem: how to save private data for different device instances? For example, a USB camera needs to store resolution parameters, and a GPIO device needs to record interrupt handler functions. Directly modifying the kernel’s struct device structure? This … Read more