Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-apple.c69 static unsigned int swap_fn_leftctrl; variable
70 module_param(swap_fn_leftctrl, uint, 0644);
71 MODULE_PARM_DESC(swap_fn_leftctrl, "Swap the Fn and left Control keys. "
410 if (swap_fn_leftctrl) { in hidinput_apple_event()