diff options
author | Dan Williams <dcbw@redhat.com> | 2010-12-19 15:07:56 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-12-19 15:07:56 -0600 |
commit | a4e620aca0a13b6630b587bc6ed21ec2454e86ec (patch) | |
tree | ffb0f34b1f633bde93105db3d3b8b4efe6bb12a0 /src | |
parent | d2ce75b57a27a9feaddb25558e62ae7162ef7f9f (diff) |
bluetooth: ensure bluetooth rfcomm devices get tagged as candidates
Diffstat (limited to 'src')
-rw-r--r-- | src/80-mm-candidate.rules | 1 |
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" |