Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
In the end that's what the constant stands for anyway.
|
|
New devices:
* iPad Air (5th gen)
* iPhone SE (3rd gen)
* Mac Studio
Adjust names for older iPhone SE models.
|
|
of DllMain
|
|
|
|
necessarily an integer
|
|
|
|
for device lookup and tsschecker support.
|
|
|
|
|
|
|
|
|
|
|
|
instead
|
|
irecv_devices_get_device_by_hardware_model()
|
|
|
|
|
|
irecv_device_event_subscribe()
This fixes a potential deadlock that might occur when irecv_device_event_unsubscribe()
is called before the device event handler thread has started, eventually
resulting in a deadlock.
|
|
|
|
|
|
|
|
|
|
when sending commands
|
|
T2/iBridge devices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead of unsinged long long
|
|
irecv_open_with_ecid() and make sure device list is always free'd properly
Thanks to tihmstar for pointing this out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This prevents unexpected output to stderr.
|
|
... also print all values in irecovery as hex with 0x prefix to make it clear they are hex
|
|
|
|
|
|
|
|
devices on macOS
|