Top "Driver" questions

Device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.

HTC windows 7 drivers

I have an HTC One V device, I am running some commands via ADB and using the drive mode to …

android windows-7 adb driver htc-android
Can I install an x64 driver with a test certificate WITHOUT disabling the driver signature?

I'm developing a virtual driver and QA needs to check out the x64 version on several Windows 7 machines. I have …

driver windows-7-x64 driver-signing
How to add poll function to the kernel module code?

As I know, to inform the user space from kernel space, one way is to using poll. That means kernel …

linux linux-kernel driver
How devices in device tree and platform drivers were connected

I read some articles about this topic. but none of them describes the details. What I know is: declare "compatible" …

linux driver platform device-tree
How do I read data from bar 0, from userspace, on a pci-e card in linux?

On windows there is this program called pcitree that allows you to set and read memory without writing a device …

linux driver pci
Signed INF driver works on the computer where it was signed, not others

My company purchased a Driver Signing Certificate from Go Daddy. I used it to sign a simple INF file that …

windows driver authenticode inf driver-signing
PostgreSQL driver for Go programming language

http://go-lang.cat-v.org/pure-go-libs lists two PosgreSQL drivers, but they haven't been updated since months and looking like one …

database postgresql driver go
Hook ZwTerminateProcess in x64 Driver (Without SSDT)

I found and read this question but I didn't found my answer SSDT hooking alternative in x64 systems I want …

64-bit hook driver sql-server-data-tools kernel-mode
Interfacing with TUN\TAP for MAC OSX (Lion) using Python

I found the following tun\tap example program and can not get it to work: http://www.secdev.org/projects/…

python networking driver tap tun
Installation and emulation of virtual USB Device

I already read Creating a Virtual USB Device and Virtual USB device about creating a virtual USB Device. I am …

windows usb driver device-emulation