From 9a28cfe084b9cf04c0170dce8821356638d50b38 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 26 Sep 2013 23:54:06 +0200 Subject: Rename device struct fields and provide device database getters for them --- tools/irecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/irecovery.c b/tools/irecovery.c index 32e9f9f..c4d6dce 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c @@ -347,7 +347,7 @@ int main(int argc, char* argv[]) { irecv_device_t device = NULL; irecv_devices_get_device_by_client(client, &device); if (device) - debug("Connected to %s, model %s, cpid 0x%04x, bdid 0x%02x\n", device->product, device->model, device->chip_id, device->board_id); + debug("Connected to %s, model %s, cpid 0x%04x, bdid 0x%02x\n", device->product_type, device->hardware_model, device->chip_id, device->board_id); switch (action) { case kResetDevice: -- cgit v1.1-32-gdbae