搜索资源列表
zc301
- PXA270的视频监控与移植驱动,内核为2.4.按照步骤说明一步一步就能移植成功-PXA270 video monitoring and transplantation of driving, the kernel for 2.4. According to the steps that step by step to transplant success
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
at91_keypad
- 平台linux内核版本2.6.30 at91系列的5*5键盘驱动-Platform linux kernel version 2.6.30 at91 series of 5 x 5 keyboard driver
usbmouse
- Linux内核 USB鼠标驱动 学习USB驱动经典实例-Linux kernel USB mouse driver to learn the classic instance of the USB driver
dsdram
- linux内核下双口ram字符设备驱动程序-dual port ram driver process under linux
n_gsm
- 支持MODEM的多路复用功能,在LINUX内核中作为底层驱动。-support Multiplex functionality between modem and AP
watchdog_thread
- linux平台下看门狗驱动程序功能内核线程的实现-failed to translate
ctags.tar
- Linux平台下的内核块驱动程序测试,用于新手的测试工作与学习-block deriver
bus-and-dev
- 这个是我学习linux内核驱动时总结的一点总线与设备的关系-This is summed up when I learn the Linux kernel driver a little bus and equipment
atmel_gpio_driver
- linux内核版本2.6.30 atmel9G45的GPIO驱动程序以及一个测试程序-the linux kernel version is 2.6.30 its contain the gpio driver of atmel9g45 and the driver s test code
RA8835_lcd_driver
- RA8835 LCD驱动芯片的linux下驱动程序,使LINUX内核版本是2.6.30-RA8835 LCD linux device driver program, and the kernel version is 2.6.30
Linux-Device-driver
- 驱动程序在 Linux 内核里扮演着特殊的角色,大家可以来学学。-The driver in the Linux kernel play a special role, we can come to learn.
zc0301
- linux zc301驱动,能在linux2.6内核编译通过,大家可以-linux zc301 driver
ibmcam
- IBM 摄像头的驱动 内核环境2.4.35 -IBM 摄像头的驱动 内核环境2.4.35
MCX314
- MCX314As在Linux系统中的驱动程序,在Linux系统下,直接编译成模块,插入到内核中即可-The MCX314As driver in the Linux system, Linux system directly compiled into the module, inserted into the kernel to
serial_drv
- 在嵌入式环境下完成linux的驱动内核编程-Completed in the embedded linux kernel programming environment drive
kernel_timer
- linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
中星微301L驱动
- 一款比较常用的摄像头驱动程序。中星微301L。只需根据内核修改makefile就可让直接编译成功(A more commonly used camera driver. Vimicro 301L. You can make direct compilation successful simply by modifying makefile based on the kernel)
gps
- 应用在RK3188平台上的GPS驱动代码,建议内核版本是3.0一下的使用(Application of GPS driver code on the RK3188 platform, it is recommended that the kernel version is 3 of the use)
深入Linux设备驱动程序内核机制
- 《深入Linux设备驱动程序内核机制》是Linux驱动开发方面的经典好书。(Deep into the kernel mechanism of Linux device drivers)