Tag Archives: USB-HID

In computing, the USB human interface device class (USB HID class) is a part of the USB specification for computer peripherals: it specifies a device class (a type of computer hardware) for human interface devices such as keyboards, mice, game controllers and alphanumeric display devices.

Case: Virtual Device Drivers

We continue set of articles about interesting technology areas and solutions we have implemented or encountered in our projects. This article briefly describes our experience in development of virtual mouse drivers and virtual keyboard drivers. Virtual device driver definition Virtual device drivers represent a particular variant of device drivers. They are used to emulate a… Read More »