From e1085ca0059721fc85463ffe32ef04f12d2800e9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Nov 2012 20:56:56 +0530 Subject: [PATCH] Another set of Nexus 10 USB ids. Fixes #1085073 (nexus 10 mtp not recognised) --- src/calibre/devices/mtp/unix/devices.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/mtp/unix/devices.c b/src/calibre/devices/mtp/unix/devices.c index 7024c5fd46..cfbce8c66c 100644 --- a/src/calibre/devices/mtp/unix/devices.c +++ b/src/calibre/devices/mtp/unix/devices.c @@ -16,6 +16,7 @@ const calibre_device_entry_t calibre_mtp_device_table[] = { // Nexus 10 , { "Google", 0x18d1, "Nexus 10", 0x4ee2, DEVICE_FLAGS_ANDROID_BUGS} + , { "Google", 0x18d1, "Nexus 10", 0x4ee1, DEVICE_FLAGS_ANDROID_BUGS} , { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE } };