Codebase list libmtp / 945663d
Import Debian changes 1.1.3-35-g0ece104-4 libmtp (1.1.3-35-g0ece104-4) unstable; urgency=low * Blacklist Canon EOS 3D for now as it leads to a SIGSEGV in libc. (Closes: #687004) Alessio Treglia authored 11 years ago Dylan Aïssi committed 5 years ago
3 changed file(s) with 26 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libmtp (1.1.3-35-g0ece104-4) unstable; urgency=low
1
2 * Blacklist Canon EOS 3D for now as it leads to a SIGSEGV in
3 libc. (Closes: #687004)
4
5 -- Alessio Treglia <alessio@debian.org> Sun, 30 Sep 2012 17:32:59 +0100
6
07 libmtp (1.1.3-35-g0ece104-3) unstable; urgency=low
18
29 * Add Sony Tablet P1 support. (Closes: #683637)
0 Description: Blacklist Canon EOS 3D for now, it leads to a SIGSEGV in libc.
1 Author: Alessio Treglia <alessio@debian.org>
2 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687004
3 ---
4 util/mtp-hotplug.c | 2 ++
5 1 file changed, 2 insertions(+)
6
7 --- libmtp.orig/util/mtp-hotplug.c
8 +++ libmtp/util/mtp-hotplug.c
9 @@ -148,6 +148,8 @@ int main (int argc, char **argv)
10 printf("ATTR{idVendor}==\"0971\", GOTO=\"libmtp_rules_end\"\n");
11 printf("# Canon scanners that look like MTP devices (PID 0x22nn)\n");
12 printf("ATTR{idVendor}==\"04a9\", ATTR{idProduct}==\"22*\", GOTO=\"libmtp_rules_end\"\n");
13 + printf("# Canon digital camera (EOS 3D) that looks like MTP device (PID 0x3113)\n");
14 + printf("ATTR{idVendor}==\"04a9\", ATTR{idProduct}==\"3113\", GOTO=\"libmtp_rules_end\"\n");
15 printf("# Sensitive Atheros devices that look like MTP devices\n");
16 printf("ATTR{idVendor}==\"0cf3\", GOTO=\"libmtp_rules_end\"\n");
17 printf("# Sensitive Atmel JTAG programmers\n");
00 0001-devicedb_updates.patch
1 0002-udev_blacklist.patch
12 1002-udev_rules.patch