Windows Vista 中有 USB HID 笔驱动程序吗?
如果是这样,为了使 Windows Vista 识别笔并加载笔驱动程序,USB 描述符有哪些要求?
我正在寻找相当于 HID 鼠标驱动程序、HID 键盘驱动程序和大容量存储驱动程序的笔。 上述示例驱动程序使 Windows、Linux 和 Mac OS 无需安装新驱动程序即可识别鼠标、键盘和记忆棒。
Windows Vista 对笔有很多本机支持,并且可以仅使用标准 HID 使用表(从 USB 协议的角度来看)来定义 USB 笔设备。 到目前为止,我能够制作符合鼠标和键盘资格的 USB HID 描述符(从操作系统的角度来看),并自动使用操作系统提供的标准驱动程序。
然而,对于我的笔,Windows Vista 仅加载通用 HID 驱动程序,并没有意识到该设备是“笔”。 使用绝对坐标定义笔而不是鼠标的动机是 Vista 支持“手势”等特殊功能,但这仅适用于笔/数字化仪设备。
Is there a USB HID pen driver in Windows Vista?
If so, what are the requirements for USB descriptors, in order to make Windows Vista recognize the pen and load the pen driver?
What I'm searching for is the pen equivalent to the HID mouse driver, HID keyboard driver and mass storage driver. The mentioned example drivers makes it possible for Windows, Linux and Mac OS to recognize mouse, keyboard and memory sticks without installing new drivers.
Windows Vista has a lot of native support for pen, and it is possible to define a USB pen device only using standard HID usage tables (from a USB protocol point of view). So far I'm able to make USB HID descriptors that qualify as mouse and keyboard (from OS point of view), and automatically uses the standard driver supplied by the OS.
For my Pen, however, Windows Vista just loads the generic HID driver, and does not realize that the device is a "pen". The motivation for defining a pen rather than a mouse with absolute coordinates, is that Vista supports special features like "gestures", but this is only enabled for Pen/Digitizer devices.
发布评论
评论(2)
看看这篇论文:https://www.microsoft.com/whdc/设备/输入/DigitizerDrvs_touch.mspx
Take a look at this paper: https://www.microsoft.com/whdc/device/input/DigitizerDrvs_touch.mspx
此链接对我帮助很大: https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/supporting-usages-in-digitizer-report-descriptors
This link helped me a lot: https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/supporting-usages-in-digitizer-report-descriptors