Welcome![Sign In][Sign Up]
Location:
Search - usb-2.6.12

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了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
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixhso-1.12 3G模块USB串口驱动程序源代码

Description: linux系统下3G模块USB串口驱动程序源代码最新版本,附pdf文档。3G的USB modem都用得着,有了这个就可以在linux下使用了。-3G module linux system USB serial driver source code for the latest version, pdf file attached. 3G data cards are useful
Platform: | Size: 35432 | Author: testsb | Hits:

[mpeg mp3AT89C51SND1C_mp3code

Description: 支持FAT32,FAT16/12还未做。 支持USB下载文件功能,速度300KB/S左右(USB1.1)。 无录音功能。 7.5*2个汉字LCD显示功能,能显示歌曲名,路径名(滚动显示) 支持多个文件夹功能。 有前后选曲、暂停、软件音量、高、中、低音控制,重低音音效等功能。 无软关机功能,现在拔电源操作^_^。 软件还在完善中,有一些bug。-support FAT32, FAT16/12 not yet done. USB download capabilities, speed, 300KB/S around (USB 1.1). No recording. 7.5* 2 Chinese character LCD display that can show song, Path (Scrolling) support multiple folders. Before and after the selections are suspended, software, volume, high, middle and bass controls, bass audio capabilities. No soft shutdown, now pulling power operation ^ _ ^. The software is perfected, some bug.
Platform: | Size: 305152 | Author: h | Hits:

[uCOSusbtest0326

Description: 基于ARM的读U盘,并从串口发送的程序, 附带12864带字库也晶子程序.-ARM-based U disk read and sent from the serial port procedures, fringe characters also brought 12,864 crystal subroutine.
Platform: | Size: 6616064 | Author: 毛建文 | Hits:

[CSharpUSB_Amon

Description: 经过修改的u2440mon的源代码,可以下再到norflash和nandflash中,支持没有norflash的开发,以验证通过,注意晶振是12m的-u2440mon modified the source code, They may then norflash and nandflash, norflash not support the development, to test passed, the attention of Crystal Oscillator is 12 m
Platform: | Size: 63488 | Author: dingdong | Hits:

[SCM12

Description: 第12章(/12/) BasicUSB.SchDoc 电路原理图 FX2Test/FX2Test.Uv2 Keil C51工程 FX2Test/EZUSB.LIB EZ-USB库文件 FX2Test/dscr.a51 USB描述符 FX2Test/USBJmpTb.OBJ USB中断跳转表 FX2Test/syncdly.h 同步延时 FX2Test/lpregs.h 寄存器声明 FX2Test/lp.h EZ-USB头文件 FX2Test/fw.c C51主程序 FX2Test/periph.c 初始化及任务调度 FX2Test/FX2Test.hex 单片机Hex文件 FX2Test/STARTUP.A51 启动代码 程序描述:使用Cypress提供的EZ-USB开发工具包进行基本的固件程序设计。 安装:把源码拷贝到硬盘特定目录下,使用Keil C编译器运行即可。 注意:这里需要添加完整的头文件及库文件才可以编译。 -Chapter 12 (/ 12 /) BasicUSB.SchDoc circuit schematic FX2Test/FX2Test.Uv2 Keil C51 works FX2Test/EZUSB.LIB EZ-USB library file FX2Test/dscr.a51 USB descriptor FX2Test/USBJmpTb.OBJ USB interrupt jump table FX2Test/syncdly.h sync delay register FX2Test/lpregs.h statement FX2Test/lp.h EZ-USB header files FX2Test/fw.c C51 main program initialization and task scheduling FX2Test/periph.c single FX2Test/FX2Test.hex Hex machine code file to start the procedure FX2Test/STARTUP.A51 Description: Cypress provided the use of EZ-USB Development Kit basic firmware programming. Installation: copy the source to your hard disk under a specific directory, use the Keil C compiler can run. Note: There will need to add the complete header files and library files can be compiled.
Platform: | Size: 46080 | Author: 熊達達 | Hits:

[SCM2007-12-25

Description: MSP430F149读写SD卡以及简单的文件系统 硬件:www.just430.com朱明老师提供的Easy430开发板以及SD卡模块 底层驱动使用TI提供的MMC驱动程序,简单文件系统使用微控设计网www.Microcontrol.cn debug版主提供的文件系统,可以实现简单的文件读写。 已经调试成功。 该系统中存在几个问题: 1.文件名只支持大写字母和数字,否则在PC上打不开。 2.创建文件只能事先指定大小,这样问题就出现了,如果指定小了,你的数据就不能完全显示,如果指定大了,就会把数据区的乱码显示出来。 继续改进中-MSP430F149 read SD cards, as well as simple file system hardware: www.just430.com Zhu Easy430 teachers are provided with the development board, as well as SD card module to provide the underlying driver of the MMC using TI driver, simple file system uses micro-manage the design of network www.Microcontrol . cn debug moderator to provide file system, you can read and write simple documents. Has been successful debugging. The system exists in a number of questions: 1. File name only support capital letters and figures, or else on the PC could not open. 2. To create a document can only be pre-designated size, such problems have emerged, if the designated smaller, your data will not be able to fully show that, if the designated big will the data area garbled displayed. Continue to improve in
Platform: | Size: 198656 | Author: 张焱 | Hits:

[USB developUSB-8388-FEDORA26-X86-5.110.7.p0-26318.P7

Description: Wireless drivers for USB devices with Marvell 8388 chipset.
Platform: | Size: 275456 | Author: Pook Barr | Hits:

[Embeded LinuxChapter_6_Advanced_experiments_part2

Description: 周立功magic2410实验箱源码 第6章Linux高级实验(part2) 6.9 IDE硬盘实验. 6.10 USB主机驱动编译与加载实验 6.11 U盘驱动程序编译与使用实验 6.12 USB键盘与鼠标应程序实验 6.13 FrameBuffer模块应用实验 6.14 video4linux模块应用实验 6.15 USB摄像头实验 -Magic2410 week experimental box Ligong source Linux High Chapter 6 Experimental (part2) 6.9 IDE hard drive experiments. 6.10 USB Host driver compile and load the experiment 6.11 U disk driver compiled with the use of experimental 6.12 USB keyboard and mouse should be 6.13 FrameBuffer module experimental procedures Application of the experimental application of the experimental 6.14 video4linux module 6.15 USB camera experiment
Platform: | Size: 422912 | Author: yc | Hits:

[Linux-Unixlibusb-1.0.6

Description: 小型的usb库libusb,通过usb库,通过libusb的接口函数,应用程序可以直接跟usb设备打交道。-Small usb library libusb, through the usb library, through the libusb interface functions, the application can deal directly with the usb device.
Platform: | Size: 411648 | Author: yr | Hits:

[VHDL-FPGA-VerilogCVI-EZUSB-6.12

Description: FPGA开发板上的USB驱动程序,详情见解压目录文件-FPGA development board' s USB driver, extract the directory file details
Platform: | Size: 615424 | Author: jiang | Hits:

[Embeded-SCM Develop12-USB

Description: 得州仪器tms320lf2407的USB驱动程序-Texas Instruments tms320lf2407 the USB driver
Platform: | Size: 39936 | Author: micle | Hits:

[SCM(12)USB-OTG

Description: stm32 usb希望大家喜欢,这是固件希望大家st usb事半功倍-stm32 usb
Platform: | Size: 142336 | Author: cjl2016 | Hits:

[Linux-Unixzd_rf

Description: ZD1211 RFC USB-Wifi LAN driver for Linux v2.6.12
Platform: | Size: 2048 | Author: manceiou | Hits:

[Linux-Unixzd_rf_al2230

Description: ZD1211 AL2230 USB-WLAN driver for Linux v2.6.12
Platform: | Size: 2048 | Author: manceiou | Hits:

[Linux-Unixzd_rf_rf2959

Description: ZD1211 RF2959 USB-WLAN driver for Linux v2.6.12
Platform: | Size: 2048 | Author: piunandai | Hits:

[Linux-Unixzd_rf_uw2453

Description: ZD1211 UW2453 USB Wifi LAN driver for Linux v2.6.12 .
Platform: | Size: 4096 | Author: piunandai | Hits:

[Other Embeded program12

Description: 使用Cypress提供的EZ-USB开发工具包进行基本的固件程序设计-Use Cypress' s EZ-USB development kit firmware design
Platform: | Size: 44032 | Author: 郑周 | Hits:

[Other Embeded programusb2spifw_V13.11.12

Description: C8051F32x,Silicon_MCU, USB可以转各种借口,spi,sdio,iic,rcb。以及其他非标准的各种借口。-C8051F32x,Silicon_MCU, USB2,spi/sdio/iic/rcb and others Nonstandard interface.
Platform: | Size: 1247232 | Author: liuzl | Hits:

[Delphi/CppBuilder1wire-usb

Description: This is the latest DS18B20 1-Wire digital temperature sensor Maxim IC. Reports degrees C with 9 to 12-bit precision, -55C to 125C (+/-0.5C). Each sensor has a unique 64-Bit Serial number etched into it - allows for a huge number of sensors to be used on one data bus. This is a wonderful part that is the corner stone of many data-logging and temperature control projects.-This is the latest DS18B20 1-Wire digital temperature sensor Maxim IC. Reports degrees C with 9 to 12-bit precision, -55C to 125C (+/-0.5C). Each sensor has a unique 64-Bit Serial number etched into it - allows for a huge number of sensors to be used on one data bus. This is a wonderful part that is the corner stone of many data-logging and temperature control projects.
Platform: | Size: 434176 | Author: assell | Hits:
« 12 3 4 »

CodeBus www.codebus.net