-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kindle Fire 7 not recognised #473
Comments
msmeissn
added a commit
to libmtp/libmtp
that referenced
this issue
Feb 18, 2020
Thanks very much. |
fixed by commit e3de3a9, is in 2.5.24 release. |
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this issue
Oct 30, 2020
Christian Klein (1): added Sony Xperia XZ3 Dual Sim (H9436) Dylan Aïssi (2): Switch doxygen FULL_PATH_NAMES to NO for reproducible builds On UDEV discovery do not let printers get auto-probed Gerrit Niezen (2): only convert if iconv and langinfo.h is available (#20) don't redefine snprintf in VS 14+ Holger Schemel (4): fixed length in string comparisons added optional device ID parameter to 'mtp-getfile' fixed usage text for 'mtp-delfile' according to implementation added optional device ID parameter to 'mtp-delfile' Johan Källström (1): Add device id for Garmin Vivoactive 4S. Johannes Brandstätter (1): Flag i.Beat Organix 2.0 with DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST. Marcus Meissner (37): added Doro Phone 8030 DSB-0010 https://sourceforge.net/p/libmtp/bugs/1871/ added a kindle fire 7 id gphoto/libgphoto2#473 added more id variants of the last commit added Lenovo TAB4 10 Plus fixes libmtp/libmtp#33 added Lenovo TB-7304I https://sourceforge.net/p/libmtp/feature-requests/296/ fxied id for MTP+ADB https://sourceforge.net/p/libmtp/support-requests/294/ add SGP611 (Xperia Z3) [Tablet Compact] 0fce:51c0 with MTP. ADB id https://sourceforge.net/p/libmtp/support-requests/294/ added lenovo tab p10 https://sourceforge.net/p/libmtp/bugs/1873/ added another bq Aquarius U id https://sourceforge.net/p/libmtp/bugs/1874/ added another kindle fire https://sourceforge.net/p/libmtp/bugs/1876/ report busy more directly on opening added NVIDIA Shield Android TV (pro) https://sourceforge.net/p/libmtp/feature-requests/297/ added id for FITT360 might fix libmtp/libmtp#44 added Sharp AndroidOne S5 https://sourceforge.net/p/libmtp/bugs/1883/ added garmin vivoactive 4, fixes libmtp/libmtp#51 added some missing LIBMTP_destroy_file_t to avoid leaks. added Kindle Fire HD8 Plus https://sourceforge.net/p/libmtp/bugs/1886/ added nokia 701 https://sourceforge.net/p/libmtp/bugs/1885/ added Garmin Forerunner 245 Music https://sourceforge.net/p/libmtp/bugs/1884/ added Garmin Zumo XT https://sourceforge.net/p/libmtp/bugs/1887/ added acer a3-a40 https://sourceforge.net/p/libmtp/feature-requests/298/ tolino Vision 4 HD ebook reader https://sourceforge.net/p/libmtp/bugs/1889/ added A&K player SR15 https://sourceforge.net/p/libmtp/support-requests/292/ added amazon fire hd8 https://sourceforge.net/p/libmtp/feature-requests/300/ 1.1.18 release Zbigniew Jędrzejewski-Szmek (3): mtp-hotplug: fix casing in hwdb patterns mtp-hotplug: make use of the hwdb mtp-hotplug: provide a default for mtp_probe_dir petrus82 (2): Add Sony Xperia Tablet S - SGPT12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a Kindle Fire 7 bought around 2015, which was not recognised by the library. On investigation it turned out that the USB id in the library source was 1949:0221, the device was reporting 1949:0121.
My versions are:
gphoto2 2.5.23 gcc, popt(m), exif, no cdk, no aa, jpeg, readline
libgphoto2 2.5.23 all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.12.0 iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi, gcc, ltdl, USB, serial lockdev locking
As the device seems to have several different IDs depending on the version I have added the correct ID rather than changing an existing one.
This patch fixes the problem:
--- ./camlibs/ptp2/music-players.h.orig 2020-02-17 15:27:11.740426687 +0000
+++ ./camlibs/ptp2/music-players.h 2020-02-17 15:30:26.583154300 +0000
@@ -3377,6 +3377,9 @@
/* https://sourceforge.net/p/libmtp/bugs/1448/ */
{ "Amazon", 0x1949, "Kindle Fire 7", 0x0221,
DEVICE_FLAGS_ANDROID_BUGS },
{ "Amazon", 0x1949, "Kindle Fire 5", 0x0222,
DEVICE_FLAGS_ANDROID_BUGS },
The text was updated successfully, but these errors were encountered: