This repository has been archived on 2022-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
libraw1394/src
Stefan Richter 788442d403 [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>
2008-12-03 19:56:32 -08:00
..
Makefile.am Move the source code files in the juju directory into the src directory and 2008-04-30 14:37:28 -07:00
arm.c Address some compiler warnings 2008-10-28 22:56:09 -07:00
csr.h - Added FCP register addresses 1999-12-18 16:02:15 +00:00
dispatch.c [libraw1394 patch] Fix raw1394_channel_modify() on firewire-core 2008-12-03 19:56:32 -08:00
errors.c Change handle validation to prevent segfault and be more informative. 2008-07-06 12:06:40 -07:00
eventloop.c Address some compiler warnings 2008-10-28 22:56:09 -07:00
fcp.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
fw-iso.c Address some compiler warnings 2008-10-28 22:56:09 -07:00
fw.c [libraw1394 patch] Fix raw1394_channel_modify() on firewire-core 2008-12-03 19:56:32 -08:00
fw.h [libraw1394 patch] Fix raw1394_channel_modify() on firewire-core 2008-12-03 19:56:32 -08:00
ieee1394-ioctl.h added raw1394_read_cycle_timer, contributed by Pieter Palmers 2007-02-14 05:29:18 +00:00
ieee1394.h Added ieee1394.h header. 2000-11-22 23:12:56 +00:00
iso.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
kernel-raw1394.h added raw1394_read_cycle_timer, contributed by Pieter Palmers 2007-02-14 05:29:18 +00:00
main.c Address some compiler warnings 2008-10-28 22:56:09 -07:00
raw1394.h [libraw1394 patch] Fix raw1394_channel_modify() on firewire-core 2008-12-03 19:56:32 -08:00
raw1394_private.h Move the source code files in the juju directory into the src directory and 2008-04-30 14:37:28 -07:00
readwrite.c First cut at integrating juju 2008-04-23 17:44:36 -07:00
version.c reorganize and update documentation; fix compiler warning 2004-11-11 03:19:09 +00:00