summaryrefslogtreecommitdiffstats
path: root/src/raw1394.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add raw1394_read_cycle_timer_and_clock() APIGravatar Stefan Richter 2012-06-181-3/+29
* Tweak raw1394_add_config_rom_descriptor() API, add documentation and test caseGravatar Stefan Richter 2012-06-181-6/+57
* Add raw1394_add_config_rom_descriptor() and raw1394_remove_config_rom_descrip...Gravatar B.J. Buchalter 2012-06-171-0/+9
* Fix documentation of return values of raw1394_start_ family of functionsGravatar Stefan Richter 2010-02-011-7/+7
* Fix "make doc".Gravatar Stefan Richter 2010-01-101-11/+7
* [libraw1394 patch] Fix raw1394_channel_modify() on firewire-coreGravatar Stefan Richter 2008-12-031-1/+1
* Change handle validation to prevent segfault and be more informative.Gravatar Dan Dennedy 2008-07-061-6/+8
* Fix raw1394_read_cycle_timer after juju integrationGravatar Stefan Richter 2008-07-051-1/+1
* libraw1394.sgml, raw1394.h: remove information about deprecated isochronousGravatar Dan Dennedy 2008-04-291-2/+2
* First cut at integrating jujuGravatar Dan Dennedy 2008-04-231-95/+1
* fix documentation on raw1394_update_config_romGravatar ddennedy 2007-10-141-1/+1
* add documentation about existence of RAW1394DEVGravatar ddennedy 2007-02-171-2/+12
* added raw1394_read_cycle_timer, contributed by Pieter PalmersGravatar ddennedy 2007-02-141-1/+19
* Added a new callback response for iso_xmit handlers: RAW1394_ISO_AGAIN.Gravatar ddennedy 2006-03-041-0/+5
* add sanity check to queuing of packets in rawiso xmitGravatar ddennedy 2005-07-041-5/+11
* Add a comment that libraw does not allocate channels and bandwidth. ThisGravatar ddennedy 2005-07-011-0/+1
* documentation and header comment corrections from Stefan RichterGravatar ddennedy 2005-06-021-19/+23
* add functions for allocating and releasing bandwidth and channelsGravatar ddennedy 2005-02-161-1/+53
* improve reference documentationGravatar ddennedy 2004-11-251-75/+192
* port iso examples to rawiso APIGravatar ddennedy 2004-11-181-1/+1
* reorganize and update documentation; fix compiler warningGravatar ddennedy 2004-11-111-256/+800
* Patch from Jim Radford. Other half of packet_per_buffer ABI cleanup.Gravatar bencollins 2003-12-091-3/+3
* Patch from Alexander Neundorf to support differing ISO rx modes. CurrentlyGravatar bencollins 2003-11-201-0/+8
* sync with driverGravatar weihs 2003-11-091-0/+30
* Patch from Alexander Neundorf to add proto for raw1394_iso_recv_flush()Gravatar bencollins 2003-10-071-0/+3
* Async stream support from Jim Radford.Gravatar bencollins 2003-09-111-0/+7
* add raw1394_new_handle_on_port() convenience functionGravatar dmaas 2003-03-261-1/+9
* add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitGravatar dmaas 2003-01-151-0/+15
* implement tag matching for rawiso receptionGravatar dmaas 2003-01-151-1/+1
* update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 2002-12-241-6/+18
* dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 2002-12-201-12/+12
* rawiso updates:Gravatar dmaas 2002-12-161-16/+16
* fix cplusplus extern C blockGravatar ddennedy 2002-11-181-4/+4
* merged rawiso branchGravatar ddennedy 2002-11-181-0/+60
* merged weihs branchGravatar ddennedy 2002-10-231-0/+199
* Add kernel-doc style documentation headers for most exported functions.Gravatar aeb 2002-10-131-1/+0
* Handle generation number is not automatically advanced with bus reset.Gravatar aeb 2001-05-141-3/+15
* Add libraw1394 autoconf macro (not yet complete).Gravatar aeb 2001-02-051-0/+7
* Put 'extern "C"' for C++ back in.Gravatar aeb 2001-01-311-1/+1
* First implementation of new error reporting API.Gravatar aeb 2001-01-191-14/+23
* Added missing prototypes for iso send functions.Gravatar aeb 2000-09-011-0/+7
* Added raw1394_get_irm_id().Gravatar aeb 2000-08-081-0/+1
* Added raw1394_reset_bus() call.Gravatar aeb 2000-07-051-0/+4
* Fixed lock transaction to actually return response value.Gravatar aeb 2000-04-151-2/+3
* Add userdata functions.Gravatar aeb 2000-04-051-0/+7
* Fix spelign of raw1394_set_fcp_handler().Gravatar aeb 2000-03-161-3/+3
* Added FCP listen functionality.Gravatar aeb 2000-03-161-0/+17
* Renamed 'new' args to 'new_h' for C++ compatibility.Gravatar aeb 2000-03-121-3/+4
* Added lock transaction.Gravatar abombe 2000-02-061-0/+5
* Changed iso rcv handling to separate handlers per channel.Gravatar abombe 2000-02-041-3/+8
ux1394.org/libraw1394/trunk@97 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; ↵Gravatar anonymous 3-124/+48 brought kernel-raw1394.h back in sync with the kernel version git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 - changed return type of rawiso xmit/recv handlers from int to enum raw1394_iso_disposition - added an ioctl (RAW1394_ISO_QUEUE_ACTIVITY) to force an ISO_ACTIVITY event into the queue. This is needed for handling RAW1394_ISO_DEFER, to kick us out of the next read() instead of sleeping forever. - removed references to "8-byte" isochronous header - this is an OHCI-specific implementation detail git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@95 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@94 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab