Searched refs:HID_KBD_USAGE_KPD1 (Results 1 – 2 of 2) sorted by relevance
345 } else if ((key >= HID_KBD_USAGE_KPD1) && (key <= HID_KBD_USAGE_KPD0)) { in usb_hid_get_keyboard_char()346 ret_key = keycode2ascii[(key - HID_KBD_USAGE_KPD1) + HID_KBD_USAGE_1][0]; in usb_hid_get_keyboard_char()
399 #define HID_KBD_USAGE_KPD1 0x59 /* Keypad 1 (2-9 follow) */ macro
Completed in 9 milliseconds