Created
January 17, 2015 17:48
-
-
Save x-yuri/da36ecf5e1ad85fa3cf7 to your computer and use it in GitHub Desktop.
Add Nokia Lumia 630 support to libmtp. http://sourceforge.net/p/libmtp/bugs/1181/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 766623b7fe37d4de59ca02f7e58b5658724ab751 Mon Sep 17 00:00:00 2001 | |
From: Mike <[email protected]> | |
Date: Thu, 30 Oct 2014 22:01:14 +0100 | |
Subject: [PATCH] Add Nokia Lumia 630 device identifiers | |
--- | |
src/music-players.h | 2 ++ | |
1 file modificato, 2 inserzioni(+) | |
diff --git a/src/music-players.h b/src/music-players.h | |
index 6606790..e2ecbcb 100644 | |
--- a/src/music-players.h | |
+++ b/src/music-players.h | |
@@ -1121,6 +1121,8 @@ | |
// Reported by Sampo Savola | |
// Covers Lumia 920, 820 and probably any WP8 device. | |
{ "Nokia", 0x0421, "Nokia Lumia WP8", 0x0661, DEVICE_FLAG_NONE }, | |
+ // From: Michele Testa <[email protected]> | |
+ { "Nokia", 0x0421, "Nokia Lumia 630", 0x06fc, DEVICE_FLAG_NONE }, | |
/* | |
* Qualcomm | |
-- | |
1.7.12.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment