Skip to content

Restart dumping a partition#60

Open
smurfix wants to merge 5 commits into
Lekensteyn:masterfrom
smurfix:master
Open

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

Conversation

@smurfix

@smurfix smurfix commented Jan 13, 2019

Copy link
Copy Markdown

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.

Comment thread lglaf.lua
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
Copy Markdown
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