<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-connectivity/libirecovery, branch scarthgap</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-05-25T15:57:47+00:00</updated>
<entry>
<title>libirecovery: upgrade 1.0.1 -&gt; 1.1.0</title>
<updated>2023-05-25T15:57:47+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-05-25T06:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0f42c869bce5bb876bd8b3e978aacc6f8784e52e'/>
<id>urn:sha1:0f42c869bce5bb876bd8b3e978aacc6f8784e52e</id>
<content type='text'>
Changelog:
==========
* Changes:
  - Remove duplicated thread/collection code and use new libimobiledevice-glue instead
  - Add new `irecv_send_command_breq` (for M1 restoring)
  - Add new `setenvnp` command
  - Add support for iPad 8 and iPad Air 4 models
  - Add all current Apple Watch models (device lookup)
  - Add support for HomePod and HomePod mini (device lookup)
  - Add support for Apple Silicon/M1 Macs (device lookup) and remaining T2/iBridge devices
  - Add iMac 24-inch M1 models
  - Add iPad Pro 11-inch (3rd gen) and iPad Pro 12.9-inch (5th gen) devices
  - Add Apple TV 4K (2nd gen)
  - Add iPhone 13 family
  - Add 9th gen iPad devices
  - Add 6th gen iPad mini
  - Add Apple Watch Series 7
  - Add MacBook Pro 2021 models (device lookup)
  - Add iPad Air (5th gen)
  - Add iPhone SE (3rd gen)
  - Add Mac Studio
  - Add Studio Display (device lookup)
  - Add device ID for macOS 12 Apple Silicon VMs
  - Add M2 MacBook models
  - Add iPhone 14 family
  - Add Apple Watch SE 2, Series 8 and Ultra family
  - Add iPad (10th gen)
  - Add iPad Pro 11-inch (4th gen) and iPad Pro 12.9-inch (6th gen)
  - Add Apple TV 4K 3rd gen
  - Add January 2023 Macs and 2nd generation HomePod models
  - [Windows] Add support for newer drivers
  - irecovery: Add new "--devices" option to list internal device data
  - irecovery: Output product, model and marketing name for device information

* Bug Fixes:
  - Send a ZLP in recovery mode if the buffer size is a multiple of 512
  - Make sure DEVICE_ADD events are sent to additional event listeners
  - [Windows] Use ANSI versions for SetupDI and CreateFile API to prevent errors when compiling with unicode support
  - irecovery: Fix sending certain commands

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libirecovery: Add missing build dependency on readline</title>
<updated>2023-05-09T17:12:44+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-05-09T16:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=99bfb84be3d31c1bde74ea831c2a9404e92c33a5'/>
<id>urn:sha1:99bfb84be3d31c1bde74ea831c2a9404e92c33a5</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libirecovery: SRCREV bump e190945..ab5b4d8</title>
<updated>2022-08-27T14:37:45+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai.pt@gmail.com</email>
</author>
<published>2022-08-26T01:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c710cbe830ffefa874e77f2e89a4f02f608f1c33'/>
<id>urn:sha1:c710cbe830ffefa874e77f2e89a4f02f608f1c33</id>
<content type='text'>
Changelogs:
==========
ab5b4d8 Introduce non-persistent setenvnp command
17c02be Updated .gitignore
6e68ca7 Add device ID for macOS 12 Apple Silicon VMs
82d2357 Updated README with pkg-config requirement
c42442a Add Studio Display (device lookup)
ae49507 Use MACH_PORT_NULL to deal with kIOMasterPortDefault/kIOMainPortDefault rename

Signed-off-by: Potin Lai &lt;potin.lai.pt@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libirecovery: add recipe</title>
<updated>2022-03-31T18:54:44+00:00</updated>
<author>
<name>Potin Lai</name>
<email>potin.lai@quantatw.com</email>
</author>
<published>2022-03-31T15:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=20c0c1874d0ca6c6d73f695be7bcf8947741c8c9'/>
<id>urn:sha1:20c0c1874d0ca6c6d73f695be7bcf8947741c8c9</id>
<content type='text'>
libirecovery is a cross-platform library which implements communication
to iBoot/iBSS found on Apple's iOS devices via USB.

Signed-off-by: Potin Lai &lt;potin.lai@quantatw.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
