Changeset 75751db6 in mainline for uspace/drv/char/ps2mouse
- Timestamp:
- 2014-08-29T20:32:20Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af0a2c7
- Parents:
- 312e5ff
- Location:
- uspace/drv/char/ps2mouse
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
ps2mouse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ps2mouse/Makefile
r312e5ff r75751db6 33 33 34 34 SOURCES = \ 35 chardev.c \36 35 main.c \ 37 36 ps2mouse.c -
uspace/drv/char/ps2mouse/ps2mouse.c
r312e5ff r75751db6 37 37 #include <ddf/log.h> 38 38 #include <io/keycode.h> 39 #include <io/chardev.h> 39 40 #include <io/console.h> 40 41 #include <ipc/mouseev.h> … … 42 43 43 44 #include "ps2mouse.h" 44 #include "chardev.h"45 45 46 46 #define PS2_MOUSE_GET_DEVICE_ID 0xf2
Note:
See TracChangeset
for help on using the changeset viewer.
