commit | 18e9b10fcdc090d3a38606958167d5923c7099b7 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Mar 10 21:02:21 2009 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Mar 24 20:56:50 2009 +0100 |
tree | fd83055d908e8786afc9b3fbc791b57b2ba10c33 | |
parent | 664d8010b170ae8b3ce9268b4f4da934d27b0491 [diff] |
firewire: cdev: add closure to async stream ioctl This changes the as yet unreleased FW_CDEV_IOC_SEND_STREAM_PACKET ioctl to generate an fw_cdev_event_response event just like the other two ioctls for asynchronous request transmission do. This way, clients get feedback on successful or unsuccessful transmission. This also adds input validation for length, tag, channel, sy, speed. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>