位置:成果数据库 > 期刊 > 期刊详情页
Linux下有中断端点的USB设备驱动的实现
  • 期刊名称:《计算机工程与设计》,2010.7,pp.
  • 时间:0
  • 分类:TP311.11[自动化与计算机技术—计算机软件与理论;自动化与计算机技术—计算机科学与技术]
  • 作者机构:[1]北京邮电大学,北京100876
  • 相关基金:国家自然科学基金项目(60702049)
  • 相关项目:无线多媒体内容分发网络中关键技术的研究
中文摘要:

手写板是有中断端点的USB设备,为了在Linux下实现此类设备的驱动,分析了USB设备的基本概念和Linux设备驱动原理,对Linux下设备驱动程序的内部机制和框架构成进行了研究。在此基础上,提出了引入信号量机制控制内核线程同步的方法来实现read函数,进而设计出Linux下有中断端点的USB设备的驱动程序。通过编写应用程序和设计对比实验,证明了此驱动可以准确、高效地读写设备。与针对中断端点普遍采用的输入子系统方式相比,简化了程序设计,提高了系统效率。

英文摘要:

To realize the communication between computer and handwriting board which is a kind of device with interrupt endpoints,a method to develop USB driver in Linux is studied.Based on the principle of driver for USB device,the internal mechanism and structure of driver in Linux for USB device are analyzed.The semaphore mechanism is introduced to realize the synchronization of kernel threads.And the driver in Linux for USB device with interrupt endpoints is designed.Both application program and comparable experiments de-monstrated the feasibility of the driver.Compared with the common methods of input subsystem with regarding to interrupt endpoints,the whole efficient process is simplified.

同期刊论文项目
同项目期刊论文