Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart dumping a partition #60

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

smurfix
Copy link

@smurfix smurfix commented Jan 13, 2019

Dumping a partition frequently runs into errors (at least on my system). This pull request adds two workarounds for this, by
(a) incorporating @Mathnerd314's read-retry patch
(b) if dumping to an existing file, append missing data instead of overwriting.

if not ((endpoint == 0x85 or endpoint == 3) and transfer_type == 3) then
return 0
end
-- if not ((endpoint == 0x85 or endpoint == 3) and transfer_type == 3) then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say this should be a separate PR as it is not related to the topic right?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants