Skip to content

Commit 6add87e

Browse files
committed
firewire: cdev: add new version of ABI to notify time stamp at request/response subaction of transaction
This commit adds new version of ABI for future new events with time stamp for request/response subaction of asynchronous transaction to user space. Link: https://lore.kernel.org/r/20230529113406.986289-3-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
1 parent dc7c516 commit 6add87e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/firewire/core-cdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#define FW_CDEV_VERSION_EVENT_REQUEST2 4
4444
#define FW_CDEV_VERSION_ALLOCATE_REGION_END 4
4545
#define FW_CDEV_VERSION_AUTO_FLUSH_ISO_OVERFLOW 5
46+
#define FW_CDEV_VERSION_EVENT_ASYNC_TSTAMP 6
4647

4748
struct client {
4849
u32 version;

include/uapi/linux/firewire-cdev.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ union fw_cdev_event {
457457
* 5 (3.4) - send %FW_CDEV_EVENT_ISO_INTERRUPT events when needed to
458458
* avoid dropping data
459459
* - added %FW_CDEV_IOC_FLUSH_ISO
460+
* 6 (6.5) - added some event for subactions of asynchronous transaction with time stamp
460461
*/
461462

462463
/**

0 commit comments

Comments
 (0)