Chinaunix首页 | 论坛 | 博客
  • 博客访问: 928698
  • 博文数量: 173
  • 博客积分: 3436
  • 博客等级: 中校
  • 技术积分: 1886
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-07 09:29
文章分类

全部博文(173)

文章存档

2016年(6)

2015年(10)

2014年(14)

2013年(8)

2012年(36)

2011年(63)

2010年(19)

2009年(17)

发布时间:2015-02-27 16:34:33

 Linux下HID 设备,如果非标准的输入设备(Keypad/MOUSE/JoyStick/input event device).将会把信息转入hid device的设备结点。这一点可以参见内核的关于hiddev的文档   http://lxr.free-electrons.com/source/Documentation/usb/hiddev.txt?v=2.6.30 .........【阅读全文】

阅读(842) | 评论(0) | 转发(0)

发布时间:2015-02-27 16:33:17

#include <stdio.h>#include <unistd.h>#include <sys/time.h>intmain(int argc, char *argv[]){        char *args[10];        char name[64];        struct timeval t;    .........【阅读全文】

阅读(733) | 评论(0) | 转发(0)

发布时间:2015-02-15 13:40:31

What's this /run directory doing on my system and where does itcome from?Lennart Poettering mzerqung at 0pointer.de Wed Mar 30 11:54:30 UTC 2011 Previous message: Proven testers for Lua update Next message: What's this /run directory doing on my system and where doesitcome from?.........【阅读全文】

阅读(592) | 评论(0) | 转发(0)

发布时间:2015-02-15 12:11:44

Linux┊详解udev 如果你使用Linux比较长时间了,那你就知道,在对待设备文件这块,Linux改变了几次策略。在Linux早期,设备文件仅仅是是一些带有适当的属性集的普通文件,它由mknod命令创建,文件存放在/dev目录下。后来,采用了devfs, 一个基于内核的动态设备文件系统,他首次出现在2.3.46内核中。Mandrake,Gentoo.........【阅读全文】

阅读(509) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

masc20082009-01-07 09:35

blog is on...

回复  |  举报
留言热议
请登录后留言。

登录 注册