View Single Post
Old 12-27-2012, 06:44 PM   #3
elvenic
Enthusiast
elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.elvenic 's shirt has a full set of merit badges.
 
Posts: 31
Karma: 16610
Join Date: Dec 2009
Location: San Jose, CA, USA
Device: Kindle PW, Kobo Glo
OK, following patch fixes this: (just add the line with new ID to the array initialization). After rebuild/install, Calibre recognizes my Kindle Fire HD 8.9



Code:
*** calibre/src/calibre/devices/mtp/unix/devices.c.old       2012-12-27 15:39:46.218207350 -0800
--- calibre/src/calibre/devices/mtp/unix/devices.c   2012-12-27 15:36:17.480203715 -0800
***************
*** 13,18 ****
--- 13,19 ----
  
      // Amazon Kindle Fire HD
      , { "Amazon", 0x1949, "Fire HD", 0x0007, DEVICE_FLAGS_ANDROID_BUGS}
+     , { "Amazon", 0x1949, "Fire HD", 0x0008, DEVICE_FLAGS_ANDROID_BUGS}
      , { "Amazon", 0x1949, "Fire HD", 0x000a, DEVICE_FLAGS_ANDROID_BUGS}
  
      // Nexus 10
elvenic is offline   Reply With Quote