Changes in uspace/srv/hid/input/port/ns16550.c [b6a088f:a31aad1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/ns16550.c
rb6a088f ra31aad1 39 39 #include <async.h> 40 40 #include <sysinfo.h> 41 #include <input.h> 42 #include <kbd.h> 43 #include <kbd_port.h> 41 44 #include <ddi.h> 42 45 #include <errno.h> 43 #include "../input.h"44 #include "../kbd_port.h"45 #include "../kbd.h"46 46 47 47 static int ns16550_port_init(kbd_dev_t *); … … 84 84 }, 85 85 { 86 .cmd = CMD_ AND,86 .cmd = CMD_BTEST, 87 87 .value = LSR_DATA_READY, 88 88 .srcarg = 1,
Note:
See TracChangeset
for help on using the changeset viewer.