Skip to content

Commit

Permalink
Update device properties
Browse files Browse the repository at this point in the history
Increase device delays
Increase retry count

Signed-off-by: Szczepan Zalega <[email protected]>
  • Loading branch information
szszszsz committed Oct 10, 2017
1 parent 69fc2ff commit 7168f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Stick10::Stick10():


Stick20::Stick20():
Device(0x20a0, 0x4109, DeviceModel::STORAGE, 20ms, 10, 20ms)
Device(0x20a0, 0x4109, DeviceModel::STORAGE, 40ms, 25, 40ms)
{
setDefaultDelay();
}
Expand Down

0 comments on commit 7168f4a

Please sign in to comment.