]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
firewire: cdev: fix IR multichannel event documentation
authorClemens Ladisch <clemens@ladisch.de>
Mon, 12 Mar 2012 20:46:55 +0000 (21:46 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 17 Mar 2012 10:07:26 +0000 (11:07 +0100)
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>
include/linux/firewire-cdev.h

index 357dbfc2829e3f5ac3dc729f2b1b28345f91daea..cc1b570a2eb3130bd429f413a0159753fed18f79 100644 (file)
@@ -267,9 +267,8 @@ struct fw_cdev_event_iso_interrupt {
  *
  * This event is sent in multichannel contexts (context type
  * %FW_CDEV_ISO_CONTEXT_RECEIVE_MULTICHANNEL) for &fw_cdev_iso_packet buffer
- * chunks that have the %FW_CDEV_ISO_INTERRUPT bit set.  Whether this happens
- * when a packet is completed and/or when a buffer chunk is completed depends
- * on the hardware implementation.
+ * chunks that have been completely filled and that have the
+ * %FW_CDEV_ISO_INTERRUPT bit set.
  *
  * The buffer is continuously filled with the following data, per packet:
  *  - the 1394 iso packet header as described at &fw_cdev_event_iso_interrupt,