The device-driver-development tag has no wiki summary.
3
votes
3answers
478 views
how to get memory dump after blue screen
I'm getting a lovely BSOD on bootup (STOP: 0x0000007E) from a driver I'm writing, and would like to load up the memory dump for analysis. However, it's not getting dumped anywhere. Everything is ...
1
vote
1answer
47 views
Where does the information on the Windows Security dialog during driver installation come from?
We are currently working on a Windows device driver based on Jungo's WinDriver (not really the important part) framework. We have a VeriSign certificate and no issues with the signing process or the ...
0
votes
0answers
21 views
Instrument a Windows 7 Bluetooth stack
I'm working with various (mostly Bluetooth) development boards (ConnectBlue, Ubertooth, USRPs etc.) in order to research about Bluetooth communication behaviour at PHY level. In order to get some more ...
0
votes
2answers
46 views
Device Driver code compilation?
I am new to linux .i have to compile a device driver sample code.
i tried to install linux-source-2.6.38 from the synaptic, then it showed the message quoted below:
This package provides the source ...
0
votes
0answers
18 views
Porting a character device driver to android emulator
I created a simple character device driver for Linux. It is working fine. How can i port the device drive to android emulator?
0
votes
0answers
141 views
LCD Display Driver Development in Linux
I have plan to try my hands on 'develop a LCD Display Driver' for Linux
In the past I have developed SDIO/SDIO-UART driver in Linux.
After exploring a little bit in display driver front, came to the ...
0
votes
0answers
62 views
Best way to auto update custom driver?
For a client I am improving a system which among other things relies on a custom printer driver (for a virtual printer) used by a few hundred clients. The main problem they have with this driver, is ...
0
votes
2answers
362 views
Best book for learning windows device driver development?
I want to learn device driver development . I am planning to write small device driver for USB under windows platform. What is best book to start learning it ?