Ads
related to: hid compliant mouse driver xp
Search results
Results From The WOW.Com Content Network
Common devices such as keyboards and mice send reports that are compliant with standards set by the USB Implementers Forum (USB-IF). [8] When a vendor makes a custom USB HID class device, the reports formed by the device need to match the report description given during enumeration and the driver installed on the host system.
User-Mode Driver Framework (UMDF) is a device-driver development platform first introduced with Microsoft's Windows Vista operating system, and is also available for Windows XP. It facilitates the creation of drivers for certain classes of devices.
Whereas Microsoft mice and Microsoft keyboards were previously controlled from two separate programs – IntelliPoint and IntelliType – the Mouse and Keyboard Center is responsible for both kinds of devices. 32- and 64-bit versions of the software are available, and the program integrates with Windows 8 and above's "Modern UI" interface.
WinUSB is a generic USB driver provided by Microsoft, for their operating systems starting with Windows Vista but which is also available for Windows XP. It is aimed at simple devices that are accessed by only one application at a time (for example instruments like weather stations, devices that only need a diagnostic connection or for firmware upgrades).
IntelliPoint's help file IntelliMouse Explorer 3.0 Microsoft IntelliEye mouse Microsoft IntelliEye mouse Note: Version 8.0 and above dropped PS/2 support for the following list. As even adapters cannot assist, Microsoft keeps version 7.1 as an offered download for users who still own mice with PS/2 connectors (instead of USB ).
Mouse support also increased the number of buttons seen from four to eight. In DirectX 7.0 (1999- ), DirectInput added a long-promised feature of seeing individual mice much like individual joysticks, but the feature didn't work with the later released Windows XP , even though as of 2010 [update] it works with Windows 98/Me and DirectX 9.
In computing, a class driver is a type of hardware device driver that can operate a large number of different devices of a broadly similar type. Class drivers are very often used with USB based devices, which share the essential USB protocol in common, and devices with similar functionality can easily adopt common protocols.
WDM compliant drivers must follow rules of design, initialisation, plug-and-play, power management and memory allocation. In practice WDM driver programmers reuse large pieces of code when building new object-oriented drivers. This means that drivers in the WDM stack may contain residual functionality, which is not documented in specifications. [6]