Welcome![Sign In][Sign Up]
Location:
Search - 2.4.18

Search list

[Embeded Linuxpatch-2.4.18-rmk7.gz

Description:
Platform: | Size: 734644 | Author: runningman | Hits:

[Embeded Linuxdevice-mapper-1.00.19-2.i386

Description: device-mapper-1.00.19-2.i386.rpm lvm2-2.00.25-1.01.i386.rpm mkinitrd-4.1.18-2.i386.rpm module-init-tools-3.2.tar.bz2
Platform: | Size: 1275463 | Author: wgain@126.com | 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:

[SourceCodeDBI-1.18

Description: DBI-1.18mysql-5.0.22
Platform: | Size: 198250 | Author: sansi2008 | Hits:

[Embeded Linuxs3c2410uda1341

Description: uda1341的linux-2.4.18音频驱动(s3c240)-uda1341 the linux-2.4.18 Audio Driver (s3c240)
Platform: | Size: 7168 | Author: keety | Hits:

[Linux-Unixlinux_2.4.18_mmc

Description: linux2.4.18 SD卡的驱动程序-linux2.4.18 SD Card Driver
Platform: | Size: 61440 | Author: lusterzhang | Hits:

[ARM-PowerPC-ColdFire-MIPSdm9ks_S3C2440_20070201_v7

Description: dm9000驱动目前在linux2.4.18上测试能正常使用-dm9000 driver in linux2.4.18 testing can be used normally
Platform: | Size: 9216 | Author: chen | Hits:

[Embeded Linuxled_linux2.4.18

Description: Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 } -Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0)
Platform: | Size: 5120 | Author: Jia-Yang Chen | Hits:

[SCM2410_keydriver_2.6.13

Description: 广州友善2410开发板-2.6.13内核下键盘驱动:广州友善2410开发板仅提供了2.4.18下的驱动,前些日子升级内核时把键盘驱动也更新了一下!通过外部中断(下降沿)的方式读取键盘按键编码值。同时上传了一个简单的测试程序和Makefile文件 -2410 Canton friendly-2.6.13 kernel development board under the keyboard driver: 2410 Canton-friendly development board provided only under the 2.4.18-driven, long ago when upgrading the kernel keyboard driver also updated the look! Through the external interrupt (falling edge) way to read the keyboard keys encoded value. At the same time, upload a simple test procedure and the Makefile file
Platform: | Size: 3072 | Author: gomo | Hits:

[Embeded Linuxt6963-071107

Description: s3c2410平台,linux-2.4.18内核,控制芯片T6963的frambuff底层驱动-S3C2410 platform, linux-2.4.18 kernel, control of the T6963 chip frambuff bottom drive
Platform: | Size: 9216 | Author: 流域 | Hits:

[Embeded Linuxs3c2410-ps2

Description: s3c2410平台,linux-2.4.18内核,I/O口模拟ps/2口键盘驱动,含Makefile,直接编译使用-S3C2410 platform, linux-2.4.18 kernel, I/O port simulation ps/2 keyboard I drive, including Makefile, direct the compiler to use
Platform: | Size: 84992 | Author: 流域 | Hits:

[ARM-PowerPC-ColdFire-MIPSi2c_driver

Description: ARM9 S3C2440 i2c linux2.4.18驱动-ARM9 S3C2440 i2c linux2.4.18 drive
Platform: | Size: 41984 | Author: xzw | Hits:

[ARM-PowerPC-ColdFire-MIPS2.4.18_module_mmc

Description: linux-2.4.18的下测MMC驱动程序,测试平台是s3c2440-linux-2.4.18 test next MMC driver, test platform is a S3C2440
Platform: | Size: 40960 | Author: Jason | Hits:

[Embeded LinuxYAFFS

Description: armer9 s3c2410开发平台的文件系统。linux2.4.18 源代码。可以直接使用-armer9 s3c2410 development platform file system. linux2.4.18 source code. Direct access to
Platform: | Size: 577536 | Author: 赵先生 | Hits:

[Embeded Linuxdtest

Description: 刚学LINUX驱动模块时写的一个测试程序,在S3C2410平台,2.4.18版本上编译并运行,对linux刚入门的朋友应该是个帮助-LINUX driver just learning to write a module test procedures, the S3C2410 platform version 2.4.18 compiled and run on linux just getting started should be a friend to help
Platform: | Size: 76800 | Author: huming | Hits:

[Internet-Networkcs8900a

Description: 2410 2.4.18内核 8900网卡驱动-2410 s 8900 netcard s driver for linux 2.4.18kernel
Platform: | Size: 8192 | Author: ljinx | Hits:

[Embeded Linuxguitest

Description: Minigui示例代码,Minigui1.3.3和Minigui1.6.10都编译通过,目标系统arm s3c2410,linux2.4.18,cramsfs文件系统-Minigui sample code, Minigui1.3.3 and Minigui1.6.10 are compiled by the target system, arm s3c2410, vivi,linux2.4.18, cramsfs File System
Platform: | Size: 2401280 | Author: | Hits:

[Embeded Linuxuda1341--2.6kernel

Description: 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。-This was mainly driven by migration is the original 2 .. 4.18 kernel 2.6.11 directly to the 1341 driver on the transplant did not use ALSA.
Platform: | Size: 121856 | Author: along | Hits:

[Othertk8.4.18

Description: tk dierctory for for NS 2 sooftware
Platform: | Size: 1347584 | Author: ok | Hits:

[Embeded Linuxarm-s3c2410-uda1341

Description: S3C2410 UDA1341 2.4.18 驱动,已经调试通过,完全好用。-S3C2410 UDA1341 2.4.18 driver, has been debugged, completely easy to use.
Platform: | Size: 9216 | Author: chaiguangren | Hits:
« 12 3 4 5 6 7 8 9 10 ... 39 »

CodeBus www.codebus.net