chiark / gitweb /
udev: add builtin 'keyboard' to manage key mappings
[elogind.git] / shell-completion / bash / udevadm
index 123fb51633e11fad27692a46a332d6a100048575..e9ad1792034ce787098fa13001a90bce7fc4d088 100644 (file)
@@ -93,7 +93,7 @@ _udevadm() {
                 fi
 
         elif __contains_word "$verb" ${VERBS[TESTBUILTIN]}; then
-                      comps='blkid btrfs hwdb input_id kmod net_id path_id usb_id uaccess'
+                      comps='blkid btrfs hwdb input_id keyboard kmod net_id path_id usb_id uaccess'
         fi
 
         COMPREPLY=( $(compgen -W '$comps' -- "$cur") )