摘要:
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; ... 阅读全文
摘要:
触摸屏响应过程:触摸屏程序代码实现: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 阅读全文