diff options
| author | 2008-12-02 12:39:34 +0100 | |
|---|---|---|
| committer | 2008-12-03 19:56:32 -0800 | |
| commit | 788442d4031ecf06f00415e865cdd776d3c579f2 (patch) | |
| tree | ca02150a68e5b7bf57c8837ab4a214c8f95836f2 /src/raw1394.h | |
| parent | Fix segfault in juju's handle_arm_request (diff) | |
[libraw1394 patch] Fix raw1394_channel_modify() on firewire-core
(juju)
Reported by Adrian Knoth: fw_channel_modify() was unable to allocate
some channels which were actually free.
http://marc.info/?l=linux1394-devel&t=122818128900002
This can be easily fixed by replacing fw_channel_modify() by
ieee1394_channel_modify() because this is highlevel enough to work with
Juju as well. We only may want a separate fw_channel_modify() in the
future when firewire-core gains a special ioctl() for that.
Also fix a documentation typo: raw1394_channel_modify() did not show up
in extracted API documentation due to a cut'n'paste typo in raw1394.h.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Dan Dennedy <dan@dennedy.org>
Diffstat (limited to '')
| -rw-r--r-- | src/raw1394.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw1394.h b/src/raw1394.h index c489c20..7bfeb05 100644 --- a/src/raw1394.h +++ b/src/raw1394.h @@ -1203,7 +1203,7 @@ raw1394_bandwidth_modify (raw1394handle_t handle, unsigned int bandwidth, enum raw1394_modify_mode mode); /** - * raw1394_bandwidth_modify - allocate or release isochronous channel + * raw1394_channel_modify - allocate or release isochronous channel * @handle: a libraw1394 handle * @channel: isochronous channel * @mode: whether to allocate or free |
