摘要: usb驱动程序设计实现步骤:usb总线驱动内核代码分析过程:analysis codehub_irq kick_khubd hub_thread hub_events hub_port_connect_change udev = usb_alloc_dev(hdev, hdev->bus, port1); dev->dev.bus = &usb_bus_type; ... 阅读全文
posted @ 2012-06-03 21:57 ITMelody 阅读(927) 评论(0) 推荐(0) 编辑
摘要: 触摸屏响应过程:触摸屏程序代码实现:s3c_ts.c#include <linux/errno.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/input.h>#include <linux/init.h>#include <linux/serio.h>#include <linux/delay.h>#include <linux/platform_device 阅读全文
posted @ 2012-06-03 10:41 ITMelody 阅读(634) 评论(0) 推荐(0) 编辑