From 46ead9b3afd6e79fa05a391b94bc929e94101e33 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 9 Oct 2015 03:05:21 +0200 Subject: Use hardware model instead of product type to identify device correctly --- src/normal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/normal.h') diff --git a/src/normal.h b/src/normal.h index 691f2d9..be3fa39 100644 --- a/src/normal.h +++ b/src/normal.h @@ -3,7 +3,7 @@ * Functions for handling idevices in normal mode * * Copyright (c) 2012 Martin Szulecki. All Rights Reserved. - * Copyright (c) 2012 Nikias Bassen. All Rights Reserved. + * Copyright (c) 2012-2015 Nikias Bassen. All Rights Reserved. * Copyright (c) 2010 Joshua Hill. All Rights Reserved. * * This library is free software; you can redistribute it and/or @@ -41,7 +41,7 @@ struct normal_client_t { int normal_check_mode(struct idevicerestore_client_t* client); -const char* normal_check_product_type(struct idevicerestore_client_t* client); +const char* normal_check_hardware_model(struct idevicerestore_client_t* client); int normal_client_new(struct idevicerestore_client_t* client); void normal_client_free(struct idevicerestore_client_t* client); int normal_open_with_timeout(struct idevicerestore_client_t* client); -- cgit v1.1-32-gdbae