Welcome![Sign In][Sign Up]
Location:
Search - source code of linux device driver

Search list

[Linux-Unixlinuxdriver2

Description: LINUX设备驱动程序第二版配套源码 Alessandro rubini&Jonathan corbet著 中国电力出版社 魏永明 骆刚 姜君译 69元-source code of <<linux device driver II>>
Platform: | Size: 600064 | Author: 徐杉 | Hits:

[Linux-Unixldd3_examples

Description: unix网络编程,unix高级环境编程,linux设备驱动第三版源代码-unix network programming and unix Senior Program, the third edition of Linux device driver source code
Platform: | Size: 132096 | Author: kevert | Hits:

[Embeded Linuxlinuxdevicedriver3example

Description: linux设备驱动第三版上的例子源码,已经调试通过的-third edition of Linux Device Drivers on the example source code, debugging has been adopted by the
Platform: | Size: 140288 | Author: 李平 | Hits:

[Linux-Unixldd2-samples-tar

Description: linux设备驱动第二版例子程序,来自Oreilly-Linux Device Driver second version of example programs from Morris
Platform: | Size: 123904 | Author: sunwe | Hits:

[Linux-Unixlinux

Description: LINUX设备驱动程序第二版配套源码,包括书中全部代码-LINUX device driver source code matching the second edition, including all of the code book
Platform: | Size: 382976 | Author: | Hits:

[Embeded Linux3rd

Description: LINUX设备驱动程序第三版配套源码 第三版 了-LINUX device driver source code matching the third edition of the third edition of the
Platform: | Size: 146432 | Author: | Hits:

[Linux-Unixldd3

Description: linux设备驱动程序第三版及源代码,文件格式为html-linux device driver and the third edition of the source code, file formats for html
Platform: | Size: 1506304 | Author: qdc | Hits:

[Embeded Linuxpci

Description: 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的PCI设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on PCI device driver source code
Platform: | Size: 26624 | Author: 李刚 | Hits:

[Embeded Linuxframebuffer

Description: 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
Platform: | Size: 9216 | Author: 李刚 | Hits:

[Embeded Linuxmmcsd

Description: 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的MMC/SD设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on MMC/SD device driver source code
Platform: | Size: 8192 | Author: 李刚 | Hits:

[Embeded Linuxs3c2410_ts

Description: 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的触摸屏设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on touch-screen device driver source code
Platform: | Size: 3072 | Author: 李刚 | Hits:

[Linux-UnixLinux_device_driver_design_in_detail_src

Description: 宋宝华的《Linux设备驱动开发详解》第一版的源代码,人民邮电出版社,供有需要的同志使用。-SONG Bao-hua, " Linux device driver development explain" the first edition of the source code, Posts & Telecom Press, for the use of necessary comrades.
Platform: | Size: 25077760 | Author: 郭涛 | Hits:

[Linux-UnixLinux_device_driver_source_code_examples

Description: Linux设备驱动例子源代码,介绍简单的驱动程序的编写入门指导-Linux device driver source code examples to introduce the simple driver guide the preparation of entry
Platform: | Size: 137216 | Author: maomao | Hits:

[Linux-UnixLINUXdevicedriver2sourcecode

Description: source code of linux device driver 2nd -failed to translate
Platform: | Size: 620544 | Author: zzz | Hits:

[OtherLinux_Device_Drivers

Description: This book is for anyone who wants to support computer peripherals under the Linux operating system or who wants to develop new hardware and run it under Linux. Linux is the fastest-growing segment of the Unix market, is winning over enthusiastic adherents in many application areas, and is being viewed more and more as a good platform for embedded systems. Linux Device Drivers, already a classic in its second edition, reveals information that heretofore has been shared by word of mouth or in cryptic source code comments, on how to write drivers for a wide range of devices. Version 2.4 of the Linux kernel includes significant changes to device drivers, simplifying many activities, but providing subtle new features that can make a driver both more efficient and more flexible. The second edition of this book thoroughly covers these changes, as well as new processors and buses.
Platform: | Size: 3884032 | Author: sxd | Hits:

[Linux-UnixLinuxDeviceDriverA-S3C2410RealTimer

Description: Linux设备驱动开发详解源码- S3C2410实时钟驱动--s3c2410-rtc.c 秒设备驱动与应用程序-second.c -second_test.c-Explain the development of Linux device driver source code- S3C2410-driven real-time clock- s3c2410-rtc. C seconds device drivers and application-second.c-second_test.c
Platform: | Size: 6144 | Author: bob | Hits:

[Linux-UnixLinuxDeviceDriver-DMA

Description: Linux设备驱动开发详解源码- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c-Explain the development of Linux device driver source code- DMA Example | | |- 3c505.c | | |- 3c505.h | | `- dma.h |`- static map example | `- mach-smdk2440. c
Platform: | Size: 20480 | Author: bob | Hits:

[Linux-UnixLinuxDeviceDriver-NVRAM

Description: Linux设备驱动开发详解源码- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c-Explain the development of Linux device driver source code- | |- NVRAM driver | | `- generic_nvram.c | |- touch screen driver | | |- as input devices | | | |- s3c2410_ts.c | | |`- s3c2410_ts.h | | `- as an ordinary character equipment | |`- s3c2410-ts.c | |- watchdog driver | | `- s3c2410_wdt.c |`- platform devices | `-- devs.c
Platform: | Size: 15360 | Author: bob | Hits:

[Software EngineeringResearch-and-Implementation-of-USB-Device-Driver-f

Description: 通过分析linux下蓝牙协议栈blueZ的源代码,给出了blueZ的组织结构和特点,在了解linux USB设备驱动架构的基础上详细分析了蓝牙USB传输驱动机制和数据处理过程,给出了实现蓝牙设备驱动的重要数据结构和流程,最后总结了linux下开发蓝牙USB设备驱动的一般方法和关键技术。-Based on analyzing the source code of linux bluetooth stack blueZ, depicted the structure and characteristics of blueZ. then analyzed the implementation of bluetooth USB transport driver scheme and data processing procedure in detail based on understanding of linux USB device driver sketch, gave the key data structure and flow of implementation of bluetooth device driver, and finally, summarized the approach of developing linux bluetooth USB device driver and key technology are.
Platform: | Size: 173056 | Author: 梁军学 | Hits:

[OtherLinux+Device+Driver+3

Description: there is the source code of linux device driver.
Platform: | Size: 951296 | Author: liuyang | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net