﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-Thinking in C++-文章分类-驱动</title><link>http://www.cppblog.com/yishanhante/category/8628.html</link><description /><language>zh-cn</language><lastBuildDate>Sat, 25 Oct 2008 16:07:33 GMT</lastBuildDate><pubDate>Sat, 25 Oct 2008 16:07:33 GMT</pubDate><ttl>60</ttl><item><title>usb鼠标驱动注解及测试【转】</title><link>http://www.cppblog.com/yishanhante/articles/65041.html</link><dc:creator>jay</dc:creator><author>jay</author><pubDate>Sat, 25 Oct 2008 15:17:00 GMT</pubDate><guid>http://www.cppblog.com/yishanhante/articles/65041.html</guid><wfw:comment>http://www.cppblog.com/yishanhante/comments/65041.html</wfw:comment><comments>http://www.cppblog.com/yishanhante/articles/65041.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/yishanhante/comments/commentRss/65041.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/yishanhante/services/trackbacks/65041.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 参考2.6.14版本中的driver/usb/input/usbmouse.c。鼠标驱动可分为几个部分：驱动加载部分、probe部分、open部分、urb回调函数处理部分。&#160;下文阴影部分为注解。&#160;一、&#160;&#160;&#160;驱动加载部分&#160;static int __init usb_mouse_init(void){&#160;&#160;&#160;&#1...&nbsp;&nbsp;<a href='http://www.cppblog.com/yishanhante/articles/65041.html'>阅读全文</a><img src ="http://www.cppblog.com/yishanhante/aggbug/65041.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/yishanhante/" target="_blank">jay</a> 2008-10-25 23:17 <a href="http://www.cppblog.com/yishanhante/articles/65041.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>