diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2022-03-22 10:30:48 +0100 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2022-03-22 10:30:48 +0100 |
commit | 99c113f0c92454c80003edda0aac332bd90f8aeb (patch) | |
tree | f0c3f0dab0752443c5ceeaab800efe0961b07dec | |
parent | 12ce4ce163e3449348334048093052d9df875862 (diff) | |
download | libgphoto2-99c113f0c92454c80003edda0aac332bd90f8aeb.tar.gz |
gopro hero10 black, https://github.com/libmtp/libmtp/issues/103
-rw-r--r-- | camlibs/ptp2/library.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index 992dcc4ea..91f05b417 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -2747,6 +2747,8 @@ static struct { /* https://sourceforge.net/p/libmtp/bugs/1858/ */ {"GoPro:HERO8 Black", 0x2672, 0x0049, 0}, {"GoPro:HERO9 Black", 0x2672, 0x004D, 0}, + /* https://github.com/libmtp/libmtp/issues/103 */ + {"GoPro:HERO10 Black", 0x2672, 0x0056, 0}, #endif }; |