chiark / gitweb /
udev: add builtin 'keyboard' to manage key mappings
[elogind.git] / shell-completion / bash / udevadm
index a31d465d354b5dc32baa87eb43358255ce090a2b..e9ad1792034ce787098fa13001a90bce7fc4d088 100644 (file)
@@ -93,7 +93,7 @@ _udevadm() {
                 fi
 
         elif __contains_word "$verb" ${VERBS[TESTBUILTIN]}; then
-                      comps='blkid btrfs firmware 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") )