From c49df20758e0f22778cfc93b598f2929f4c86272 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 20 Jul 2011 00:05:38 +0200 Subject: [PATCH] rules: input - do not create (broken) links for bluetooth devices --- rules/rules.d/60-persistent-input.rules | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2