Skip to content

Restart dumping a partition#60

Open
smurfix wants to merge 5 commits intoLekensteyn:masterfrom
smurfix:master
Open

Restart dumping a partition#60
smurfix wants to merge 5 commits intoLekensteyn:masterfrom
smurfix:master

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