Top "Device-driver" questions

A device driver is a specialized software component (usually considered "system software") which allows a system to interact with a particular type or class of hardware device, such as a keyboard, serial port, disk drive, video display, memory controller, or other peripheral.

c++ device driver development in linux

I wanted to get more details for writing Graphics device drivers and audio device drivers using c++ for Linux box. …

c++ device-driver linux-device-driver
Getting device/driver information related to a COM port?

I have a Serial-to-USB device with a similarly named device driver in the Windows device manager. The devices do not …

java windows serial-port device-driver
zigbee hardware in mobile phone

Is it required for a mobile phone to have a dedicated Zigbee chip in order to be a Zigbee node (…

android iphone device-driver mobile-phones zigbee
Deleting .inf and .pnf Files

I manually install my driver using an .inf file. Until now, I deleted the oem.inf and .pnf files from …

device-driver wdk inf
Where can I systematically study how to write Mac OS X device drivers?

I'm looking for an exhaustive, university-level book or guide to study in order to gain the ability of writing Mac …

macos documentation device-driver iokit
How do I create a "netlink" between kernel and userspace?

I want to use netlink to communicate between an application and kernel space. My Linux kernel version is 2.6.28, and the …

c linux linux-kernel device-driver netlink
Create Virtual com port

I have to create virtual com port,by which I can communicate with other com port on machine,It is …

c++ winapi device-driver
Cheap Windows driver signing for 64 bit Windows 7

I need to install the libusb-win32 driver on Windows 7 64 bit machines. This driver is open source so it is not …

windows certificate code-signing device-driver
How to register this tablet to Ubuntu udev list?

I've got a cheap android tablet and I need to use it to test apps on it. I am using …

android android-emulator device-driver adb
Sending a specific SCSI command to a SCSI device in Windows

Does windows have specific interface by which I can send a specific scsi command such Inquiry to scsi device ? I …

windows winapi device-driver scsi