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

/linux-master/drivers/hid/
H A Dhid-apple.c57 static unsigned int swap_opt_cmd; variable
58 module_param(swap_opt_cmd, uint, 0644);
59 MODULE_PARM_DESC(swap_opt_cmd, "Swap the Option (\"Alt\") and Command (\"Flag\") keys. "
428 if (swap_opt_cmd) {
429 if (swap_opt_cmd == 2)

Completed in 188 milliseconds