b20d02e3 | 22-Jul-2010 |
Stefan Richter <stefanr@s5r6.in-berlin.de> |
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 <stefanr@s5r6.in-berlin.de>
show more ...
|
92c16f7e | 22-Jul-2010 |
Stefan Richter <stefanr@s5r6.in-berlin.de> |
tools/firewire: nosy-dump: change to kernel coding style
This changes only - whitespace - C99 initializers - comment style - order of #includes - if { } else { } bracing
Signed-off-by: St
tools/firewire: nosy-dump: change to kernel coding style
This changes only - whitespace - C99 initializers - comment style - order of #includes - if { } else { } bracing
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
show more ...
|
a8461c0f | 22-Jul-2010 |
Stefan Richter <stefanr@s5r6.in-berlin.de> |
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 <stefanr@s5r6.in-berlin.de>
show more ...
|
1bcc69fb | 22-Jul-2010 |
Stefan Richter <stefanr@s5r6.in-berlin.de> |
tools/firewire: nosy-dump: fix it on x86-64
Replace 'unsigned long' and the (unaffected) 'unsigned int' by uint32_t if they represent quadlets.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin
tools/firewire: nosy-dump: fix it on x86-64
Replace 'unsigned long' and the (unaffected) 'unsigned int' by uint32_t if they represent quadlets.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
show more ...
|