Changeset 7354b5e in mainline for uspace/srv/hid/input
- Timestamp:
- 2017-06-10T10:06:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63e27ef
- Parents:
- e299dbe
- Location:
- uspace/srv/hid/input
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/kbdev.c
re299dbe r7354b5e 45 45 #include <stdlib.h> 46 46 #include <vfs/vfs_sess.h> 47 #include <sys/typefmt.h>48 47 #include "../gsp.h" 49 48 #include "../input.h" -
uspace/srv/hid/input/proto/mousedev.c
re299dbe r7354b5e 43 43 #include <ipc/mouseev.h> 44 44 #include <loc.h> 45 #include <sys/typefmt.h>46 45 #include "../mouse.h" 47 46 #include "../mouse_port.h"
Note:
See TracChangeset
for help on using the changeset viewer.