diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2012-03-12 16:46:55 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2012-03-17 06:07:26 -0400 |
commit | a7611e84bd06c70c8b0cd88cd1e474c3c42fee3e (patch) | |
tree | 10cf04ce7ceb4b24ffe08d7c739c5bd5a8142cc9 /include/linux/firewire-cdev.h | |
parent | 0c0efbacab8d70700d13301e0ae7975783c0cb0a (diff) |
firewire: cdev: fix IR multichannel event documentation
State more precisely when fw_cdev_event_iso_interrupt_mc is sent.
While the comment tried to reflect an amibuity in the OHCI
specification, there is only one method that is useful in practice,
and this also matches all the hardware implementations I've tested.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'include/linux/firewire-cdev.h')
-rw-r--r-- | include/linux/firewire-cdev.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/firewire-cdev.h b/include/linux/firewire-cdev.h index 357dbfc2829e..cc1b570a2eb3 100644 --- a/include/linux/firewire-cdev.h +++ b/include/linux/firewire-cdev.h | |||
@@ -267,9 +267,8 @@ struct fw_cdev_event_iso_interrupt { | |||
267 | * | 267 | * |
268 | * This event is sent in multichannel contexts (context type | 268 | * This event is sent in multichannel contexts (context type |
269 | * %FW_CDEV_ISO_CONTEXT_RECEIVE_MULTICHANNEL) for &fw_cdev_iso_packet buffer | 269 | * %FW_CDEV_ISO_CONTEXT_RECEIVE_MULTICHANNEL) for &fw_cdev_iso_packet buffer |
270 | * chunks that have the %FW_CDEV_ISO_INTERRUPT bit set. Whether this happens | 270 | * chunks that have been completely filled and that have the |
271 | * when a packet is completed and/or when a buffer chunk is completed depends | 271 | * %FW_CDEV_ISO_INTERRUPT bit set. |
272 | * on the hardware implementation. | ||
273 | * | 272 | * |
274 | * The buffer is continuously filled with the following data, per packet: | 273 | * The buffer is continuously filled with the following data, per packet: |
275 | * - the 1394 iso packet header as described at &fw_cdev_event_iso_interrupt, | 274 | * - the 1394 iso packet header as described at &fw_cdev_event_iso_interrupt, |