From 5507e4230847ebc1e15f3efeae16decfade75c05 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Sep 2023 08:40:37 +0530 Subject: [PATCH] Linux/macOS: Force libmtp to handle the kindle Scribe with MTP firmware --- src/calibre/devices/mtp/unix/devices.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/mtp/unix/devices.c b/src/calibre/devices/mtp/unix/devices.c index 37e25cbdf2..3c30587e4d 100644 --- a/src/calibre/devices/mtp/unix/devices.c +++ b/src/calibre/devices/mtp/unix/devices.c @@ -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 } }; -