搜索资源列表
usb_device_drv
- usb设备的Linux驱动程序,基于系统的框架代码改动得来。
LinuxProgrammingtechnologysolutions
- linux《设备驱动开发详解》书上的光盘附录源代码,很详解,很适合初学者学习。-linux " Device driver development Xiangjie" book on CD-ROM appendix to the source code, it is Xiangjie, it is suitable for beginners to learn.
LINUX-Device-Driver(att.Source)
- LINUX设备驱动程序第三版配套源码; 设备驱动最通俗的解释就是“驱使硬件设备行动”。驱动与底层硬件直接打交道,按照硬件设备的具体工作方式,读写设备的寄存器,完成设备的轮询、中断处理、DMA通信,进行物理内存向虚拟内存的映射等,最终让通信设备能收发数据,让显示设备能显示文字和画面,让存储设备能记录文件和数据。-LINUX device drivers third edition of the supporting source Device Driver is the most popul
LINUX_driver_devlop_codes
- LINUX设备驱动程序 第三版 配套源码-LINUX device drivers third edition of supporting source
drivers_and_test
- 《嵌入式Linux应用开发完全手册》教程中的实例源码,有字符设备驱动的编写!-" Embedded Linux application development entirely manual" tutorial source code examples, there is a character device driver writing!