summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* eventloop.c: apply patch from Jonas Bonn to retry read when failed with EINTR.Gravatar Dan Dennedy 2008-03-271-2/+3
* fix documentation on raw1394_update_config_romGravatar ddennedy 2007-10-141-1/+1
* Apply patch from Jon Schewe <jon.schewe@honeywell.com> to make valgrind happy...Gravatar ddennedy 2007-05-301-4/+26
* add documentation about existence of RAW1394DEVGravatar ddennedy 2007-02-171-2/+12
* add support for RAW1394DEV environment variable to override default /dev/raw1...Gravatar ddennedy 2007-02-171-5/+20
* added raw1394_read_cycle_timer, contributed by Pieter PalmersGravatar ddennedy 2007-02-145-14/+51
* bugfix segfault in raw1394_iso_shutdown on no iso activity due to not initial...Gravatar ddennedy 2006-10-171-2/+3
* apply optimization patch from Pieter Palmers that removes modulo operator fro...Gravatar ddennedy 2006-05-091-4/+16
* cleanup some compiler warningsGravatar ddennedy 2006-04-091-1/+1
* 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-092-8/+19
* Added a new callback response for iso_xmit handlers: RAW1394_ISO_AGAIN.Gravatar ddennedy 2006-03-042-0/+13
* 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-042-6/+15
* Add a comment that libraw does not allocate channels and bandwidth. ThisGravatar ddennedy 2005-07-011-0/+1
* bugfix stalling on iso transmission underflowGravatar ddennedy 2005-06-231-1/+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-163-1/+164
* add comment about assumptions made in raw1394_get_port_infoGravatar ddennedy 2004-11-261-0/+5
* apply patch from Matthias Hanel to fix uninitialized buffer and remove unnces...Gravatar ddennedy 2004-11-251-6/+1
* 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-119-678/+802
* revert kernel protocol versionGravatar ddennedy 2004-10-311-1/+1
* bump versions, build fixes, and doc updatesGravatar ddennedy 2004-10-303-7/+4
* 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-203-3/+18
* sync with driverGravatar weihs 2003-11-093-0/+94
* sync with driver version of this fileGravatar weihs 2003-11-091-2/+6
* Patch from Alexander Neundorf to add proto for raw1394_iso_recv_flush()Gravatar bencollins 2003-10-071-0/+3
* Fixup async_stream to use same local req variable for reentrancy.Gravatar bencollins 2003-09-261-10/+10
* Async stream support from Jim Radford.Gravatar bencollins 2003-09-113-0/+42
* Patch from Stephen Tiedemann to allow reentrancy in raw1394's usage ofGravatar bencollins 2003-07-227-200/+199
* Patch from Dan Maas to add raw1394_iso_recv_flush() call to API, using theGravatar bencollins 2003-07-172-3/+25
* Remove trailing whitespace, which automake chokes on.Gravatar bencollins 2003-07-171-1/+1
* Fix compiler warnings.Gravatar bencollins 2003-07-132-2/+3
* new_handle_on_port() error path fix from Jim RadfordGravatar dmaas 2003-04-071-1/+3
* add raw1394_new_handle_on_port() convenience functionGravatar dmaas 2003-03-262-1/+41
* Updates for new rawiso ioctl interface.Gravatar bencollins 2003-02-223-37/+125
* add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitGravatar dmaas 2003-01-155-39/+161
* implement tag matching for rawiso receptionGravatar dmaas 2003-01-153-4/+12
* back out previous commit - don't drop the legacy API just yetGravatar dmaas 2003-01-066-173/+130
* emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 2003-01-057-131/+174
* update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 2002-12-244-123/+236
* oops, irq_interval needs to be signedGravatar anonymous 2002-12-201-1/+1
* dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 2002-12-203-124/+48
* rawiso updates:Gravatar dmaas 2002-12-163-18/+25
* fix cplusplus extern C blockGravatar ddennedy 2002-11-181-4/+4
* merged rawiso branchGravatar ddennedy 2002-11-187-6/+488
* added missing arm.c from weihs branchGravatar ddennedy 2002-10-231-0/+93