limee
驱动牛犊
驱动牛犊
  • 注册日期2004-03-02
  • 最后登录2006-07-25
  • 粉丝0
  • 关注0
  • 积分10分
  • 威望2点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:838回复:1

下面那段话讲了些什么

楼主#
更多 发布于:2004-04-21 00:30
Introduction to HID Minidrivers
HID minidrivers abstract the bus-specific details from
 the HID class. The USB Device Class Definition for
Human Interface Devices, Version 1.0, specification
(USB HID; available at http:
//www.usb.org/developers/hidpage.html ) refers only to
 devices connected by way of a USB bus; Microsoft
provides the HID minidriver for USB (Hidusb.sys) under
 Windows 2000 and Windows 98. Therefore, you do not
need write any drivers for HID-compliant devices that
 are connected using USB. However, by writing a HID
minidriver, you can make most external devices appear
 to be HID devices, regardless of the connector they
 use.            
small
驱动牛犊
驱动牛犊
  • 注册日期2003-10-02
  • 最后登录2005-03-03
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2004-04-21 09:49
这段话还真有点意思,hid 设备并不一定是usb接口的,可是微软提供了针对hid设备的中间层驱动(所谓minidriver),也就是说你如果你针对某种外设(外设的接口可以不是usb接口)写了一个hid设备的minidriver,那么这个设备可以仿真hid设备的功能。
游客

返回顶部