#include <io/keycode.h>
#include <stdint.h>
#include <stdio.h>
#include <usb/debug.h>
#include "keymap.h"
Go to the source code of this file.
Functions | |
| unsigned int | usb_multimedia_map_usage (int usage) |
| Translates USB HID Usages from the Consumer Page into HelenOS keycodes. | |
Variables | |
| static int | usb_hid_keymap_consumer [0x29c] |
| Mapping between USB HID multimedia usages (from HID Usage Tables) and corresponding HelenOS key codes. | |
Definition in file keymap.c.
1.4.7