summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac, Changelog, NEWS: update to version 2.1.1v2.1.1Gravatar Stefan Richter 2015-04-283-1/+37
* Align fw_handle buffer for 64-bit accessGravatar Aaro Koskinen 2015-04-281-1/+1
* Prevent requests for previously provided iso tx packetsGravatar Jonathan Woithe 2015-04-281-2/+2
* Fix memory leak in response handlerGravatar Lee Cewd 2015-04-281-3/+5
* Save and restore errno in raw1394_new_handle{,_on_port} for legacy applicationsGravatar Stefan Richter 2013-08-241-0/+10
* tools: Fix startup of dumpiso and sendiso on jujuGravatar Stefan Richter 2013-08-242-7/+8
* Documentation improvement: return code of raw1394_read_cycle_timer{,_and_clock}Gravatar Stefan Richter 2012-07-311-1/+1
* Changelog, NEWS: update to version 2.1.0v2.1.0Gravatar Stefan Richter 2012-07-292-0/+80
* testlibraw: Fix printing of card nameGravatar Stefan Richter 2012-06-301-3/+9
* Add raw1394_get_speed() APIGravatar Stefan Richter 2012-06-305-5/+76
* Trivial whitespace normalization in ieee1394.h and raw1394.hGravatar Stefan Richter 2012-06-302-157/+151
* Add 1394b speed codes to <libraw1394/{ieee,raw}1394.h>Gravatar Stefan Richter 2012-06-302-3/+12
* Fix documentation of raw1394_iso_multichannel_recv_init()Gravatar Stefan Richter 2012-06-301-1/+0
* Remove now unused codeGravatar Stefan Richter 2012-06-241-26/+2
* Disable power-of-2 alignment of isochronous I/O buffersGravatar Igor Kuzmin 2012-06-241-1/+1
* Enable write access to isochronous reception bufferGravatar Igor Kuzmin 2012-06-241-1/+1
* Increase libtool version to 2.1.0Gravatar Stefan Richter 2012-06-181-4/+4
* Add raw1394_read_cycle_timer_and_clock() APIGravatar Stefan Richter 2012-06-185-9/+89
* Tweak raw1394_add_config_rom_descriptor() API, add documentation and test caseGravatar Stefan Richter 2012-06-185-41/+128
* Add raw1394_add_config_rom_descriptor() and raw1394_remove_config_rom_descrip...Gravatar B.J. Buchalter 2012-06-174-0/+85
* configure.ac, Changelog, NEWS etc.: update to version 2.0.9v2.0.9Gravatar Stefan Richter 2012-06-023-1/+29
* Remove unused codeGravatar Stefan Richter 2012-05-252-66/+7
* Include local firewire-*.h instead of system-wide <linux/firewire-*.h>Gravatar Stefan Richter 2012-05-254-17/+6
* Add firewire-{cdev,constants}.h from Linux v3.4Gravatar Stefan Richter 2012-05-252-0/+1131
* Implement raw1394_iso_recv_flush() on JujuGravatar Clemens Ladisch 2012-03-191-1/+6
* Fix incorrect use of == instead of =.Gravatar Guus Sliepen 2012-02-191-1/+1
* Remove UTF-8 whitespace.Gravatar Guus Sliepen 2012-02-191-1/+1
* configure.ac, Changelog, NEWS etc.: update to version 2.0.8v2.0.8Gravatar Stefan Richter 2012-02-193-1/+34
* Make a symbol staticGravatar Stefan Richter 2012-02-051-1/+1
* Continue inotify event handling even after failure in one eventGravatar Stefan Richter 2012-02-051-4/+2
* Process multiple inotify eventsGravatar Peter Hurley 2012-02-051-8/+27
* Reset device fd upon error condition in handle_inotify()Gravatar Peter Hurley 2012-02-051-0/+1
* retry raw1394_read/write/lock/lock64 with delays after ack-busyGravatar Stefan Richter 2011-10-221-1/+29
* redirect Config ROM reads into the kernel's ROM cacheGravatar Stefan Richter 2011-08-211-0/+52
* configure.ac, Changelog, NEWS: update to version 2.0.7v2.0.7Gravatar Stefan Richter 2011-03-083-1/+16
* fix start_on_cycle on firewire-coreGravatar Clemens Ladisch 2011-02-251-3/+32
* do not delay iso packet queueingGravatar Clemens Ladisch 2011-02-251-4/+2
* configure.ac, Changelog, NEWS etc.: update to version 2.0.6v2.0.6Gravatar Stefan Richter 2010-11-015-11/+91
* arm on firewire-core: Remove leftover debug printfsGravatar Stefan Richter 2010-10-201-6/+0
* Be more careful when copying response payloads on firewire-coreGravatar Stefan Richter 2010-09-072-9/+7
* Implement raw1394_(start_)phy_packet_write() on firewire-coreGravatar Stefan Richter 2010-09-073-18/+81
* Filter incoming requests per cardGravatar Stefan Richter 2010-09-072-3/+17
* Fix FCP and ARM source node ID on firewire-coreGravatar Stefan Richter 2010-09-071-42/+75
* Rename a few kernel ABI testing helpersGravatar Stefan Richter 2010-09-072-9/+14
* Do not use a random FW_CDEV_VERSION as our implemented ABI versionGravatar Stefan Richter 2010-09-071-4/+9
* tools/dumpiso: Add write() return code checks, fix harmless format string bugGravatar Stefan Richter 2010-09-071-10/+12
* tools/testlibraw: Fix a harmless format string bugGravatar Stefan Richter 2010-09-071-2/+2
* Always imply iso shutdown in fw_destroy_handleGravatar Stefan Richter 2010-09-072-2/+4
* Treat the kernel's iso context handle as opaque itemGravatar Stefan Richter 2010-09-072-6/+8
* Fix raw1394_iso_stop on firewire-coreGravatar Stefan Richter 2010-09-071-1/+1