| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
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.
Add independent limiting by bus number, device address, vendor, product and
interface number.
|
|
|
|
| |
Split iface.[hc] into iface.[hc] and iface_list.[hc].
|
|
|
|
|
| |
Break interface list functions into interface functions and use list
iteration macro instead.
|
|
|
|
| |
Document all functions in iface.h
|
|
Rename directories and files to match prefix replacement done in the commit
before the previous one.
|