summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iphone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone.c b/iphone.c
index 060bba2..ad9dafd 100644
--- a/iphone.c
+++ b/iphone.c
@@ -215,12 +215,12 @@ static iphone_error_t iphone_config_usb_device(iphone_device_t phone)
215 int bytes; 215 int bytes;
216 char buf[512]; 216 char buf[512];
217 217
218#if 0
218 log_debug_msg("checking configuration...\n"); 219 log_debug_msg("checking configuration...\n");
219 if (phone->__device->config->bConfigurationValue != 3) { 220 if (phone->__device->config->bConfigurationValue != 3) {
220 log_debug_msg("WARNING: usb device configuration is not 3 as expected!\n"); 221 log_debug_msg("WARNING: usb device configuration is not 3 as expected!\n");
221 } 222 }
222 223
223#if 0
224 log_debug_msg("setting configuration...\n"); 224 log_debug_msg("setting configuration...\n");
225 ret = usb_set_configuration(phone->device, 3); 225 ret = usb_set_configuration(phone->device, 3);
226 if (ret != 0) { 226 if (ret != 0) {