-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fw_fcp: check generation of response transaction
In 1394TA AV/C specification, at bus reset, AV/C transaction should be aborted. In Linux FireWire subsystem, the event of bus reset can be delayed enough after the successful response of AV/C transaction. It is just possible to check the aborted transaction only at handling the response. This commit adds generation argument to responded signal, then check request generation and response generation for being aborted. Signed-off-by: Takashi Sakamoto <[email protected]>
- Loading branch information
Showing
4 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
VOID:ENUM,UINT,UINT,POINTER,UINT | ||
VOID:UINT,POINTER,UINT | ||
VOID:UINT,UINT,POINTER,UINT | ||
ENUM:ENUM,UINT64,UINT,UINT,UINT,UINT,UINT,POINTER,UINT |