Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dadbhid.c56 static int restore_capslock_events; variable
57 module_param(restore_capslock_events, int, 0644);
58 MODULE_PARM_DESC(restore_capslock_events,
293 if (restore_capslock_events) { in adbhid_input_keycode()
330 if (!restore_capslock_events) { in adbhid_input_keycode()
740 if (restore_capslock_events) in adb_message_handler()