Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(642)

Unified Diff: util/mtp-hotplug.c

Issue 11358153: Update libmtp from pre 1.1.4 git to 1.1.5 release. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: disable mptz Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« config.h ('K') | « src/music-players.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mtp-hotplug.c
===================================================================
--- util/mtp-hotplug.c (revision 166547)
+++ util/mtp-hotplug.c (working copy)
@@ -148,6 +148,8 @@
printf("ATTR{idVendor}==\"0971\", GOTO=\"libmtp_rules_end\"\n");
printf("# Canon scanners that look like MTP devices (PID 0x22nn)\n");
printf("ATTR{idVendor}==\"04a9\", ATTR{idProduct}==\"22*\", GOTO=\"libmtp_rules_end\"\n");
+ printf("# Canon digital camera (EOS 3D) that looks like MTP device (PID 0x3113)\n");
+ printf("ATTR{idVendor}==\"04a9\", ATTR{idProduct}==\"3113\", GOTO=\"libmtp_rules_end\"\n");
printf("# Sensitive Atheros devices that look like MTP devices\n");
printf("ATTR{idVendor}==\"0cf3\", GOTO=\"libmtp_rules_end\"\n");
printf("# Sensitive Atmel JTAG programmers\n");
« config.h ('K') | « src/music-players.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698