summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* libirecovery: upgrade 1.2.0 -> 1.2.1Wang Mingyu2024-10-141-15/+0
| | | | | | | | | | | | | | | | | | Changelog: =========== * Changes: - Make sure IRECV_DEVICE_REMOVE event has the mode set the device was in - KIS: Add some retry loops around open/set config/set interface operations * Device database changes: - Support Apple Watch Series 10 and iPhone 16 models - Add iPad Air (M2) and iPad Pro (M4) models * Bug Fixes: - Windows: Fix crash due to access to uninitialized data Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: upgrade 1.1.0 -> 1.2.0Wang Mingyu2024-06-071-0/+15
Changelog: ============ - Allow building --without-tools - Add KIS (aka Debug USB) support for macOS, Linux, and Windows (Windows note: requires up-to-date AppleMobileDeviceSupport64.msi package installed) - Add Port DFU support (restore procedure is handled externally) - irecovery: Print detailed mode for -q and -m commands - Overall code cleanup and de-duplication - Windows-specific code cleanup and improvements - Add Mac Pro, Mac Studio (M2) and MacBook Air (M2) models - Add iPhone 15 family - Add Apple Watch Series 9 and Ultra 2 models - Add November 2023 iMac and MacBook Pro models - Add support for Apple Vision Pro (RealityDevice14,1) - A few minor Windows-specific bug fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>