bluetooth: ensure bluetooth rfcomm devices get tagged as candidates

This commit is contained in:
Dan Williams
2010-12-19 15:07:56 -06:00
parent d2ce75b57a
commit a4e620aca0

View File

@@ -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"