搜索资源列表
Essential-Linux-Device.tar
- 《精通Linux设备驱动程序》,作者Sreekrishnan Venkateswaran 有丰富的驱动开发经验-Essential-Linux-Device-Drivers-Prentice-Hall-Open-Source-Software-Development-Series, the author, Sreekrishnan Venkateswaran has the sufficient experience for the Linux-device.
all_samples
- 是以hello world这个程序为主线,一步步不断丰富的linux设备驱动程序-driver for hello world
ADCdrives
- ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
ipsender3.1
- linux上服务器的网卡驱动,内核编程,ioctl 驱动,ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。 本代码是公司工程实际产品的驱动,极具参考价值。-linux on the server s network card drivers, kernel programming, ioctl driver, ioctl is device driver for the device I
test
- s3c2440的一个字符设备驱动程序-the s3c2440 a character device driver
dsdram
- linux内核下双口ram字符设备驱动程序-dual port ram driver process under linux
wikroe-net-driver
- linux2.6网络设备驱动程序和测试程序。-linux2.6 network device drivers and test programs.
LDD3
- Linux 设备驱动程序 了解Linux设备驱动代码 可以对Linux深入了解-Linux device drivers for Linux device driver code for Linux-depth understanding of
s3c2410fb
- S3C2410的LCD驱动程序开发,linux环境下的设备驱动程序开发,C语言,可运行。-S3C2410 LCD driver development, the development of device drivers under linux environment, the C language, you can run.
Linux-driver-developte-note
- 基于2.6内核的linux设备驱动程序开发简明教程 嵌入式Linux设备驱动开发笔记--赖永诚-Linux driver developte note
character-device-driver
- 基于友善mini2440-linux-2.6.32 简单的字符设备驱动程序-Friendly mini2440-linux-2.6.32 simple character device driver
ds1307.tar
- 驱动DS1307时钟芯片的linux下的设备驱动程序-Drive DS1307 clock chip
HUANGHi2c-6410
- 三星S3C6410 I2C 总线设备驱动程序源代码,分三部分设备控制器,设备驱动-Samsung S3C6410 I2C bus device driver source code, a three-part device controller, device driver
driver_module
- Linux下设备驱动程序实例,可在此基础上更改,实现自己相应驱动的程序设计-Under Linux device driver instance, can be changed on this basis, their corresponding driven programming
linu
- linux设备驱动程序 基于2.6内核 内容丰富 知识点很详细-linux device driver is a wealth of knowledge based on the 2.6 kernel content is very detailed
linushebeiqudong
- linux设备驱动程序 基于2.6内核 内容丰富 知识点很详细-linux device driver is a wealth of knowledge based on the 2.6 kernel content is very detailed
github_ldd3forlinux3.x
- ldd3 <linux设备驱动程序>的源代码 经过改写 从国外某FTP下载 适用于 3.x LINUX系统 书中自带地址下载的代码仅仅适合 2.X LINUX-ldd3 linux device driver source code but rewritten for 3.x LINUX system
usbvideo
- usb摄像头驱动 在linux操作下完成的设备驱动程序-the driver of camera
arm_device
- 简单的设备驱动程序 动手实践一个简单的字符型设备驱动程序,学习驱动程序编写的基本步骤。-Simple device driver is a simple hands-character device driver, learning the basic steps written by the driver.
深入Linux设备驱动程序内核机制
- 《深入Linux设备驱动程序内核机制》是Linux驱动开发方面的经典好书。(Deep into the kernel mechanism of Linux device drivers)