From bf634eef36b04bd46ac4968bc099ec2f5bb20190 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 31 Oct 2013 21:36:06 +0530 Subject: [PATCH] Add device ids for Kindle Fire HDX to linux MTP driver Fixes #1246775 [Please add Kindle Fire HDX to MTP list](https://bugs.launchpad.net/calibre/+bug/1246775) --- src/calibre/devices/mtp/unix/devices.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/devices/mtp/unix/devices.c b/src/calibre/devices/mtp/unix/devices.c index c8d000bc09..37e25cbdf2 100644 --- a/src/calibre/devices/mtp/unix/devices.c +++ b/src/calibre/devices/mtp/unix/devices.c @@ -13,6 +13,8 @@ const calibre_device_entry_t calibre_mtp_device_table[] = { , { "Acer", 0x0502, "MT65xx Android Phone", 0x353c, DEVICE_FLAGS_ANDROID_BUGS } + , { "Amazon", 0x1949, "Kindle Fire HDX", 0x000c, DEVICE_FLAGS_ANDROID_BUGS } + , { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE } };