Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-apple.c49 static unsigned int swap_opt_cmd; variable
50 module_param(swap_opt_cmd, uint, 0644);
51 MODULE_PARM_DESC(swap_opt_cmd, "Swap the Option (\"Alt\") and Command (\"Flag\") keys. "
259 if (swap_opt_cmd) { in hidinput_apple_event()