diff --git a/src/music-players.h b/src/music-players.h
index c7a9b80..295e7ad 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -2122,6 +2122,8 @@
DEVICE_FLAGS_ANDROID_BUGS },
{ "HTC", 0x0bb4, "HTC One X (ID2)", 0x0f91,
DEVICE_FLAGS_ANDROID_BUGS },
+ { "HTC", 0x0bb4, "HTC One X (ID3)", 0x0f64,
+ DEVICE_FLAGS_ANDROID_BUGS },
// These identify themselves as "cm_tenderloin", fun...
// Done by HTC for HP I guess.
{ "Hewlett-Packard", 0x0bb4, "HP Touchpad (MTP)", 0x685c,
Anonymous
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
Please implement the patch above. Added IDs for the most recent HTC One (0x0bb4, 0x0f64).
DEVICE ADDED
This device has been added to the libmtp database in GIT.
You can verify it by browsing the database here:
https://sourceforge.net/p/libmtp/code/ci/HEAD/tree/src/music-players.h
If you want to test your device with the new support added in
GIT, refer to making a GIT check-out:
https://sourceforge.net/p/libmtp/code/ci/HEAD/tree/
You can further help us with libmtp by identifying if this device
needs some futher special device flags. If a device has "siblings"
in the database (similar devices from same manufacturer) we
often add default bug flags like its closest siblings, and sometimes
this is right, sometimes bugs have been fixed so it's wrong.
If you have special problems, refer to the README file:
https://sourceforge.net/p/libmtp/code/ci/HEAD/tree/README
If you have problems installing and linking the library refer to
the INSTALL file:
https://sourceforge.net/p/libmtp/code/ci/HEAD/tree/INSTALL
For Android devices: notice that these often have SEVERAL device IDs,
not just one. Usually all combined USB modes (like MTP+MSC, MTP+modem,
MTP+ADB etc) have their own device ID. This is because Windows cannot
handle a VID+PID changing functionality on-the-fly. (Linux can, BTW.)