chiark / gitweb /
rules: keyboard - remove "platform" from comments
[elogind.git] / rules / 60-keyboard.rules
index 71cef74c5c0eca43f82489fa20b9f2af69c2176f..a7d679ca925714a2c1db2066b02677627d5560db 100644 (file)
@@ -4,11 +4,11 @@ ACTION=="remove", GOTO="keyboard_end"
 KERNEL!="event*", GOTO="keyboard_end"
 ENV{ID_INPUT_KEY}=="", GOTO="keyboard_end"
 
-# import key mapping for input device
+# skip later rules when we find something for this input device
 IMPORT{builtin}="hwdb --lookup-prefix=keyboard:", \
   RUN{builtin}+="keyboard", GOTO="keyboard_end"
 
-# import key mapping for platform device
+# lookup entries matching the machine's DMI data
 IMPORT{builtin}="hwdb 'keyboard:name:$attr{name}:$attr{[dmi/id]modalias}'", \
   RUN{builtin}+="keyboard", GOTO="keyboard_end"