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

/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c261 static const uint8_t hkbd_trtab[256] = { variable
1393 keycode = hkbd_trtab[KEY_INDEX(usbcode)];
1871 keycode = hkbd_trtab[KEY_INDEX(usbcode)];
1878 * hkbd_trtab translates this to 0x7e, and key2scan() would
1882 * The usual usbcode for all PrintScreens is 0x46. hkbd_trtab

Completed in 99 milliseconds