diff options
-rw-r--r-- | include/linux/firewire-cdev.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/linux/firewire-cdev.h b/include/linux/firewire-cdev.h index baa8290c8416..40b11013408e 100644 --- a/include/linux/firewire-cdev.h +++ b/include/linux/firewire-cdev.h | |||
@@ -256,8 +256,12 @@ union fw_cdev_event { | |||
256 | * 1 (2.6.22) - initial version | 256 | * 1 (2.6.22) - initial version |
257 | * 2 (2.6.30) - changed &fw_cdev_event_iso_interrupt.header if | 257 | * 2 (2.6.30) - changed &fw_cdev_event_iso_interrupt.header if |
258 | * &fw_cdev_create_iso_context.header_size is 8 or more | 258 | * &fw_cdev_create_iso_context.header_size is 8 or more |
259 | * (2.6.32) - added time stamp to xmit &fw_cdev_event_iso_interrupt | ||
260 | * (2.6.33) - IR has always packet-per-buffer semantics now, not one of | ||
261 | * dual-buffer or packet-per-buffer depending on hardware | ||
262 | * 3 (2.6.34) - made &fw_cdev_get_cycle_timer reliable | ||
259 | */ | 263 | */ |
260 | #define FW_CDEV_VERSION 2 | 264 | #define FW_CDEV_VERSION 3 |
261 | 265 | ||
262 | /** | 266 | /** |
263 | * struct fw_cdev_get_info - General purpose information ioctl | 267 | * struct fw_cdev_get_info - General purpose information ioctl |
@@ -556,6 +560,9 @@ struct fw_cdev_stop_iso { | |||
556 | * @cycle_timer consists of 7 bits cycleSeconds, 13 bits cycleCount, and | 560 | * @cycle_timer consists of 7 bits cycleSeconds, 13 bits cycleCount, and |
557 | * 12 bits cycleOffset, in host byte order. Cf. the Cycle Time register | 561 | * 12 bits cycleOffset, in host byte order. Cf. the Cycle Time register |
558 | * per IEEE 1394 or Isochronous Cycle Timer register per OHCI-1394. | 562 | * per IEEE 1394 or Isochronous Cycle Timer register per OHCI-1394. |
563 | * | ||
564 | * In version 1 and 2 of the ABI, this ioctl returned unreliable (non- | ||
565 | * monotonic) @cycle_timer values on certain controllers. | ||
559 | */ | 566 | */ |
560 | struct fw_cdev_get_cycle_timer { | 567 | struct fw_cdev_get_cycle_timer { |
561 | __u64 local_time; | 568 | __u64 local_time; |