summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added copyright headers.Gravatar aeb 2000-06-146-0/+54
* Fix size of error field.Gravatar aeb 2000-06-091-2/+2
* Modified support for 32/64 bit environments, control struct fields have fixed...Gravatar aeb 2000-06-025-30/+26
* Added support for environments with 64 bit kernel and 32 bit userland.Gravatar aeb 2000-05-286-7/+18
* Fixed missing setting of ext code in raw1394_start_lock()Gravatar aeb 2000-04-271-0/+1
* Fixed lock transaction to actually return response value.Gravatar aeb 2000-04-152-5/+8
* Add userdata functions.Gravatar aeb 2000-04-053-0/+18
* Version++ and age++ for libtool version info.Gravatar aeb 2000-03-171-1/+1
* Added FCP monitoring test.Gravatar aeb 2000-03-162-7/+46
* Use correct typedef in my_tag_handler().Gravatar aeb 2000-03-161-1/+1
* Fix spelign of raw1394_set_fcp_handler().Gravatar aeb 2000-03-161-3/+3
* Added FCP listen functionality.Gravatar aeb 2000-03-166-1/+98
* Renamed 'new' args to 'new_h' for C++ compatibility.Gravatar aeb 2000-03-121-3/+4
* Added lock transaction.Gravatar abombe 2000-02-062-0/+53
* Changed iso rcv handling to separate handlers per channel.Gravatar abombe 2000-02-045-23/+33
* Added isochronous I/O supportGravatar abombe 1999-12-297-31/+116
* - Added FCP register addressesGravatar abombe 1999-12-181-0/+7
* Added prototypes for async write functionsGravatar abombe 1999-12-151-1/+6
* Initial revisionGravatar abombe 1999-12-029-0/+775
w1394.h?h=v2.0.2&id=1dd7ffd1c84054ec61c0609403228d09ca8e0b23&follow=1'>oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@97 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; ↵Gravatar anonymous 3-124/+48 brought kernel-raw1394.h back in sync with the kernel version git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 - changed return type of rawiso xmit/recv handlers from int to enum raw1394_iso_disposition - added an ioctl (RAW1394_ISO_QUEUE_ACTIVITY) to force an ISO_ACTIVITY event into the queue. This is needed for handling RAW1394_ISO_DEFER, to kick us out of the next read() instead of sleeping forever. - removed references to "8-byte" isochronous header - this is an OHCI-specific implementation detail git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@95 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@94 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab