Changes in uspace/srv/hid/input/port/pl050.c [1ae74c6:21063c2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/pl050.c
r1ae74c6 r21063c2 37 37 38 38 #include <ddi.h> 39 #include <libarch/ddi.h> 39 40 #include <async.h> 40 41 #include <unistd.h> 41 42 #include <sysinfo.h> 43 #include <kbd_port.h> 44 #include <kbd.h> 45 #include <ddi.h> 42 46 #include <stdio.h> 43 47 #include <errno.h> 44 #include "../kbd_port.h"45 #include "../kbd.h"46 48 47 49 static int pl050_port_init(kbd_dev_t *); … … 78 80 }, 79 81 { 80 .cmd = CMD_ AND,82 .cmd = CMD_BTEST, 81 83 .value = PL050_STAT_RXFULL, 82 84 .srcarg = 1,
Note:
See TracChangeset
for help on using the changeset viewer.