Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-24 | usb-linux: massive read perf improvement with 3 parallel transfers | Mikkel Kamstrup Erlandsen | 1 | -34/+73 | |
By maintaining 3 parallel usb trasfers when reading we get 2-3x more throughput when reading. Without this the usb port is mostly just idling. I get 23mb/s on my system compared to a clean Apple stack that gives me 17mb/s. 3 was chosen because it is simple to hard code, gives very good performance, and have very little impact on out resource consumption. | |||||
2014-03-24 | usb-linux: add some explanatory comments to usb-linux.c | Mikkel Kamstrup Erlandsen | 1 | -0/+5 | |
2014-01-09 | removed trailing \n from usbmuxd_log() messages | Nikias Bassen | 1 | -1/+1 | |
2013-11-04 | usb: Output message to show USB configuration change | Martin Szulecki | 1 | -0/+3 | |
2013-09-17 | silence several compiler warnings | Nikias Bassen | 1 | -0/+6 | |
2013-09-17 | remove libusbmuxd sources and adapt source tree to use autotools | Nikias Bassen | 1 | -0/+598 | |
libusbmuxd has been split off and is now managed in a separate repository. By the time of this commit, the repository is: git clone http://git.sukimashita.com/libusbmuxd.git |