summaryrefslogtreecommitdiffstats
path: root/src/usb.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-16Support T2 chip in restore modeGravatar Rick Mark1-2/+3
2019-07-17Avoid using configuration 5Gravatar mrmacete1-4/+8
2018-10-12usb: Fix adding hyphen to new style UDIDs by not counting '\0' towards string...Gravatar Nikias Bassen1-0/+2
2018-10-05usb: Add hyphen to new style UDIDs introduced with iPhone XS/XRGravatar Nikias Bassen1-1/+8
2018-01-31usb: Remove leftover debug log outputGravatar Nikias Bassen1-1/+0
2018-01-08usb: Fix calculation of RX loop countGravatar Nikias Bassen1-0/+1
2018-01-08usb: Use heap buffer instead of making the usb_device struct largerGravatar Nikias Bassen1-6/+18
2018-01-08usb: Use libusb asynchronous I/O for getting initial device information.Gravatar Alexis Ballier1-35/+111
2018-01-08usb: Store the whole device descriptor in struct usb_deviceGravatar Alexis Ballier1-4/+3
2014-12-02usb: Implement device discovery using libusb hotplug eventsGravatar Nikias Bassen1-202/+268
2014-12-02Rename usb-linux.c to more suitable usb.cGravatar Nikias Bassen1-0/+680