Skip to content

Commit

Permalink
Hydradancer now works with with usbproxy in highspeed and fullspeed
Browse files Browse the repository at this point in the history
  • Loading branch information
kauwua committed Jul 20, 2024
1 parent 9080438 commit a5b8021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facedancer/backends/hydradancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def handle_data_endpoints(self):
if len(self.ep_transfer_queue[ep_num][0][0]) == 0:
self.ep_transfer_queue[ep_num].pop(0)
else:
self.connected_device.handle_data_requested(ep)
self.connected_device.handle_nak(ep_num)

# def handle_data_endpoints_legacy(self):
# """
Expand Down

0 comments on commit a5b8021

Please sign in to comment.