summaryrefslogtreecommitdiff
path: root/usbredirtestclient
AgeCommit message (Collapse)AuthorFilesLines
2015-02-03usbredirserver/usbredirtestclient: Fix build on FreeBSDHEADmasterHans de Goede1-0/+1
Add some missing includes necessary to get things to build on FreeBSD. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=88936 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2014-12-04build-sys: add git.mk to generate .gitignoreMarc-André Lureau1-0/+2
2014-07-18usbredirtestclient: Fix a memory leakFabiano FidĂȘncio1-0/+1
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2013-05-13usbredirserver/testclient: Error check fcntl callsHans de Goede1-2/+12
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2012-08-31usbredirparser: Update API for 64 bit packet idsHans de Goede1-22/+24
-ABI and API breakage !! -Bump libusbredirparser soname version -Change version to 0.5 so that libusbredirparser users can test for the new API Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2012-01-30usbredirserver/testclient: Fixup license headerHans de Goede1-2/+2
Fix accidental mention of Library / Lesser in the disclaimer, these 2 test / example programs are meant to be under the GPL not the LGPL. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2011-11-25Switch to autotools build systemChristophe Fergeau3-15/+9
Replace the current build system with an autotools based one. HdG, 3 small changes: 1) LIBUSBREDIRPARSER_SO_VERSION 1:0:0 should be 0:0:0, so that the soname does not change by going from Makefiles to autofoo 2) Drop LIBGPOD_SO_VERSION from configure.ac 3) Make libusb pkgconfig check require version >= 1.0.9 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2011-08-01usbredirparser: add a usbredirparser_free_packet_data functionHans de Goede1-0/+1
Add a usbredirparser_free_packet_data function for symetry with usbredirparser_free_write_buffer.
2011-07-14Add a USBREDIR_VERSION define and use itHans de Goede1-3/+1
2011-07-13Add device / interface class infoHans de Goede1-0/+20
And add a new usb_redir_interface_info packet type which contains the interface info.
2011-06-29Rename device_info -> device_connect, device_disconnected -> device_disconnectHans de Goede1-15/+15
And document how a single usbredirproto connection may be reused for a newly plugged in / re-plugged device.
2011-06-28Remove id argument from usb_reset functionHans de Goede1-1/+1
Now that there no longer is a usb_reset_status packet type / callback having an id argument makes no sense.
2011-06-09Drop the usb_redir_reset_status packet typeHans de Goede1-18/+3
Drop usb_redir_reset_status, instead if reconnecting to the device fails after reset the usb-host will send a usb_redir_device_disconnected packet
2011-05-06Replace compile.sh with a proper buildsysHans de Goede1-0/+13
2011-05-06Put source files into subdirsHans de Goede1-0/+582