chiark / gitweb /
rules: run input_id for main input devices too
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 6 Jun 2011 16:46:23 +0000 (18:46 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 6 Jun 2011 16:46:23 +0000 (18:46 +0200)
rules/rules.d/60-persistent-input.rules

index db0eda79e8aae6b1ffca17e36db4aa9e9a831602..cd1de4e671e8f7a8e79ab8b3ce4b0ace1e40d7e5 100644 (file)
@@ -2,7 +2,6 @@
 
 ACTION=="remove", GOTO="persistent_input_end"
 SUBSYSTEM!="input", GOTO="persistent_input_end"
 
 ACTION=="remove", GOTO="persistent_input_end"
 SUBSYSTEM!="input", GOTO="persistent_input_end"
-KERNEL=="input[0-9]*", GOTO="persistent_input_end"
 
 ENV{ID_INPUT}=="", IMPORT{program}="input_id %p"
 SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{program}="usb_id --export %p"
 
 ENV{ID_INPUT}=="", IMPORT{program}="input_id %p"
 SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{program}="usb_id --export %p"