Add driver for Nexus 10 on linux. Fixes #1082563 (Google Nexus 10 not detected)

This commit is contained in:
Kovid Goyal 2012-11-24 08:28:17 +05:30
parent 753ad2db52
commit 893f6bf83d

View File

@ -14,6 +14,9 @@ const calibre_device_entry_t calibre_mtp_device_table[] = {
// Amazon Kindle Fire HD
, { "Amazon", 0x1949, "Fire HD", 0x0007, DEVICE_FLAGS_ANDROID_BUGS}
// Nexus 10
, { "Google", 0x18d1, "Nexus 10", 0x4ee2, DEVICE_FLAGS_ANDROID_BUGS}
, { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE }
};