CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux 2.6 usb
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux 2.6 usb - List
[
Books
]
linux设备驱动程序开发详解
DL : 0
详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Date
: 2010-11-29
Size
: 23.92mb
User
:
zxx000
[
Other
]
linux USB驱动程序
DL : 0
讲解了linux操作系统下USB主机和设备的驱动程序
Date
: 2010-12-16
Size
: 2.52mb
User
:
jerry006
[
Streaming Mpeg4
]
linux 下通用usb camera 驱动
DL : 0
linux 下usb camera 驱动及应用程序源码,在samsung s3c2440平台下测试ok,兼容市面上大部分usb camera
Date
: 2012-07-31
Size
: 209.68kb
User
:
skyfyy@163.com
[
Internet-Network
]
bluetooth_drive
DL : 0
linux蓝牙USB HCI层驱动,简单明了非常适合蓝牙开发人员学习-HCI layer drive, a very simple and straightforward for developers to learn Bluetooth
Date
: 2025-07-04
Size
: 52kb
User
:
邓华利
[
ARM-PowerPC-ColdFire-MIPS
]
USBLinuxDriverForARM
DL : 0
linux环境下USB驱动程序,适用三星ARM2410B-linux environment USB driver, Samsung applied ARM2410B
Date
: 2025-07-04
Size
: 932kb
User
:
徐虎
[
ARM-PowerPC-ColdFire-MIPS
]
AT91RM9200_usb(2.4)
DL : 0
linux2.4下的USB驱动程序源代码,非常详细-linux2.4 the USB driver source code, a very detailed
Date
: 2025-07-04
Size
: 5kb
User
:
王佐
[
Embeded Linux
]
autoUdisk
DL : 0
平台:ARM9的嵌入式LINUX 自动检测U盘,挂载U盘的程序-platforms : ARM9 Embedded Linux automatically detects USB disk mount U procedures
Date
: 2025-07-04
Size
: 7kb
User
:
路晓光
[
Embeded Linux
]
usb_scanner_driver
DL : 0
Driver for USB Scanners (linux-2.6)-Driver for USB Scanners (linux- 2.6)
Date
: 2025-07-04
Size
: 18kb
User
:
陶昱良
[
Linux-Unix
]
zc0302
DL : 0
关于USB摄像头zc302的一些源代码资料,仅提供参考.-on USB camera zc302 some of the source code, only for reference.
Date
: 2025-07-04
Size
: 308kb
User
:
wang sh
[
Embeded Linux
]
usb-skeleton
DL : 0
This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
Date
: 2025-07-04
Size
: 3kb
User
:
张延斌
[
Linux-Unix
]
usb-skeleton
DL : 0
usb驱动框架,都是建立在此基础上(linux 2.6.14测试)-usb driver framework, are built on the basis of this (linux 2.6.14 test)
Date
: 2025-07-04
Size
: 3kb
User
:
hwj
[
Driver Develop
]
linuxdriver_code_tool
DL : 0
本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book is to introduce a Linux device driver development theories, frameworks and examples of the book, the book version of the kernel to Linux 2.6 is based on details of spin locks, semaphores, output, interrupt the top/at the end of the first half, timer , memory and I/O mapping as well as asynchronous notification, blocking I/O, non-blocking I/O such as Linux device driver theory character device, block device, TTY device, I2C devices, LCD devices, audio devices, USB devices, network devices, PCI devices, such as Linux device driver architecture and the framework of various complex data structure and function relationships, and on a large number of Linux-driven development of a large number of examples so that readers can be an independent development of all types of Linux device drivers.
Date
: 2025-07-04
Size
: 23.9mb
User
:
keke
[
Internet-Network
]
dm9601_2.6
DL : 0
DM9601 USB网卡linux驱动,修改makefile就可以了。本人在linux 2.6.14.1测试通过。-DM9601 USB adapter linux driver, modify makefile it. I am in linux 2.6.14.1 test.
Date
: 2025-07-04
Size
: 10kb
User
:
Sam
[
Embeded Linux
]
ch341
DL : 0
Lunux2.6下USB转串口驱动C语言源代码。-Under the Lunux2.6 usb to com drive
Date
: 2025-07-04
Size
: 2kb
User
:
walker.bai
[
Linux-Unix
]
linux-2.6.10-ov511
DL : 0
Linux 2.6内核环境下OV511 + ov7620驱动芯片驱动, USB接口,适用于该芯片的组合摄像头图像采集。-Linux 2.6 kernel under the environment of the OV511+ ov7620 driver chip preparation, USB interface, suitable for use in the chip under the combination of camera image acquisition.
Date
: 2025-07-04
Size
: 32kb
User
:
panzekai
[
Linux-Unix
]
linux-2.6.14
DL : 0
飞凌公司TE2410开发板自带的linux2.6.14内核源代码,内核中加入了cs8900a网卡,串口1,2,3驱动,USB HOST驱动,USB摄像头驱动(ov511芯片),声卡驱动,液晶屏驱动,开机图片-TE2410 development board飞凌company linux2.6.14 own kernel source code, the kernel is added to the network card cs8900a, 1,2,3-driven serial, USB HOST driver, USB camera driver (ov511 chip), sound card driver , LCD driver, boot image
Date
: 2025-07-04
Size
: 54.95mb
User
:
wangjun
[
Internet-Network
]
gadget
DL : 0
USB gadget driver, linux 2.6.27 version, modified for android phone
Date
: 2025-07-04
Size
: 481kb
User
:
蔡时杰
[
Embeded Linux
]
uvc
DL : 0
usb video class driver v4l1 驱动 for linux 2.6.-usb video class driver v4l1 driver for linux 2.6.22
Date
: 2025-07-04
Size
: 52kb
User
:
resun
[
Embeded Linux
]
luvcview-0.2.6
DL : 1
基于 UVC 免驱 的 USB 视频采集、摄像头 参数控制 。-UVC-free drive of the USB based video capture, camera parameter control.
Date
: 2025-07-04
Size
: 185kb
User
:
Scorpio
[
Linux-Unix
]
xr_usb_serial_linux-2.6.18-to-3.4
DL : 0
XR21V1410/1412/1414 USB HUB驱动程序,适用于linux 2.6-3.4版本(The XR21V1410/1412/1414 USB HUB driver is available for the Linux 2.6-3.4 version)
Date
: 2025-07-04
Size
: 19kb
User
:
板砖
«
1
2
3
4
5
6
7
8
9
10
...
49
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.