chiark / gitweb /
rules: input - do not create (broken) links for bluetooth devices
[elogind.git] / rules / rules.d / 60-persistent-input.rules
index 7230e4b312121843cd2c8d226c1dcfcbfe4ea910..65a6381fad427f29455a7a691cecd621c509721d 100644 (file)
@@ -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"