Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/macintosh/
Dadbhid.c55 static int restore_capslock_events; variable
56 module_param(restore_capslock_events, int, 0644);
57 MODULE_PARM_DESC(restore_capslock_events,
292 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()