USB services: Difference between revisions
manu strings |
→GetReportData: manu strings |
||
Line 319: | Line 319: | ||
! Offset || Size || Description | ! Offset || Size || Description | ||
|- | |- | ||
| | | 0x0 || 0x10*0x8(0x80) || 0x8 entries 0x10-bytes each for each report. | ||
|- | |- | ||
| 0x80 || 0x4 || u32 report count | | 0x80 || 0x4 || u32 report count | ||
|} | |||
Entry data: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset || Size || Description | |||
|- | |||
| 0x0 || 0x4 || u32 id (urbId from post-buffer commands) | |||
|- | |||
| 0x4 || 0x4 || u32 requestedSize | |||
|- | |||
| 0x8 || 0x4 || u32 transferredSize | |||
|- | |||
| 0xC || 0x4 || u32 urb status | |||
|- | |||
|} | |} | ||