Changeset b6a088f in mainline for uspace/srv/hid/input/proto
- Timestamp:
- 2012-08-16T19:14:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9d011e4
- Parents:
- 9f5cf68
- Location:
- uspace/srv/hid/input/proto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/proto/adb.c
r9f5cf68 rb6a088f 37 37 38 38 #include <bool.h> 39 #include <mouse.h>40 #include <mouse_port.h>41 #include <mouse_proto.h>39 #include "../mouse.h" 40 #include "../mouse_port.h" 41 #include "../mouse_proto.h" 42 42 43 43 static mouse_dev_t *mouse_dev; -
uspace/srv/hid/input/proto/mousedev.c
r9f5cf68 rb6a088f 43 43 #include <errno.h> 44 44 #include <ipc/mouseev.h> 45 #include <input.h>46 45 #include <loc.h> 47 #include <mouse.h>48 #include <mouse_port.h>49 #include <mouse_proto.h>50 46 #include <sys/typefmt.h> 47 #include "../mouse.h" 48 #include "../mouse_port.h" 49 #include "../mouse_proto.h" 50 #include "../input.h" 51 51 52 52 /** Mousedev softstate */
Note:
See TracChangeset
for help on using the changeset viewer.