Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Let's get rid of all the copy/paste out there...
|
|
instead of unsinged long long
|
|
|
|
|
|
|
|
|
|
... also print all values in irecovery as hex with 0x prefix to make it clear they are hex
|
|
|
|
|
|
|
|
|
|
Using --with-dummy, libirecovery can be compiled in a way that it will
not require any USB driver at all. This is only useful if you just want
to query libirecovery's device database by product type or hardware model,
namely using:
irecv_devices_get_device_by_product_type();
irecv_devices_get_device_by_hardware_model();
All other function are either no-op or return IRECV_E_UNSUPPORTED
if the library is compiled this way.
|
|
|
|
|
|
|
|
available
|
|
|
|
The helper might be used multiple times and the library should not
cause deinitialization of libusb before the user calls irecv_exit().
|
|
|
|
interactive mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|