-
USBD的驱动程序,Linux环境下的usb device的驱动程序
USBD的驱动程序,Linux环境下的usb device的驱动程序-USBD drivers, Linux environment under the USB device driver
- 2023-03-14 05:25:03下载
- 积分:1
-
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of t...
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
- 2022-01-21 19:17:15下载
- 积分:1
-
device driver development document
device driver development document
- 2022-09-17 00:00:03下载
- 积分:1
-
这是一个查看USB设备枚举后状态的例程,虽然只…
这是微软的一个查看USB设备枚举后状态的例程,虽然它只支持到USB1.1,但是对于想做USB sniffer的开发者来说很应该读一读。-This is a USB device enumeration View condition after the routines, although only to the USB 1.1 support, but wants to develop the USB sniffers are concerned, it should read.
- 2022-05-19 02:48:31下载
- 积分:1
-
在产品的实际使用过程中,多次出现丢失ResidentFlash目录的现象,因为在写Flash时OS要先整理磁盘,如果这时掉电就可能烧坏Flash,为了防止这种故...
在产品的实际使用过程中,多次出现丢失ResidentFlash目录的现象,因为在写Flash时OS要先整理磁盘,如果这时掉电就可能烧坏Flash,为了防止这种故障隐患,修改了NandFlash驱动。通过修改NandFlash驱动,限制用户应用程序访问受限区域(nboot区域,toc区域,eboot区域,nk镜像区域,OEM区域),让这些区域被写保护,以达到保护flash的目的。-Products used in the actual process, the repeated loss of ResidentFlash directory phenomenon, because in writing when the OS first collated Flash disk, if at this time may be burned down Flash, in order to prevent such failures hidden amended the NANDFLASH drive . By modifying the NANDFLASH drive to restrict the user application to access restricted region (nboot region, toc region, eboot region, nk mirror region, OEM region), so that these areas are write-protected, so as to achieve the purpose of protection of flash.
- 2023-03-13 02:10:03下载
- 积分:1
-
Blaster is a simple application that illustrates Windows NT 5.0’s support of the...
Blaster is a simple application that illustrates Windows NT 5.0’s support of the IrDA protocol. IrDA provides reliable point to point connectivity between 2 computers equipped with infrared -Blaster is a simple application that illustrates Windows NT 5.0 s support of the IrDA protocol. IrDA provides reliable point to point connectivity between 2 computers equipped with infrared
- 2022-04-12 06:33:03下载
- 积分:1
-
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。...
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。-Call it
- 2023-05-18 01:20:03下载
- 积分:1
-
用VC编写的设备通讯程序,里面有很多规约,自己下载
用VC编写的设备通讯程序,里面有很多规约,自己下载-VC communications equipment prepared by the procedures, there are many statutes, see their own download
- 2022-02-15 13:43:40下载
- 积分:1
-
Wince应用程序开发驱动程序
嵌入式程序开发
Wince应用程序开发驱动程序
嵌入式程序开发-wince Application
- 2022-02-25 21:18:12下载
- 积分:1
-
该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了h...
该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the driver. access to the kernel and sdt data, the information loop. And the achievement of the hook function to achieve NtQuerySystemInformation implicit process possession of the function
- 2022-02-14 22:21:32下载
- 积分:1