首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

USB HID介绍(5)

USB HID介绍(5)

SET_REPORT:主机发送一个Report给设备,用以设置input,output或者feature




描述
bmRequestType
0x21

bRequest
0x09

wValue
高字节表示报告类型
0x01:input
0x02utput
0x03:feature
other:reserved
低字节表示ReportID,如不使用设为0

wIndex
HID的interface索引值

wLength
Report长度

Data
Report内容


GET_IDLE




描述
bmRequestType
0xA1

bRequest
0x02

wValue
高字节0
低字节表示ReportID,如不使用设为0

wIndex
HID的interface索引值

wLength
1

Data
空闲速率


SET_IDLE



描述
bmRequestType
0x21

bRequest
0x0A

wValue
新的速率
低字节表示ReportID,如不使用设为0

wIndex
HID的interface索引值

wLength
0

Data



GET_PROTOCOL




描述
bmRequestType
0xA1

bRequest
0x03

wValue
0

wIndex
HID的interface索引值

wLength
1

Data
0 = Boot Protocol
1 = Report Protocol


SET_PROTOCOL




描述
bmRequestType
0x21

bRequest
0x0B

wValue
0 = Boot Protocol
1 = Report Protocol

wIndex
HID的interface索引值

wLength
0

Data


继承事业,薪火相传
返回列表