Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not rely on SetupPacket on URB return from PDO
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