| b20d02e3 | 22-Jul-2010 |
Stefan Richter <[email protected]> |
tools/firewire: nosy-dump: increment program version
Since version 0.3 from Kristian's repository, there should actually be no change in functionality except for the x86-64 fix. Nevertheless, make
tools/firewire: nosy-dump: increment program version
Since version 0.3 from Kristian's repository, there should actually be no change in functionality except for the x86-64 fix. Nevertheless, make it distinct from the original nosy-dump --- just in case and also because of potential future changes.
Signed-off-by: Stefan Richter <[email protected]>
show more ...
|
| a8461c0f | 22-Jul-2010 |
Stefan Richter <[email protected]> |
tools/firewire: nosy-dump: work around segfault in decode_fcp
If I run "nosy-dump --view=transaction" with my camcorder on battery instead of mains, it segfaults very quickly because of !t->request.
tools/firewire: nosy-dump: work around segfault in decode_fcp
If I run "nosy-dump --view=transaction" with my camcorder on battery instead of mains, it segfaults very quickly because of !t->request. Perhaps this is because of increased likelyhood of incomplete transactions (ack_busy when host writes to camcorder's FCP_Request) and a bug deeper in nosy-dump's transaction housekeeping. This is a quick workaround to get me going.
Signed-off-by: Stefan Richter <[email protected]>
show more ...
|