Fix communications failures on USB suspend. (#97)
by
Kate J. Temkin
6 years 7 months
Fix communications failures on USB suspend. (#97)
Linux issues a `GET_STATUS` request to validate that a USB device has
correctly resumed after an idle suspend; but HackRF has thus far not
implemented `GET_STATUS`. As a result, Linux assumes our USB devices
are failing to resume, and winds up resetting them. Oops. ^-^