[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#681980: marked as done (unblock: libmtp/1.1.3-35-g0ece104-2)



Your message dated Sat, 21 Jul 2012 19:05:45 +0200
with message-id <20120721170545.GU7369@radis.cristau.org>
and subject line Re: Bug#681980: unblock: libmtp/1.1.3-35-g0ece104-2
has caused the Debian Bug report #681980,
regarding unblock: libmtp/1.1.3-35-g0ece104-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
681980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681980
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package libmtp 1.1.3-35-g0ece104-2, it adds the support
for a bunch of MTP devices. The patch is attached.

Thanks for considering, cheers.

unblock libmtp/1.1.3-35-g0ece104-2

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libmtp-1.1.3-35-g0ece104/debian/changelog libmtp-1.1.3-35-g0ece104/debian/changelog
--- libmtp-1.1.3-35-g0ece104/debian/changelog	2012-06-29 08:40:10.000000000 +0200
+++ libmtp-1.1.3-35-g0ece104/debian/changelog	2012-07-18 11:04:42.000000000 +0200
@@ -1,3 +1,18 @@
+libmtp (1.1.3-35-g0ece104-2) unstable; urgency=low
+
+  * Device db updates picked from upstream git:
+    - New devices:
+      + Google Inc (for Samsung) Nexus S
+      + Huawei Mediapad (second ID)
+      + HTC EVO 4G LTE (second ID)
+      + Motorola XT912
+      + Sony Xperia P (another ID)
+      + Sony Xperia Sola MT27i
+      + Toshiba Excite AT300
+    - Fix device 2207:0001, it seems multi-branded OEM product.
+
+ -- Alessio Treglia <alessio@debian.org>  Wed, 18 Jul 2012 11:04:36 +0200
+
 libmtp (1.1.3-35-g0ece104-1) unstable; urgency=low
 
   * Imported Upstream version 1.1.3-35-g0ece104:
diff -Nru libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch
--- libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch	1970-01-01 01:00:00.000000000 +0100
+++ libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch	2012-07-18 10:57:50.000000000 +0200
@@ -0,0 +1,88 @@
+Subject: Various additions and updates to the device db.
+ upstream commits:
+  - 9c6f0d2a2b0f51da638dafd6115f744007688d77
+  - c134502c5105fadd48bb7b60ba59b364e98ea6a1
+  - 68f3cb6bcc0a6f24e66377a6f0ab707ff3457bf9
+  - e9082f609faa9fe1301a86a52aca6563a1040e70
+  - f9b50b4b6e7721c7d77e0f22779276c3a0981ad0
+Origin: upstream
+---
+ src/music-players.h |   23 +++++++++++++++++++----
+ 1 file changed, 19 insertions(+), 4 deletions(-)
+
+--- libmtp.orig/src/music-players.h
++++ libmtp/src/music-players.h
+@@ -792,6 +792,9 @@
+   { "Toshiba", 0x0930, "Gigabeat MET401", 0x001d,
+       DEVICE_FLAG_NO_RELEASE_INTERFACE |
+       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
++  // Reported by Andree Jacobson <nmcandree@users.sourceforge.net>
++  { "Toshiba", 0x0930, "Excite AT300", 0x0963,
++      DEVICE_FLAGS_ANDROID_BUGS },
+   // Reported by Nigel Cunningham <nigel@tuxonice.net>
+   // Guessing on Android bugs
+   { "Toshiba", 0x0930, "Thrive AT100/AT105", 0x7100,
+@@ -1472,6 +1475,10 @@
+   // Reported by equaeghe <equaeghe@users.sourceforge.net>
+   { "SONY", 0x0fce, "Xperia U ST25i (MTP+ADB mode)", 0x5171,
+       DEVICE_FLAGS_ANDROID_BUGS },
++  { "SONY", 0x0fce, "Xperia P (MTP+ADB mode)", 0x5172,
++      DEVICE_FLAGS_ANDROID_BUGS },
++  { "SONY", 0x0fce, "Xperia Sola MT27i (MTP+MSC+? mode)", 0xa173,
++      DEVICE_FLAGS_ANDROID_BUGS },
+   // Reported by Anonymous Sourceforge user
+   { "SonyEricsson", 0x0fce,  "j10i (Elm)", 0xd144,
+       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
+@@ -1501,6 +1508,8 @@
+       DEVICE_FLAGS_ANDROID_BUGS },
+   { "Motorola", 0x22b8, "Xoom 2 Media Edition", 0x4311,
+       DEVICE_FLAGS_ANDROID_BUGS },
++  { "Motorola", 0x22b8, "XT912", 0x4362,
++      DEVICE_FLAGS_ANDROID_BUGS },
+   // Reported by Marcus Meissner to libptp2
+   { "Motorola", 0x22b8, "IdeaPad K1", 0x4811,
+       DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
+@@ -1535,6 +1544,8 @@
+   // Reported by anonymous Sourceforge user
+   { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f,
+       DEVICE_FLAGS_ANDROID_BUGS },
++  { "Google Inc (for Samsung)", 0x18d1, "Nexus S", 0x4e21,
++      DEVICE_FLAGS_ANDROID_BUGS },
+   // WiFi-only version of Xoom
+   // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506
+   { "Google Inc (for Motorola)", 0x18d1, "Xoom (MZ604)", 0x70a8,
+@@ -1702,8 +1713,9 @@
+    */
+   // Reported by anonymous SourceForge user
+   { "Huawei", 0x12d1, "Honor U8860", 0x1051, DEVICE_FLAGS_ANDROID_BUGS },
++  { "Huawei", 0x12d1, "Mediapad (mode 0)", 0x360f, DEVICE_FLAGS_ANDROID_BUGS },
+   // Reported by Bearsh <bearsh@users.sourceforge.net>
+-  { "Huawei", 0x12d1, "Mediapad", 0x361f, DEVICE_FLAGS_ANDROID_BUGS },
++  { "Huawei", 0x12d1, "Mediapad (mode 1)", 0x361f, DEVICE_FLAGS_ANDROID_BUGS },
+ 
+   /*
+    * ZTE
+@@ -1718,7 +1730,9 @@
+   { "HTC", 0x0bb4, "Zopo ZP100", 0x0c02,
+       DEVICE_FLAGS_ANDROID_BUGS },
+   // Reported by Steven Eastland <grassmonk@users.sourceforge.net>
+-  { "HTC", 0x0bb4, "EVO 4G LTE", 0x0ca8,
++  { "HTC", 0x0bb4, "EVO 4G LTE", 0x0c93,
++      DEVICE_FLAGS_ANDROID_BUGS },
++  { "HTC", 0x0bb4, "EVO 4G LTE (second ID)", 0x0ca8,
+       DEVICE_FLAGS_ANDROID_BUGS },
+   // These identify themselves as "cm_tenderloin", fun...
+   // Done by HTC for HP I guess.
+@@ -1745,9 +1759,10 @@
+   { "Vizio", 0x0489, "VTAB1008", 0xe040, DEVICE_FLAGS_ANDROID_BUGS },
+ 
+   /*
+-   * Viewpia
++   * Viewpia, bq...
++   * Seems like some multi-branded OEM product.
+    */
+-  { "Viewpia", 0x2207, "DR", 0x0001, DEVICE_FLAGS_ANDROID_BUGS },
++  { "Various", 0x2207, "Viewpia DR/bq Kepler", 0x0001, DEVICE_FLAGS_ANDROID_BUGS },
+ 
+   /*
+    * Other strange stuff.
diff -Nru libmtp-1.1.3-35-g0ece104/debian/patches/series libmtp-1.1.3-35-g0ece104/debian/patches/series
--- libmtp-1.1.3-35-g0ece104/debian/patches/series	2012-06-26 13:30:18.000000000 +0200
+++ libmtp-1.1.3-35-g0ece104/debian/patches/series	2012-07-18 10:36:14.000000000 +0200
@@ -1 +1,2 @@
+0001-devicedb_updates.patch
 1002-udev_rules.patch

--- End Message ---
--- Begin Message ---
On Wed, Jul 18, 2012 at 14:20:53 +0200, Alessio Treglia wrote:

> unblock libmtp/1.1.3-35-g0ece104-2
> 
Unblocked.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: