summaryrefslogtreecommitdiffstats
path: root/src/raw1394.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added isochronous I/O supportGravatar abombe 1999-12-291-10/+16
* Added prototypes for async write functionsGravatar abombe 1999-12-151-1/+6
* Initial revisionGravatar abombe 1999-12-021-0/+132
.2&id=e6e6375ceeef247586113cd8a39ea3e2f2124338&follow=1'>implement tag matching for rawiso receptionGravatar dmaas 3-4/+12 2003-01-06back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488