~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/hid/input/port/pl050.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:
40
40
#include <async.h>
41
41
#include <unistd.h>
42
42
#include <sysinfo.h>
43
 
#include <kbd_port.h>
44
 
#include <kbd.h>
45
43
#include <ddi.h>
46
44
#include <stdio.h>
47
45
#include <errno.h>
 
46
#include "../kbd_port.h"
 
47
#include "../kbd.h"
48
48
 
49
49
static int pl050_port_init(kbd_dev_t *);
50
50
static void pl050_port_yield(void);
79
79
                .dstarg = 1
80
80
        },
81
81
        {
82
 
                .cmd = CMD_BTEST,
 
82
                .cmd = CMD_AND,
83
83
                .value = PL050_STAT_RXFULL,
84
84
                .srcarg = 1,
85
85
                .dstarg = 3