Home
last modified time | relevance | path

Searched refs:swap_fn_leftctrl (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/hid/
H A Dhid-apple.c77 static unsigned int swap_fn_leftctrl; variable
78 module_param(swap_fn_leftctrl, uint, 0644);
79 MODULE_PARM_DESC(swap_fn_leftctrl, "Swap the Fn and left Control keys. "
433 if (swap_fn_leftctrl) { in hidinput_apple_event()