summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* merged weihs branchGravatar ddennedy 2002-10-237-16/+555
* Add kernel-doc style documentation headers for most exported functions.Gravatar aeb 2002-10-138-12/+343
* Fix wrong error mapping in raw1394_error_to_errno() on local transactions.Gravatar aeb 2001-06-271-1/+2
* Moved testlibraw.c from src to tools directory.Gravatar aeb 2001-06-082-175/+0
* Handle generation number is not automatically advanced with bus reset.Gravatar aeb 2001-05-144-8/+26
* Store returned generation count after setting of port.Gravatar aeb 2001-03-211-0/+1
* testlibraw gets installed now.Gravatar aeb 2001-02-281-1/+1
* Let received iso header be big endian, to be consistent.Gravatar aeb 2001-02-271-1/+2
* Add libraw1394 autoconf macro (not yet complete).Gravatar aeb 2001-02-053-0/+29
* Put 'extern "C"' for C++ back in.Gravatar aeb 2001-01-311-1/+1
* Adapted testlibraw to new style error handling.Gravatar aeb 2001-01-271-17/+18
* Fix building errors.c.Gravatar aeb 2001-01-192-0/+2
* First implementation of new error reporting API.Gravatar aeb 2001-01-196-25/+129
* Added ieee1394.h header.Gravatar aeb 2000-11-222-1/+37
* Fix raw1394_start_iso_write() which uses wrong variable.Gravatar aeb 2000-09-131-1/+1
* Work around compiler warnings for int/ptr casts.Gravatar aeb 2000-09-105-10/+18
* Added missing prototypes for iso send functions.Gravatar aeb 2000-09-011-0/+7
* Added raw1394_get_irm_id().Gravatar aeb 2000-08-086-7/+38
* Added support for isochronous sending.Gravatar aeb 2000-08-062-0/+34
* Added raw1394_reset_bus() call.Gravatar aeb 2000-07-053-0/+19
* - Set library version info in configure.in, use in src/Makefile.am.Gravatar aeb 2000-06-223-2/+5
* Update libtool version number.Gravatar aeb 2000-06-151-1/+1