From: Kay Sievers Date: Tue, 19 Jul 2011 22:05:38 +0000 (+0200) Subject: rules: input - do not create (broken) links for bluetooth devices X-Git-Tag: 174~52 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c49df20758e0f22778cfc93b598f2929f4c86272 rules: input - do not create (broken) links for bluetooth devices --- diff --git a/rules/rules.d/60-persistent-input.rules b/rules/rules.d/60-persistent-input.rules index 7230e4b31..65a6381fa 100644 --- a/rules/rules.d/60-persistent-input.rules +++ b/rules/rules.d/60-persistent-input.rules @@ -2,6 +2,7 @@ ACTION=="remove", GOTO="persistent_input_end" SUBSYSTEM!="input", GOTO="persistent_input_end" +SUBSYSTEMS=="bluetooth", GOTO="persistent_input_end" ENV{ID_INPUT}=="", IMPORT{program}="input_id %p" SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{program}="usb_id --export %p"