diff -Nru libmtp-1.1.8/debian/changelog libmtp-1.1.8/debian/changelog --- libmtp-1.1.8/debian/changelog 2014-10-31 12:47:11.000000000 +0000 +++ libmtp-1.1.8/debian/changelog 2015-01-28 14:44:39.000000000 +0000 @@ -1,3 +1,10 @@ +libmtp (1.1.8-1ubuntu2) vivid; urgency=medium + + * Add 2002-adding-arale-device-id.patch: Adding device id (mtp and mtp+adb) + for Arale (temporary for now, will be forwarded upstream once final) + + -- Ricardo Salveti de Araujo Wed, 28 Jan 2015 12:43:48 -0200 + libmtp (1.1.8-1ubuntu1) vivid; urgency=medium * Merge with Debian unstable; remaining Ubuntu changes: diff -Nru libmtp-1.1.8/debian/patches/2002-adding-arale-device-id.patch libmtp-1.1.8/debian/patches/2002-adding-arale-device-id.patch --- libmtp-1.1.8/debian/patches/2002-adding-arale-device-id.patch 1970-01-01 00:00:00.000000000 +0000 +++ libmtp-1.1.8/debian/patches/2002-adding-arale-device-id.patch 2015-01-28 14:56:12.000000000 +0000 @@ -0,0 +1,22 @@ +Description: Adding Arale device id (mtp and mtp+adb) +Forwarded: not-needed +Author: Ricardo Salveti de Araujo + +This is the temporary id used by this device, once the final +one is in place, it'll be forwarded to upstream. + +Index: libmtp-1.1.8/src/music-players.h +=================================================================== +--- libmtp-1.1.8.orig/src/music-players.h ++++ libmtp-1.1.8/src/music-players.h +@@ -1974,6 +1974,10 @@ + DEVICE_FLAGS_ANDROID_BUGS }, + { "bq", 0x2a47, "Krillin (MTP+ADB)", 0x0c02, + DEVICE_FLAGS_ANDROID_BUGS }, ++ { "Arale", 0x2a45, "Arale (MTP)", 0x2008, ++ DEVICE_FLAGS_ANDROID_BUGS }, ++ { "Arale", 0x2a45, "Arale (MTP+ADB)", 0x0c02, ++ DEVICE_FLAGS_ANDROID_BUGS }, + + + /* diff -Nru libmtp-1.1.8/debian/patches/series libmtp-1.1.8/debian/patches/series --- libmtp-1.1.8/debian/patches/series 2014-10-31 12:44:54.000000000 +0000 +++ libmtp-1.1.8/debian/patches/series 2015-01-28 14:40:20.000000000 +0000 @@ -1,2 +1,3 @@ 1002-udev_rules.patch 2001-adding-bq-device-id.patch +2002-adding-arale-device-id.patch