最終更新:2015-03-09 (月) 19:35:13 (3335d)  

SET_IDLE
Top / SET_IDLE

ホストがファンクション・デバイスのアイドル率を設定するためのリクエスト

  • The Set_Idle request silences a particular report on the Interrupt In pipe until a new event occurs or the specified amount of time passes.

目的

  • saves bandwidth by limiting the reporting frequency of an interrupt IN endpoint when the data hasn’t changed since the last report.

wValue

MSB間隔4ms単位。0x00の時は値が変わった時だけ報告(変化がないときはNAK応答)
LSBレポートID0x00の時は全部のInputレポート

メモ

  • キーボードはIdleリクエストをサポートしなければいけません。

関連