summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Follow ioctl changes and header file move.Gravatar Kristian Høgsberg 2007-04-172-3/+12
* Use correct payload size for two-operand lock transactions.Gravatar Jay Fenlason 2007-04-121-2/+2
* Use power-of-two max packet sizes.Gravatar Kristian Høgsberg 2007-04-121-1/+13
* Wrap receive tail pointer correctly.Gravatar Kristian Høgsberg 2007-04-121-1/+2
* Refactor packet queueing and use for both xmit and recv.Gravatar Kristian Høgsberg 2007-04-112-129/+54
* Fix warnings.Gravatar Kristian Høgsberg 2007-04-032-11/+17
* Implement raw1394_iso_xmit_sync(), remove debug code.Gravatar Kristian Høgsberg 2007-04-031-10/+33
* Handle rawiso dispositions.Gravatar Kristian Høgsberg 2007-04-031-7/+37
* Fix xmit payload packing, use pointers for circular buffer indices.Gravatar Kristian Høgsberg 2007-04-032-63/+58
* Make raw1394_iso_xmit_write work.Gravatar Kristian Høgsberg 2007-04-032-38/+98
* More work on iso receive; handle payload wrapping.Gravatar Kristian Høgsberg 2007-04-022-16/+28
* Decode iso headers properly.Gravatar Kristian Høgsberg 2007-03-311-8/+11
* Get rawiso receive a little closer to working.Gravatar Kristian Høgsberg 2007-03-283-58/+127
* Add the juju support work so far.Gravatar Kristian Høgsberg 2007-03-268-19/+2053
* 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-146-18/+55
* 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-093-13/+18
* add release notesGravatar ddennedy 2006-04-091-0/+4
* 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-232-3/+3
* documentation and header comment corrections from Stefan RichterGravatar ddennedy 2005-06-022-43/+57
* add functions for allocating and releasing bandwidth and channelsGravatar ddennedy 2005-02-166-5/+296
* 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-252-233/+616
* pkgconfig include path should not contain libraw1394Gravatar ddennedy 2004-11-201-1/+1
* bump version of isodump fileGravatar ddennedy 2004-11-192-2/+2
* port iso examples to rawiso APIGravatar ddennedy 2004-11-184-65/+109
* fix version and copyright in docsGravatar ddennedy 2004-11-111-3/+3
* remove m4, remove -O2 from CFLAGSGravatar ddennedy 2004-11-112-160/+1
* reorganize and update documentation; fix compiler warningGravatar ddennedy 2004-11-1114-1091/+5071
* revert kernel protocol versionGravatar ddennedy 2004-10-312-3/+2
* fix make dist without docGravatar ddennedy 2004-10-312-4/+3
* nother doc updateGravatar ddennedy 2004-10-301-0/+3
* bump versions, build fixes, and doc updatesGravatar ddennedy 2004-10-3012-38/+152
* 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
* Update for new version, 0.10.1.Gravatar bencollins 2003-09-262-2/+3
* Fixup async_stream to use same local req variable for reentrancy.Gravatar bencollins 2003-09-261-10/+10