george2517
驱动牛犊
驱动牛犊
  • 注册日期2008-08-19
  • 最后登录2008-08-23
  • 粉丝0
  • 关注0
  • 积分5分
  • 威望14点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1342回复:1

新类型的usb外设应该用什么class和guid?

楼主#
更多 发布于:2008-08-23 19:05
现在新做个usb外设,不属于目前任何一种usb设备类型(image,hid etc),现在要做一个驱动安装用的inf文件,
那应该写什么class和guid值呢?
微软的ddk里面说,如果是usb外设的话,不能用usb 的class
USB
Class = USB
ClassGuid = {36fc9e60-c465-11cf-8056-444553540000}
This class includes system-supplied (bus) drivers of USB host controllers and drivers of USB hubs, but not drivers of USB peripherals.
rayyang2000
管理员
管理员
  • 注册日期2001-03-23
  • 最后登录2012-09-13
  • 粉丝3
  • 关注0
  • 积分1036分
  • 威望925点
  • 贡献值3点
  • 好评度823点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2008-08-25 08:20
class和class guid都可以随便定,只要和现有的不冲突
天天coding-debugging中----超稀饭memory dump file ======================================================== [b]Windows Device Driver Development and Consulting Service[/b] [color=blue][url]http://www.ybwork.com[/url][/color] ========================================================
游客

返回顶部