summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14Add KIS support (IOKit backend)Gravatar Linus Henze1-58/+500
This commit adds support for communicating with devices in KIS DFU (A16+ in DFU). KIS DFU devices are treated like normal DFU devices, therefore clients of libirecovery will be able to communicate with these devices without any changes. Currently, only the IOKit backend supports KIS DFU.
2023-11-03Add November 2023 iMac and MacBook Pro modelsGravatar Daniel VanBritsom1-0/+9
iMac (24-inch, 2023) MacBook Pro (14-inch, Nov 2023) MacBook Pro (16-inch, Nov 2023)
2023-09-20Add Apple Watch Series 9 and Ultra 2 (device lookup)Gravatar Daniel VanBritsom1-0/+5
2023-09-20Add support for iPhone 15 modelsGravatar Daniel VanBritsom1-0/+4
2023-09-20 Add support for WWDC23 MacsGravatar Eva Luna1-0/+4
- Mac14,8, or Mac Pro (2023) - Mac14,13, or Mac Studio (M2 Max, 2023) - Mac14,14, or Mac Studio (M2 Ultra, 2023) - Mac14,15, or MacBook Air (M2, 15-inch, 2023)
2023-05-13Coding style changesGravatar Nikias Bassen1-93/+136
2023-05-08win32: Use ANSI versions for SetupDI and CreateFile API to prevent errors ↵Gravatar Josef Micka1-19/+19
when compiling with unicode support
2023-05-08Send a ZLP in recovery mode if the buffer size is a multiple of 512Gravatar Nikias Bassen1-0/+6
2023-05-07Make sure DEVICE_ADD events are sent to additional event listenersGravatar Nikias Bassen1-1/+15
Thanks to @parov0z for the suggestion.
2023-05-05move IRECV_API into the headersGravatar Rosen Penev1-49/+39
clang + lld + ucrt on Windows seems to require that the dllimport attribute be applied to the first declaration. Fixes -Wdll-attribute-on-declaration error. Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-05-01Return error instead of truncating command buffer if command is too longGravatar Nikias Bassen1-2/+2
2023-05-01Fix a few buffer sizes and their initializationGravatar Nikias Bassen1-6/+7
2023-04-12Add January 2023 Macs and 2nd generation HomePod modelsGravatar Daniel VanBritsom1-2/+9
2022-10-20Add mew iPad models and Apple TV 4K to device listGravatar Nikias Bassen1-0/+7
2022-10-20Fix typo in device listGravatar Nikias Bassen1-7/+7
2022-09-16Add Apple Watch SE 2, Series 8 and Ultra familyGravatar Nikias Bassen1-0/+9
2022-09-16Add iPhone 14 familyGravatar Nikias Bassen1-0/+4
2022-08-30Add M2 MacBook modelsGravatar Nikias Bassen1-1/+3
2022-06-28Introduce non-persistent setenvnp commandGravatar Rick Mark1-0/+24
2022-05-30Add device ID for macOS 12 Apple Silicon VMsGravatar Zhuowei Zhang1-0/+2
Adds the device ID for macOS 12's Apple Silicon VMs, as created in macOS 12 Virtualization.framework (https://developer.apple.com/documentation/virtualization/vzmachardwaremodel?language=objc) Currently, macOS 12 beta 2 has device trees and support in Virtualization.framework for two different virtual machine types, VirtualMac1,1 and VirtualMac2,1. The first seems to be unused: only the VirtualMac2,1 variant is being signed. See http://swcdn.apple.com/content/downloads/38/12/071-51840-A_R2JDKNM0LX/wqollynqs6j5006166tvw4rliu9htf7swu/BuildManifest.plist for the board IDs.
2022-03-20Add Studio Display (device lookup)Gravatar Daniel VanBritsom1-0/+2
2022-03-20Use MACH_PORT_NULL to deal with kIOMasterPortDefault/kIOMainPortDefault renameGravatar Nikias Bassen1-2/+2
In the end that's what the constant stands for anyway.
2022-03-16Add new devices, update iPhone SE (1st/2nd) namesGravatar Daniel VanBritsom1-3/+8
New devices: * iPad Air (5th gen) * iPhone SE (3rd gen) * Mac Studio Adjust names for older iPhone SE models.
2022-01-06Check availability of constructor attribute and use it on Windows in favor ↵Gravatar Nikias Bassen1-10/+18
of DllMain
2021-12-09Make sure compilation doesn't fail if configured using --with-dummyGravatar Nikias Bassen1-0/+4
2021-10-24win32: SPDRP_DRIVER property has a 4-character suffix that is not ↵Gravatar 怯花颜1-1/+8
necessarily an integer
2021-10-23win32: SPDRP_DRIVER device property has a hexadecimal suffix, not decimalGravatar Nikias Bassen1-1/+1
2021-10-22Support the MacBook Pro (2021) modelsGravatar Daniel VanBritsom1-1/+5
for device lookup and tsschecker support.
2021-09-24Add support for Apple Watch Series 7Gravatar Daniel VanBritsom1-0/+4
2021-09-21Fix incorrect 9th gen iPad ProductType stringGravatar Nikias Bassen1-1/+1
2021-09-21Add 6th gen iPad miniGravatar Nikias Bassen1-0/+2
2021-09-21Add 9th gen iPad devicesGravatar Nikias Bassen1-0/+2
2021-09-21Add iPhone 13 familyGravatar Nikias Bassen1-0/+4
2021-09-13Remove duplicated thread/collection code and use new libimobiledevice-glue ↵Gravatar Nikias Bassen7-457/+9
instead
2021-07-01Use strcasecmp instead of copying and lower-casing string in ↵Gravatar Nikias Bassen1-7/+1
irecv_devices_get_device_by_hardware_model()
2021-07-01Check parameters in irecv_devices_get_device_by_* API and return error if NULLGravatar Nikias Bassen1-0/+9
2021-06-20Add Apple TV 4K (2nd gen)Gravatar Nikias Bassen1-0/+1
2021-06-20Make sure the device event handler thread has started before returning from ↵Gravatar Nikias Bassen1-3/+37
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.
2021-06-20thread: Add condition variable supportGravatar Nikias Bassen2-0/+86
2021-06-13Update iPad model names with their marketing namesGravatar Nikias Bassen1-53/+53
2021-06-13Add iPad Pro 11-inch (3rd gen) and iPad Pro 12.9-inch (5th gen) devicesGravatar Nikias Bassen1-0/+8
2021-06-13Add iMac 24-inch M1 modelsGravatar Nikias Bassen1-0/+2
2021-05-26Add new irecv_send_command_breq to allow choosing the b_request usb param ↵Gravatar Benjamin BOURGEAIS1-8/+12
when sending commands
2021-01-25Add support for Apple Silicon/M1 Macs (device lookup) and remaining ↵Gravatar Daniel1-0/+11
T2/iBridge devices
2021-01-25Add support for HomePod and HomePod miniGravatar Daniel1-0/+4
2021-01-06Fix iBridge2,14 hardware model stringGravatar Nikias Bassen1-1/+1
2021-01-02Windows: Fix device enumerationGravatar DanyL1-21/+31
2020-10-23Add support for iPhone 12 model seriesGravatar Nikias Bassen1-0/+4
2020-10-23Add all current Apple Watch models (only for device model lookup)Gravatar Nikias Bassen1-0/+24
2020-10-23Add support for iPad 8 and iPad Air 4 modelsGravatar Nikias Bassen1-0/+4