Lines Matching refs:keycode
1154 * following keycode mapping between PS2 and USB,
1156 * PS2 AT-101 keycode(29) ---> USB(49)
1157 * PS2 AT-102 keycode(42) ---> USB(50)
1166 * in the table of keycode-to-symbol mapping, either
1168 * keycode 49, we look at the entry for 49. If it's
2183 kbtrans_key_t *keycode, enum keystate *state)
2196 cb->cons_polledio_argument, keycode, state);
2208 * USB(50) keycode mapping workaround, for
2211 * There are two possible USB keycode mappings
2213 * makes sure that we use the USB keycode that
2221 if (*keycode == 49 || *keycode == 50) {
2223 *keycode = 49;
2225 *keycode = 50;