···154154 * @request: Valid if @common.type == %FW_CDEV_EVENT_REQUEST155155 * @iso_interrupt: Valid if @common.type == %FW_CDEV_EVENT_ISO_INTERRUPT156156 *157157- * Convenience union for userspace use. Events could be read(2) into a char158158- * buffer and then cast to this union for further processing.157157+ * Convenience union for userspace use. Events could be read(2) into an158158+ * appropriately aligned char buffer and then cast to this union for further159159+ * processing. Note that for a request, response or iso_interrupt event,160160+ * the data[] or header[] may make the size of the full event larger than161161+ * sizeof(union fw_cdev_event). Also note that if you attempt to read(2)162162+ * an event into a buffer that is not large enough for it, the data that does163163+ * not fit will be discarded so that the next read(2) will return a new event.159164 */160165union fw_cdev_event {161166 struct fw_cdev_event_common common;