Changeset c43b1db2 in mainline for kernel/genarch/src/kbd/i8042.c
- Timestamp:
- 2009-02-28T17:35:43Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c7257b
- Parents:
- 38c64e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/kbd/i8042.c
r38c64e8 rc43b1db2 51 51 #include <sysinfo/sysinfo.h> 52 52 53 i8042_instance_t lgcy_i8042_instance = {54 .i8042 = (i8042_t *) I8042_BASE,55 };56 57 53 /* Keyboard commands. */ 58 54 #define KBD_ENABLE 0xf4 … … 79 75 80 76 #define i8042_BUFFER_FULL_MASK 0x01 81 #define i8042_WAIT_MASK 82 #define i8042_MOUSE_DATA 77 #define i8042_WAIT_MASK 0x02 78 #define i8042_MOUSE_DATA 0x20 83 79 84 80 static void i8042_suspend(chardev_t *);
Note:
See TracChangeset
for help on using the changeset viewer.