You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ugrd.kmod.input` is automatically imported by `ugrd.kmod.kmod` and is used to detect kernel modules for keyboards, and keyboard like input devices.
183
+
184
+
> Miscellaneous devices and buttons may present as "input devices providing keyboard events", but are not keyboards. The `keyboard_key_threshold` option can be used to filter these devices.
185
+
186
+
*`kmod_autodetect_input` (true) Detects keyboard devices using `/sys/class/input/`, using `keyboard_key_threshold`.
187
+
*`keyboard_key_threshold` (25) The number of keys provided by an input device before it should be considered a keyboard.
188
+
189
+
> If necessary input devices are not detected, they may be detected using `kmod_autodetect_lspci` or `kmod_autodetect_lsmod`.
190
+
> This is not recommended, as it may cause unnecessary modules to be loaded. Please open an issue if this module does not work for your keyboard.
191
+
180
192
#### Kernel module helpers
181
193
182
194
Some helper modules have been created to make importing required kernel modules easier.
0 commit comments