搜索资源列表
将IOCTL发送到筛选器驱动程序
- 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
ioctl
- 用c开发的ioctl源代码-developed using ioctl source code
ioctl
- 用用can驱动程序的ioctl.c,大家可以参考参考啊,谢谢。
ioctl
- 用c开发的ioctl源代码-developed using ioctl source code
Linux声音设备编程实例
- Linux下的声音设备编程比大多数人想象的要简单得多。一般说来,我们常用的声音设备是内部扬声器和声卡,它们都对应/dev目录下的一个或多个设备文件,我们象打开普通文件一样打开它们,用ioctl()函数设置一些参数,然后对这些打开的特殊文件进写操作。-Linux Generally speaking, we used the voices of internal equipment and audio speakers, which co
将IOCTL发送到筛选器驱动程序
- 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
LINUX_DRVER
- 1、linux下8019的移植 2、LINUX USB 3、write,ioctl,select-1, 8019 under linux transplant two, three USB LINUX, write, ioctl, select
IoctlDecoder
- IOCTL 宏代码解码器。在驱动开发中,经常要用到io控制代码,这个工具可以帮你解释相应的IO控制代码的具体含义。附带了此工具的Win32asm源码。很有用的工具!-IOCTL code decoder. Drivers in the development, which often have to use io control code, This tool can help you explain the corresponding
led_linux2.4.18
- Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev
ioctl-sample
- 比较简单的io控制的过滤驱动程序示例代码,值得读一读。-Io control relatively simple filter driver sample code, it is worth to read.
NativeDemo
- 不用ddk 编译一个 native app 应用 大家可能都比较熟悉,这个例子演示了如何用 vc2003 或 vc2005 来编译一个 native 类型的应用程序, 这个例子同时也演示了 native 应用中如何加载一个 驱动程序,以及通过 ioctl 和驱动程序交互,同时也演示了 native 应用程序如何通过键盘与用户交互-err
ioctl
- 用用can驱动程序的ioctl.c,大家可以参考参考啊,谢谢。-Use can use the driver ioctl.c, everyone can refer to reference ah, thank you.
ioctl03-Set
- 用ioctl来修改本地ip和netmask-Use ioctl to change the local ip and netmask
ioctl04-AddRT
- 用ioctl来为系统添加一条路由。添加的路由可以用route命令查看(之前传的有错误,现在已改正,请管理员删除之前的)-Use ioctl to add a routing system. Routing can be used to add the route command to view (before the mass of a mistake, now corrected, please delete the previous
key
- linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子-linux/kd.h document introduced the ioctl function to use the command, the document contains examples of the use of a variety of command
framebuffer
- 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <
capture
- //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open fr a mebuffer device.\n"] exit[1] }
IOCTL_Test
- usb驱动开发,IOCTL的读写操作,供大家学习用-usb-driven development, IOCTL operation of reading and writing for everyone to learn
IOCTL
- IOCTL 应用程序与驱动通信,我只写了应用程序读驱动里面的东西。-IOCTL communication applications and drivers, I just write the application reading drive inside.
IOCTL
- IOCTL助手,分析IOCTL定义,并能智能定义IOCTL值。-IOCTL Assist