Changeset 75751db6 in mainline for uspace/drv/char/ps2mouse/ps2mouse.c
- Timestamp:
- 2014-08-29T20:32:20Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af0a2c7
- Parents:
- 312e5ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.