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: http://review.tizen.org/git/?a=commitdiff_plain;h=c49df20758e0f22778cfc93b598f2929f4c86272;p=platform%2Fupstream%2Fsystemd.git 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 7230e4b..65a6381 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"