Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This prevents unexpected output to stderr.
|
|
|
|
allow cross compiliation
|
|
... also print all values in irecovery as hex with 0x prefix to make it clear they are hex
|
|
|
|
|
|
It requires a program to be ran, which cannot be done when cross compiling.
AC_SYS_LARGEFILE seems to be enough to implement largefile checking.
A similar change was merged into libimobiledevice.
|
|
|
|
|
|
devices on macOS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autoconf variable
|
|
|
|
I shouldn't do late night commits without checking that I added all files
|
|
|
|
|
|
|
|
|
|
|
|
IOUSBInterfaceInterface
|
|
|
|
This makes it more convenient to do builds out of the source dir.
|
|
|
|
|
|
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.
|
|
|
|
|
|
drivers
|
|
|
|
|
|
|