summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2011-01-19 17:47:39 +0100
committerLinus Walleij <triad@df.lth.se>2011-01-23 09:03:11 +0100
commit943818397c423710a3075a87769f8ee788133be2 (patch)
tree655f484b3ceb368561ddbd2442ce588fca28961f /util
parent2e10ab5379cde7689221647d87ab3edee9f6e0c0 (diff)
downloadlibmtp-943818397c423710a3075a87769f8ee788133be2.tar.gz
Add small comment
Diffstat (limited to 'util')
-rw-r--r--util/mtp-hotplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mtp-hotplug.c b/util/mtp-hotplug.c
index 9478643..b2e4205 100644
--- a/util/mtp-hotplug.c
+++ b/util/mtp-hotplug.c
@@ -204,7 +204,7 @@ int main (int argc, char **argv)
* This is code that invokes the mtp-probe program on
* every USB device that is either PTP or vendor specific
*/
- printf("\n# Autoprobe vendor-specific and PTP devices\n");
+ printf("\n# Autoprobe vendor-specific, communication and PTP devices\n");
printf("ENV{ID_MTP_DEVICE}!=\"1\", ATTR{bDeviceClass}==\"00|02|06|ff\", PROGRAM=\"/lib/udev/mtp-probe /sys$env{DEVPATH} $attr{busnum} $attr{devnum}\", RESULT==\"1\", %s\n", action);
printf("\nLABEL=\"libmtp_rules_end\"\n");
break;