搜索资源列表
udev-114.tar
- 在Linux2.6内核下的udev文件系统的源码,在按照操作打上补丁后,可以使嵌入式linux系统支持udev文件系统接口
udev-080
- udev 自动创建设备节点
linuxdriver_code_tool
- Linux驱动编程源码,包括udev源代码,含并发控制的globalmem驱动等-Linux-driven programming source, including the udev source code, including concurrency control, such as driver globalmem
udev.tar
- udev是一种工具,它能够根据系统中的硬件设备的状态动态更新设备文件,包括设备文件的创建,删除等。-udev is a tool, it can according to the system in the state of hardware devices dynamic update documents, including the creation of device files, delete and so on.
understandudev
- 理解和认识udev.rar 理解和认识udev.rar-理解和认识udev.rar
udev-142.tar
- 这是linux内核里面的有与组织设备文件的一套规定方法,这也是2.6内核在设备文件管理方面的一个进步。为即插即用型设备准备了很好的管理设备的好方法。-It used for the device magment for the 2.6 linux kernel.
8478
- linux2.4内核udev漏洞 任何人可得root权限代码-udev kernel vulnerability linux2.4 any person may have root permissions code
s111
- 通过本课学习,学员可以从用户设备I/O编程角度深入了解设备驱动的原理;通过了解字符设备驱动框架和具体硬件设备I/O操作,能够进行字符设备驱动开发;了解linux2.6内核的设备模型及掌握udev的使用
LinuxDeviceDriver-05
- Linux设备驱动开发详解-06 udev-udev is targeted at Linux kernels 2.6 and beyond to provide a userspace solution for a dynamic /dev directory, with persistent device naming. The previous /dev implementation, devfs, is now deprecated, and udev is seen as the
udev-142.tar
- 嵌入式linux环境下的udev最新版本-The latest version of udev
05
- linux driver udev source code-linux driver udev source code
udev-137
- udev 是Linux kernel 2.6系列的设备管理器。它主要的功能是管理/dev目录底下的设备节点。-udev is a Linux kernel 2.6 series of the Device Manager. Its main function is to manage the/dev directory under the device node.
udev
- 截获linux内核和用户空间通信的socket方法,可以获得hotplug的信息-Linux kernel and user space intercepted communications socket method to obtain the information hotplug
gobi_loader-0.7.tar
- 高通usb芯片组固件加载器,用于高通芯片组-gobi_loader is a firmware loader for Qualcomm Gobi USB chipsets. These devices appear in an uninitialised state when power is applied and require firmware to be loaded before they can be used as modems. gobi_loader adds a udev r
Linux-driver-development5
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第5章、Linux文件系统与设备文件系统。由于字符设备和块设备都很好地体现了“一切都是文件”的设计思想,掌握Linux文件系统、设备文件系统的知识非常重要。首先,设备驱动最终通过操作系统的文件系统调用或C库函数(本质也基于系统调用)被访问。其次,驱动工程师在设备驱动中不可避免地会与设备文件系统打交道,如Linux 2.4内核的devfs文件系统和Linux 2.6内核的基于sysfs的udev文件系统。5.
udev.tar
- 移植过的udev源码,其官网上也有,但是大家可以参考改动,有助于自己去移植。-Transplantation over the udev source, its website also, but we can refer to changes, helping themselves to transplantation.
udev
- 利用udev自动挂载u盘,但要求linux支持udev-automount u disk using udev
udev(em)-116
- udev的嵌入式版本,支持STLinux,附带测试代码。-embedded version of udev support STLinux, with test code.
udev-011.tar
- udev-011.tar.gz for download
video
- linux驱动利用udev的方法自动创建设备节点程序,不用手动添加节点,也不用过时的fdevs的方法-linux driver automatically creates the device node program