You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
589 B

  1. From b5d575c118ecfc2afcb12739433e916527182327 Mon Sep 17 00:00:00 2001
  2. From: Nikias Bassen <nikias@gmx.li>
  3. Date: Fri, 7 Aug 2020 00:50:46 +0200
  4. Subject: [PATCH] mobilebackup2: Set DeviceLink version to 400 to support iOS
  5. 14b4+
  6. ---
  7. src/mobilebackup2.c | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. --- a/src/mobilebackup2.c
  10. +++ b/src/mobilebackup2.c
  11. @@ -30,7 +30,7 @@
  12. #include "device_link_service.h"
  13. #include "common/debug.h"
  14. -#define MBACKUP2_VERSION_INT1 300
  15. +#define MBACKUP2_VERSION_INT1 400
  16. #define MBACKUP2_VERSION_INT2 0
  17. #define IS_FLAG_SET(x, y) ((x & y) == y)