summaryrefslogtreecommitdiff
path: root/include/uhd/iface.h
Commit message (Collapse)AuthorAgeFilesLines
* Retrieve declared descriptor sizeNikolai Kondrashov2014-07-121-1/+4
| | | | | | | | | | Request transfer of report descriptor with the destination buffer size equal to report descriptor size declared in HID descriptor, instead of the maximum possible report descriptor size. Only fall back to the maximum possible size, if report descriptor size cannot be retrieved. This fixes ERROR_PIPE when retrieving report descriptors from some devices (e.g. Waltop Vega tablet).
* Add missing stdint.h includesstdint_fixNikolai Kondrashov2014-03-111-0/+1
| | | | | Include stdint.h where used. This fixes Gentoo/FreeBSD build issues. Reported by Mike Frysinger. Based on the fix by the same.
* Add multi-device dumping with limitingNikolai Kondrashov2010-11-171-7/+7
| | | | | | Add multi-device dumping. Add independent limiting by bus number, device address, vendor, product and interface number.
* Split iface into iface and iface_listNikolai Kondrashov2010-11-151-72/+0
| | | | Split iface.[hc] into iface.[hc] and iface_list.[hc].
* Break iface list functions into iface functionsNikolai Kondrashov2010-11-151-75/+83
| | | | | Break interface list functions into interface functions and use list iteration macro instead.
* Add comments to iface.hNikolai Kondrashov2010-11-151-0/+49
| | | | Document all functions in iface.h
* Sync directory and file names with prefix updateNikolai Kondrashov2010-11-141-0/+188
Rename directories and files to match prefix replacement done in the commit before the previous one.