Skip to content

Commit

Permalink
Do not rely on SetupPacket on URB return from PDO
Browse files Browse the repository at this point in the history
It turns out that there are specific Windows/USB Root Hub/USB Device
combinations for which the initially "unknown URB" that returns from PDO as
URB_FUNCTION_CONTROL_TRANSFER *DOES NOT* contain valid SetupPacket data.
Thus do not rely on this, and instead revert completely to the old
capture method of control packets.

See issue #83 for more information.
  • Loading branch information
desowin committed Jul 3, 2019
1 parent 8625147 commit 7fab039
Showing 1 changed file with 471 additions and 552 deletions.
Loading

0 comments on commit 7fab039

Please sign in to comment.