Welcome![Sign In][Sign Up]
Location:
Search - USB init

Search list

[Other resourceYL2440A_MON

Description: Samsung S3C2440 bootloader。串口输出,支持USB下载内核镜像,主要分为硬件初始化的汇编代码init.s和C的内核引导代码u2440mon.c两部分
Platform: | Size: 393241 | Author: 费鹏 | Hits:

[Other resourcemylinux-2[1].6.18_ok

Description: zd1211无线网卡驱动源代码,网卡为USB接口 你可以把摄像头的驱动在编译内核的时候直接编译进去,然后把内核烧进去,以后我们每次执行应用程序就可以了, 也可以把要执行的应用程序直接写在init.sh里边看一下,那就以后连好摄像头然后一开机,摄像头就会把采集到的图象显示在屏上。
Platform: | Size: 53765 | Author: 徐方艾 | Hits:

[USB developmodule-init-tools-3.0

Description: usb开发源码一点启示 ,包括过程文件及动态连接库的生成等
Platform: | Size: 166785 | Author: wang | Hits:

[Video CaptureCCaptureVideo

Description: 北京理工大学 20981 陈罡 usb廉价摄像头抓取实时视频数据,呵呵,这可是一个非常不错视频开发试验。通过这个试验,可以在学习中体验视频给我们带来的乐趣。网上常用的是CCaptureVideo类,来处理usb摄像头数据捕获和读取。我也用的是这个类来在win32环境下面做做试验。很好用,而且很轻松就得到了usb摄像头的实时数据。但是这个类就是十全十美的吗?我看不见得。比如说,我直接定义CCaptureVideo的一个对象,没有调用它的init()函数,即没有调用它来获取视频数据,程序退出的时候会抛出异常。经过检查才发现原来m_pBF要不就是m_pGB没有初始化成NULL。这是一个很低级的错误拉,不过很容易就可以修改过来。这样哪怕你不使用这个类,只是声明一个对象,那么程序推出的时候也不会出现什么异常。
Platform: | Size: 2676887 | Author: li | Hits:

[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:

[Other Embeded programYL2440A_MON

Description: Samsung S3C2440 bootloader。串口输出,支持USB下载内核镜像,主要分为硬件初始化的汇编代码init.s和C的内核引导代码u2440mon.c两部分-Samsung S3C2440 bootloader. Serial output, support for USB download kernel-image, mainly divided into the assembly code to initialize the hardware init.s and C of the core to guide the two parts of the code u2440mon.c
Platform: | Size: 945152 | Author: 费鹏 | Hits:

[Embeded Linuxmylinux-2[1].6.18_ok

Description: zd1211无线网卡驱动源代码,网卡为USB接口 你可以把摄像头的驱动在编译内核的时候直接编译进去,然后把内核烧进去,以后我们每次执行应用程序就可以了, 也可以把要执行的应用程序直接写在init.sh里边看一下,那就以后连好摄像头然后一开机,摄像头就会把采集到的图象显示在屏上。-zd1211 wireless card driver source code, network adapter for the USB interface you can put the camera driver in the kernel, when compiled directly into the kernel and then burned into the future, every time we can execute applications, it can be to direct the implementation of applications written in init.sh look inside, then even better after the camera and then one boot, the camera would capture the image displayed on the screen.
Platform: | Size: 53248 | Author: 徐方艾 | Hits:

[USB developmodule-init-tools-3.0

Description: usb开发源码一点启示 ,包括过程文件及动态连接库的生成等-usb-source development of a little enlightenment, including the process of documents and the generation of dynamic link library, etc.
Platform: | Size: 166912 | Author: wang | Hits:

[Video CaptureCCaptureVideo

Description: 北京理工大学 20981 陈罡 usb廉价摄像头抓取实时视频数据,呵呵,这可是一个非常不错视频开发试验。通过这个试验,可以在学习中体验视频给我们带来的乐趣。网上常用的是CCaptureVideo类,来处理usb摄像头数据捕获和读取。我也用的是这个类来在win32环境下面做做试验。很好用,而且很轻松就得到了usb摄像头的实时数据。但是这个类就是十全十美的吗?我看不见得。比如说,我直接定义CCaptureVideo的一个对象,没有调用它的init()函数,即没有调用它来获取视频数据,程序退出的时候会抛出异常。经过检查才发现原来m_pBF要不就是m_pGB没有初始化成NULL。这是一个很低级的错误拉,不过很容易就可以修改过来。这样哪怕你不使用这个类,只是声明一个对象,那么程序推出的时候也不会出现什么异常。-err
Platform: | Size: 2676736 | Author: li | Hits:

[Driver Developusb-sample

Description: 一个USB sample for USB device init-an USB sample example for USB device init
Platform: | Size: 913408 | Author: 赵葫芦 | Hits:

[Linux-Unixdvb-usb-init

Description: DVB USB library - provides a generic interface for a DVB USB device driver.
Platform: | Size: 3072 | Author: xingyu2031 | Hits:

[Linux-Unixusb-init

Description: USB glue logic registers, used only during initialization for Embedded Linux.
Platform: | Size: 1024 | Author: qanghunrin | Hits:

[SCMcc2540usb-demo

Description: CC2540 USB demo 初始化例程。-CC2540 USB demo for usb init。
Platform: | Size: 873472 | Author: yier | Hits:

[Linux-Unixsetup-usb-phy

Description: s3c usb otgphy init Source Code for Linux.
Platform: | Size: 1024 | Author: mueronxong | Hits:

[Linux-Unixphy-msm-usb

Description: msm hsusb init vddcx for Linux v2.13.6.
Platform: | Size: 9216 | Author: baojbrb | Hits:

[Linux-Unixdvb-usb-init

Description: DVB USB library - provides a generic interface for a DVB USB device driver.
Platform: | Size: 3072 | Author: zokueyf | Hits:

[Linux-Unixusb-init

Description: USB glue logic registers, used only during initialization.
Platform: | Size: 2048 | Author: janzenbn | Hits:

[Linux-Unixinit

Description: escription: This is a USB driver for CPia2 based video cameras.
Platform: | Size: 30720 | Author: rmvqzk | Hits:

[Linux-Unixkernel-entry-init

Description: Cypress CY7C63xxx USB driver.
Platform: | Size: 3072 | Author: fenxbmq | Hits:

[Linux-Unixusb-init-xlp2

Description: Fixup the IRQ for USB devices which is exist on XLP9XX SOC PCIE bus.
Platform: | Size: 3072 | Author: giemljie | Hits:
« 12 »

CodeBus www.codebus.net