This thesis introduces how to develop kernel level device driver on Linux platform in detail. On the basis of comparing proc file system with dev file system, we choose PCI device and USB device as instances to introd...This thesis introduces how to develop kernel level device driver on Linux platform in detail. On the basis of comparing proc file system with dev file system, we choose PCI device and USB device as instances to introduce the method of writing device driver for char devices by using these two file systems.展开更多
针对为远端提供视频服务的嵌入式系统,给出了一种嵌入式Linux平台下的USB视频采集驱动的开发方法。在介绍一般USB设备驱动程序开发的流程和方法的基础上,详细阐述了Linux操作系统下利用Video for Linux(V4L)标准API开发USB视频采集驱动...针对为远端提供视频服务的嵌入式系统,给出了一种嵌入式Linux平台下的USB视频采集驱动的开发方法。在介绍一般USB设备驱动程序开发的流程和方法的基础上,详细阐述了Linux操作系统下利用Video for Linux(V4L)标准API开发USB视频采集驱动的流程,给出了视频设备打开、初始化、关闭以及视频数据捕捉等关键步骤的程序设计,并提出了针对V4L标准API的优化设计方法。展开更多
文摘This thesis introduces how to develop kernel level device driver on Linux platform in detail. On the basis of comparing proc file system with dev file system, we choose PCI device and USB device as instances to introduce the method of writing device driver for char devices by using these two file systems.
文摘USB接口以其数据传输的高效、可靠而被广泛应用在各种嵌入式产品中。然而现有的资料对linux操作系统中USB Host研究的比较多,鲜有对USB Device驱动进行研究的。因此论文通过对USB协议进行简单的介绍、以及对linux下USB驱动程序架构进行分析,并在此基础上设计了基于linux操作系统的嵌入式微处理器S3C2440 USB Device驱动程序。
文摘针对为远端提供视频服务的嵌入式系统,给出了一种嵌入式Linux平台下的USB视频采集驱动的开发方法。在介绍一般USB设备驱动程序开发的流程和方法的基础上,详细阐述了Linux操作系统下利用Video for Linux(V4L)标准API开发USB视频采集驱动的流程,给出了视频设备打开、初始化、关闭以及视频数据捕捉等关键步骤的程序设计,并提出了针对V4L标准API的优化设计方法。