Skip to content

Commit

Permalink
Linux/macOS: Force libmtp to handle the kindle Scribe with MTP firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 16, 2023
1 parent 6ed414c commit 5507e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/calibre/devices/mtp/unix/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +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 }
// Remove this once it is added to upstream libmtp
, { "Amazon", 0x1949, "Kindle Scribe", 0x9981, DEVICE_FLAGS_ANDROID_BUGS }

, { NULL, 0xffff, NULL, 0xffff, DEVICE_FLAG_NONE }
};

0 comments on commit 5507e42

Please sign in to comment.