aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-12-19 15:07:56 -0600
committerDan Williams <dcbw@redhat.com>2010-12-19 15:07:56 -0600
commita4e620aca0a13b6630b587bc6ed21ec2454e86ec (patch)
treeffb0f34b1f633bde93105db3d3b8b4efe6bb12a0 /src
parentd2ce75b57a27a9feaddb25558e62ae7162ef7f9f (diff)
bluetooth: ensure bluetooth rfcomm devices get tagged as candidates
Diffstat (limited to 'src')
-rw-r--r--src/80-mm-candidate.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/80-mm-candidate.rules b/src/80-mm-candidate.rules
index f396cfcf..e30b04ef 100644
--- a/src/80-mm-candidate.rules
+++ b/src/80-mm-candidate.rules
@@ -11,6 +11,7 @@ ACTION!="add|change", GOTO="mm_candidate_end"
SUBSYSTEM=="tty", ENV{ID_MM_CANDIDATE}="1"
SUBSYSTEM=="net", ENV{ID_MM_CANDIDATE}="1"
+SUBSYSTEM=="bluetooth", ENV{ID_MM_CANDIDATE}="1"
LABEL="mm_candidate_end"