device-driver
win 7 hangs on restart because of tascam audio interface
In xp, my Tascam US 122 usb audio interface works fine. On my windows 7 computer the device works, however when i restart/shutdown it hangs 开发者_StackOverflowat the \"shutting down\" screen forever[详细]
2023-01-18 11:40 分类:问答Abstraction layers in device drivers
in my project I need to work with device drivers, but have a hard time to understand the naming,开发者_StackOverflow scope and function of the abstraction layers. As I see the main layer is HAL - \"ha[详细]
2023-01-18 09:00 分类:问答We're using winusb driver for our device, but it doesn't work on Windows 7 x64
What do we do wrong? Inf file: ; Adapted from the example INF in the Microsoft document \"How to Use WinUSB to Communicate wi开发者_如何学Goth a USB Device\"[详细]
2023-01-16 11:22 分类:问答Preprocessing on the sources file of device driver
C_DEFINES=$(C_DEFINES) -D_PRODUCT_A //C_DEFINES=$(C_DEFINES) -D_PRODUCT_B #ifdef PRODUCT_A // <- I want to d开发者_StackOverflowo doing like this in a sources file.[详细]
2023-01-15 11:11 分类:问答Code-Signing on WM6.1 Drivers
I\'ve already asked similar question on this issue on stack overflow already, but I believe this part of the issue can be separated into a new question.[详细]
2023-01-14 13:02 分类:问答Are there any open source C Library (not c++) for Windows Driver Development? [closed]
Closed. This question doe开发者_如何学Pythons not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-14 09:57 分类:问答Error of screen resolution using PrimaryMonitorSize or Caps
I have serious problems to detect screen resolution under vista64. I have 2 methods using C# to find the resolution backside of a webpage. Client side resolution using javascript is fine but backside[详细]
2023-01-14 08:32 分类:问答Problems getting a device driver to load at startup - WM6.1
Our embedded systems programmer has developed the shell of a virtual serial port driver for our mobile hardware, and I have been filling in the methods to get it to work. The driver does work as expec[详细]
2023-01-13 16:27 分类:问答Is there a way to directly query the file system device driver for listing out the files in a directory?
I\'m currently using FindFirstFile, FindNextFile API to recursively iterate through directories for searching files based on a given criteria. I noticed that \"dir /s\" command gives better performanc[详细]
2023-01-13 14:06 分类:问答solaris test driver crashes
In solaris I wrote a driver and it is crashing.. But my solaris kernel is also getting crashed because of it.The driver is getting loaded every time the system resets and kernel is dumping core and re[详细]
2023-01-11 12:22 分类:问答