aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2012-03-22 23:10:33 +0100
committerLinus Walleij <triad@df.lth.se>2012-03-22 23:10:33 +0100
commitf7ff08acc45cdb40b355915a26a823a68839eea4 (patch)
treee071961e4d2ac311251032af3d66ee3dbf07d71b
parent8e498d444a97e39517dc7150aaf12539a56f5110 (diff)
downloadlibmtp-f7ff08acc45cdb40b355915a26a823a68839eea4.tar.gz
Avoid probing Atheros devices too
Signed-off-by: Linus Walleij <triad@df.lth.se>
-rw-r--r--util/mtp-hotplug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mtp-hotplug.c b/util/mtp-hotplug.c
index 959b034..3cf9e23 100644
--- a/util/mtp-hotplug.c
+++ b/util/mtp-hotplug.c
@@ -148,6 +148,8 @@ int main (int argc, char **argv)
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("# Sensitive Atheros devices that look like MTP devices\n");
+ printf("ATTR{idVendor}==\"0cf3\", GOTO=\"libmtp_rules_end\"\n");
printf("\n");
break;
case style_udev_old: