TP_HKEY_EV_ORIG_KEY_START
if (hkey >= TP_HKEY_EV_ORIG_KEY_START &&
scancode = hkey - TP_HKEY_EV_ORIG_KEY_START;
tpacpi_input_send_key(TP_HKEY_EV_ORIG_KEY_START + scancode, NULL);
if (hkey >= TP_HKEY_EV_ORIG_KEY_START && hkey <= TP_HKEY_EV_ORIG_KEY_END) {
unsigned int scancode = hkey - TP_HKEY_EV_ORIG_KEY_START;