|
First
|
Prev |
Next
|
Last
Pages: 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522
HID and DirectInput ? (WDM Driver hidgame) Hello, I modified the poll function of the hidgame example of Windows XP DDK for my device and I recompiled the driver. I installed the driver and I added the registry keys. I go in the Game Controller panel, I add my joystick controller. When I test my driver in proprieties it function. I can see when I push ... 31 Aug 2005 15:21
About the DrvCopyBits function. My driver is a virtual printer driver.It used a device managed surface and implemented DrvCopyBits and other painting functions.Here ,The DrvCopyBits needs to be paid attention.. The DrvCopyBits function have six intake parameters,thereinto,The fifths parameter prclDest, the destination rectangle that defines... 3 Sep 2005 01:14
MPIO driver installation Hi, As I understood the Microsoft MPIO drivers, are not DIFx compatible and additional MSI custom actions had to be developed for Driver consistency and compatibility checks and MPIO upgrade / rollback operations. Do you have any MSI file or other sample for installing MPIO driver including taking care... 30 Aug 2005 03:16
USBSTOR.SYS A Z40 USB device ( 4.0 G ) got unaccessible after the W2K came up with the error message "Write delay failed". This was because I tried to copy a file that is 136 M in size. May be the real issue arose when I unplugged the USB device instead of correctly notifying W2K of my intention to unplug it. Has an... 31 Aug 2005 18:09
About IOCTL_HID_GET_FEATURE Hi, I need to create an Asyn IRP for IOCTL_HID_GET_FEATURE. But I can't find any sample in DDK or WDM book for it. Here are the partial codes: irp = IoAllocateIrp(DeviceExtension->TopOfStackDriver->StackSize + 1, FALSE); if(irp == NULL) { ExFreePool(report); return STATUS_INSUFFICIENT_RESOURC... 29 Aug 2005 15:25
OEMUI and OEMUNI Hi all, I'm developing the Unidrv based printer driver, and I made use of oemdll sample in DDK under win2k. Also I successfully added one dialog page to the UI plugin. Now what I want to do is to allow user to enter some values in the text boxes provided, and then I need my driver to take these values as Paper Heig... 2 Sep 2005 14:32
MmAllocateContiguousMemory in WDM drivers Is it really so, what I just have read: MmAllocateContiguousMemory should not used in WDM drivers? Why? I use it to put a scatter gather list into my hardware. With AllocateCommonBuffer I cannot define a HighestAcceptableAddress. My DMA controller supports 64 bit transfers, but for the SGList entries there is on... 25 Aug 2005 05:05
Firefly example sends HID related Hi All, I have some queries here regarding the DDK's firefly example. In its vfeature.cpp, it sends IOCTL_HID_GET_COLLECTION_INFORMATION IOCTL_HID_GET_COLLECTION_DESCRIPTOR IOCTL_HID_SET_FEATURE to the Top most driver of the driver stack instead of the one just below the firefily filter. I just wonde... 28 Aug 2005 11:33
WinXP x64 STREAM.SYS 0x3b Crash I have developed my own kernel mode streaming driver based on the WinDDK sample 1394ohci/SONYDCAM.SYS for our 1394 products. The SONYDCAM.SYS driver which ships with XP x64 seems to work fine, but my driver reacts differently. Driver Initialize is completely successful and load properly. After it is loaded, ... 6 Sep 2005 00:12
Video Capture Hi, I'm new to device drivers. I want to write a driver that captures the PC screen (or another window) and sends the raw video to a hardware dvice via the USB or PCI bus. All video capture examples that I have seen show video capture from the external hardware into the PC (for render or storage). I need the ... 25 Aug 2005 04:34 |