First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
INF files licenses
Hello everyone, While developing an USB gadget and creating an INF file for it I stumbled across some licensing issues which I cannot figure out. First of all, for RNDIS I've used a template provided on MSDN at: <http://msdn.microsoft.com/en-us/library/ff570620(VS.85).aspx> Is it correct if I assume that... 29 Jun 2010 02:01
Kernel-Mode Code Signing Walkthrough
I am using the document "Kernel-Mode Code Signing Walkthrough" downloaded from this location: http://www.microsoft.com/whdc/driver/install/drvsign/kmcs-walkthrough.mspx (Updated: Jul 25, 2007). Is there newest document version, or some other up-to-date document about driver signing? Can I use this document as d... 16 Jun 2010 02:23
what WDF to use for WinXP 64bit?
Hi, i installed the Windows Driver Kits WDK 7600.16385.1 from microsoft using winXP 64bit version. The question: from the start menu the "Windows Driver Kits" does not contain any Build Environment for winXP for 64 bit? only x86 Checked/Free that is 32 bit. what is Build Environment that i can build the w... 13 Jun 2010 12:43
WDF to get the symbolic Name
HI, How I get the symbolic name from a device name by WDF macro or APIs ? My client driver can get a device Name form bus driver, but I don't know how to get the symbolic name by WDF. Thank you. ... 13 Jun 2010 09:23
installing a ramdisk device
If somebody was interested to a ramdisk manager, look here: http://code.msdn.microsoft.com/ramdisktools/Release/ProjectReleases.aspx?ReleaseId=4497 "Roberto Agostino" <roberto.ag(a)tre.it> ha scritto nel messaggio news:uQoACEI8KHA.1888(a)TK2MSFTNGP05.phx.gbl... Hi all! I am trying to make a ramdisk device... 12 Jun 2010 17:06
RNDIS, WLK 1.5, crash
Moin, I test a RNDIS device which is connected via USB to the host. During power management tests the RNDIS driver part usb8023x.sys holds the IRP too long and the driver verifier complains about it with DRIVER_POWER_STATE_FAILURE (9f) A driver is causing an inconsistent power state. The tests fail on XP x8... 12 Jun 2010 12:40
memory descriptor list
thanks for the link. Its an amazing article, prevented me from wasting hours on dis assembly of the Mm* functions. NT insider is marvelous resource for driver developers. ... 12 Jun 2010 05:02
memory descriptor list
thanks for the post. so this is how a MDL helps a DMA driver? it does the virtual to physical address translation and stores the physical addresses associated with each virtual page at the tail of the MDL structure? so if next time i access a particular virtual page via MDL.mappedSystemVa instead of translating ... 11 Jun 2010 12:35
memory descriptor list
hey! the size returned by MmSizeOfMdl (PMDL mymdl) = 0x20 or 32 bytes but if you look at the structure of the MDL its a constant 28 bytes :- Struct MDL { MDL* next; //what is this for? nywayz its 4 bytes short size; // 2 bytes short MdlFlags; //2 bytes eprocess proc; // pointer to a eprocess struct = 4 byt... 11 Jun 2010 10:20
WinUSB - WinUsb_ControlTransfer ignoring Index field?
I have a device that presents the standard Bluetooth HCI controller interface on USB. I can successfully open a handle to it via the standard methods (CreateFile, WinUsb_Initialize) and communicate via control transfers with interface 0. However, I want to send a request to interface 2. I initialize my WIN... 22 Jun 2010 09:22
First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39