#include <io/keycode.h>
#include <stdint.h>
#include <stdio.h>
#include <usb/debug.h>
#include "conv.h"
Go to the source code of this file.
Functions | |
unsigned int | usbhid_parse_scancode (int scancode) |
Translate USB HID key codes (from HID Usage Tables) to generic key codes recognized by HelenOS. | |
Variables | |
static int | scanmap_simple [255] |
Mapping between USB HID key codes (from HID Usage Tables) and corresponding HelenOS key codes. |
Definition in file conv.c.