mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
Keyboard drivers are generally registered via linker set. In these cases, they're also available as kmods which use KPI for registering/unregistering keyboard drivers outside of the linker set. For built-in modules, we still fire off MOD_LOAD and maybe even MOD_UNLOAD if an error occurs, leading to registration via linker set and at MOD_LOAD time. This is a minor optimization at best, but it keeps the internal kbd driver tidy as a future change will merge the linker set driver list into its internal keyboard_drivers list via SYSINIT and simplify driver lookup by removing the need to consult the linker set. |
||
|---|---|---|
| .. | ||
| atp.c | ||
| uep.c | ||
| uhid.c | ||
| uhid_snes.c | ||
| ukbd.c | ||
| ums.c | ||
| usb_rdesc.h | ||
| wmt.c | ||
| wsp.c | ||