summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-12changed the usbReceive buffer to a per-device buffer insteadGravatar Nikias Bassen1-1/+2
2009-03-08Some more debugging output and more mutexes to help resolve theGravatar Nikias Bassen1-4/+26
2009-03-04Modified handshake sequence so that connect request can be made withoutGravatar Nikias Bassen1-45/+69
2009-02-27Removed the (already commented out) reader_mutex, as it is not needed, and ip...Gravatar Nikias Bassen1-12/+0
2009-02-271) Now, every device is only handled by one thread for bulk usb readingGravatar Nikias Bassen1-73/+110
2009-02-26proper multi-device support (untested)Gravatar Nikias Bassen1-18/+23
2009-02-25A Readme, Makefile updates and cosmetic changes.Gravatar Paul Sladen1-0/+853