summaryrefslogtreecommitdiffstats
path: root/src/iso.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* First cut at integrating jujuGravatar Dan Dennedy 2008-04-231-127/+68
* added raw1394_read_cycle_timer, contributed by Pieter PalmersGravatar ddennedy 2007-02-141-0/+14
* apply optimization patch from Pieter Palmers that removes modulo operator fro...Gravatar ddennedy 2006-05-091-4/+16
* lock allocated isochronous packet tracking memoryGravatar ddennedy 2006-04-091-1/+16
* remove memory allocations for isochronous operations from the libraw1394 even...Gravatar ddennedy 2006-04-091-7/+17
* Added a new callback response for iso_xmit handlers: RAW1394_ISO_AGAIN.Gravatar ddennedy 2006-03-041-0/+8
* Fix raw1394_iso_xmit_write() to work with recent kernel change to raw1394Gravatar ddennedy 2005-07-041-1/+1
* add sanity check to queuing of packets in rawiso xmitGravatar ddennedy 2005-07-041-1/+4
* bugfix stalling on iso transmission underflowGravatar ddennedy 2005-06-231-1/+1
* reorganize and update documentation; fix compiler warningGravatar ddennedy 2004-11-111-97/+0
* Patch from Alexander Neundorf to support differing ISO rx modes. CurrentlyGravatar bencollins 2003-11-201-3/+7
* Patch from Stephen Tiedemann to allow reentrancy in raw1394's usage ofGravatar bencollins 2003-07-221-9/+9
* Patch from Dan Maas to add raw1394_iso_recv_flush() call to API, using theGravatar bencollins 2003-07-171-3/+23
* Fix compiler warnings.Gravatar bencollins 2003-07-131-2/+2
* Updates for new rawiso ioctl interface.Gravatar bencollins 2003-02-221-19/+19
* add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitGravatar dmaas 2003-01-151-36/+139
* implement tag matching for rawiso receptionGravatar dmaas 2003-01-151-2/+10
* back out previous commit - don't drop the legacy API just yetGravatar dmaas 2003-01-061-3/+80
* emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 2003-01-051-80/+3
* update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 2002-12-241-86/+171
* rawiso updates:Gravatar dmaas 2002-12-161-2/+8
* merged rawiso branchGravatar ddennedy 2002-11-181-0/+329
* Add kernel-doc style documentation headers for most exported functions.Gravatar aeb 2002-10-131-1/+15
* Work around compiler warnings for int/ptr casts.Gravatar aeb 2000-09-101-2/+2
* Added copyright headers.Gravatar aeb 2000-06-141-0/+9
* Modified support for 32/64 bit environments, control struct fields have fixed...Gravatar aeb 2000-06-021-2/+2
* Added support for environments with 64 bit kernel and 32 bit userland.Gravatar aeb 2000-05-281-1/+2
* Added isochronous I/O supportGravatar abombe 1999-12-291-0/+64