~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/hid/input/stroke.c

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 *
40
40
 */
41
41
 
42
 
#include <stroke.h>
43
 
#include <kbd.h>
44
42
#include <io/console.h>
45
43
#include <io/keycode.h>
 
44
#include "stroke.h"
 
45
#include "kbd.h"
46
46
 
47
47
/** Correspondence between modifers and the modifier keycodes. */
48
48
static unsigned int mods_keys[][2] = {