From b325981a51fe4c69841d230c081eb2abf4cca6da Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 19 Sep 2012 09:34:48 +0530 Subject: [PATCH] Add usb ids of the Fire HD to the list of MTP devices --- src/calibre/devices/mtp/unix/devices.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/mtp/unix/devices.c b/src/calibre/devices/mtp/unix/devices.c index 3e461fae42..803b3f7bcd 100644 --- a/src/calibre/devices/mtp/unix/devices.c +++ b/src/calibre/devices/mtp/unix/devices.c @@ -11,6 +11,9 @@ const calibre_device_entry_t calibre_mtp_device_table[] = { #include "upstream/music-players.h" - , { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE } + // Amazon Kindle Fire HD + , { "Amazon", 0x1949, "Fire HD", 0x0007, DEVICE_FLAGS_ANDROID_BUGS} + + , { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE } };