summaryrefslogtreecommitdiffstats
path: root/src/usbmux.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-02Added missing __func__ to printfv0.1.1Gravatar Nikias Bassen1-1/+1
2009-08-02include config.h and defined ENABLE_HACKSGravatar Nikias Bassen1-0/+5
2009-08-02Workaround for usb communication issue aka 'N*128 problem' or 'N*512 problem'Gravatar Nikias Bassen1-10/+59
2009-08-02Replaced HEADERLEN with sizeof(usbmux_tcp_header)Gravatar Nikias Bassen1-7/+6
2009-06-29use TCP_RST instead of TCP_FIN when closing the connection so the device does...Gravatar Nikias Bassen1-1/+1
2009-06-20hopefully fixed race condition on connection setupGravatar Nikias Bassen1-0/+13
2009-06-15removed some #ifdefs to make debugging output more verboseGravatar Nikias Bassen1-10/+3
2009-05-23Make usb enumeration work properly.Gravatar Nikias Bassen1-11/+11
2009-05-23Some debugging output for usb_open().Gravatar Nikias Bassen1-0/+3
2009-05-04Use autotools build system and add licenseGravatar Martin Szulecki1-0/+1259