First
|
Prev |
Next
|
Last
Pages: 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
Defining Automation Tables add interface for bda driver Hi I want to add private interface to BDA driver so the comunication with driver will be easy for specific application such as: debug device register value while watching TV remote controller receiving IR key code. I have try add ksproperty but it is not working. the default: /***********************... 4 Jan 2009 05:52
Installing WinUsb Hello all... I need some help from the experts here... how do I install the winusb driver? I looked at the inf file kindly given by lvr. I've made several changes but it still doesnt work. "the system cannot find the specified file" I've placed: WinUSBCoInstaller.dll WUDFUpdate_01005.dll WdfCoInstaller0100... 10 Dec 2008 15:51
USB Read or Write Pipe hangs. Hi all, I am facing one read and write pipe hang when I am using WDK WinUSB_WritePipe or WinUSB_ReadPipe function and standard Windows USB driver. After many read and write instructions have been performed, my device fails to get write acknowledge back from a host. At the host side, the write and read pipe hangs... 5 Dec 2008 01:01
Sleep Stress with IO test fail in The device's Problem Codes Hi, recently I wrote a hidmini driver for joystick device and ran sleep stress with io test. Sometimes it will fail in "The device's Problem Codes (if any) and... " item. And the error message is "Device is missing!" But if I doesn't install my mini driver and use microsoft's default minidriver(usbhid.sys). It c... 8 Dec 2008 07:05
Why WDF driver WHQL Test can pass Vista, but can't pass XP? I use the WDF sample code:usbsamp to modify for my USB device. I Add one feature for receiving SCSI commands into driver. This driver works well for XP and Vista. I put this driver to test WHQL(WLK 1.2). At Vista OS, it can pass(6 testing items), but At XP OS, it would fail 3 itmes("Device Path Exerciser"$B!... 31 Dec 2008 10:46
PnpDTest fail Hello, I have a trouble with PnPDTest from WLK v.1.2 I trying to pass Unclassified Signature Program and running DTM over my drivers It runs following command: pnpdtest.exe /remove /nodbgbreak /noenddialog /logo /device "driver_name", where driver_name is name of driver binary withou extension and in same... 2 Dec 2008 06:45
Shadow copy of file content in FS filter driver I whant to make copy of all files written to disk in the special folder. So I have my own file system filter driver, I create new file for shadow copy each time when dispatch routine for IRP_MJ_CREATE is called (with appropriate create options), and write to this file from dispatch routine for IRP_MJ_WRITE. I u... 27 Nov 2008 04:09
Bug Check 0xE3: RESOURCE_NOT_OWNED Hi, can someone please explain me, how this can happen?: --------------------------------------------------------------- Microsoft (R) Windows Debugger Version 6.10.0003.233 X86 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\crashdumps\20_11_2008_MEMORY.DMP] Kernel Summa... 20 Nov 2008 16:41
Regarding printer property pages If I don't use CPSUI to display printer property pages, what is the way to ensure that PROPSHEETUI_REASON_SET_RESULT will get called in the DrvDocumentPropertySheets() and DrvDevicePropertySheets()? I have used win32 dialogs instead of CPSUI and used pfnComPropSheet(hCompropSheet, CPSFUNC_SET_RESULT, 0, CPSUI_... 14 Nov 2008 03:28
HID Open and store Report Descriptor Solution: https://www.usb.org/phpbb/viewtopic.php?t=14135&sid=c2ab234c8fc76827b01b63c8194a165f ... 12 Nov 2008 15:16 |