随笔分类 -  linux驱动

securecrt5序列号
摘要:securecrt5序列号Name: Apollo InteractiveCompany: Apollo InteractiveSerial Number: 03-50-023223License Key: ABMVSR NA46JN V3D2GG TJDKFQ ACS3S4 B18P54 ZPCQWM 9756P2Issue Date: 01-20-2006=====================================V5.5.0 Build 371这个是5.0的可用 阅读全文

posted @ 2013-09-16 22:24 屁屁侠 阅读(5695) 评论(0) 推荐(0)

输入子系统框架
摘要:drivers/input/input.c input_init > err = class_register(&input_class);static const struct file_operations input_fops = { .owner = THIS_MODULE, .open = input_open_file,};怎么读按键?input_open_file struct input_handler *handler = input_table[iminor(inode) >> 5]; new_fops = fops_get(handler-> 阅读全文

posted @ 2013-09-15 18:22 屁屁侠 阅读(346) 评论(0) 推荐(0)

导航