From: David Moore Date: Wed, 23 Jul 2008 06:23:40 +0000 (-0700) Subject: firewire: Include iso timestamp in headers when header_size > 4 X-Git-Tag: v2.6.30-rc1~644^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa292bb1c53500e3ab570b955d03afa97a9404d;p=pandora-kernel.git firewire: Include iso timestamp in headers when header_size > 4 Previously, when an iso context had header_size > 4, the iso header (len/tag/channel/tcode/sy) was passed to userspace followed by quadlets stripped from the payload. This patch changes the behavior: header_size = 8 now passes the header quadlet followed by the timestamp quadlet. When header_size > 8, quadlets are stripped from the payload. The header_size = 4 case remains identical. Since this alters the semantics of the API, the firewire API version needs to be bumped concurrently with this change. This change also refactors the header copying code slightly to be much easier to read. Signed-off-by: David Moore Signed-off-by: Stefan Richter --- Reading git-diff-tree failed