Changeset e8a9dc3 in mainline for arch/ia32/src/drivers/i8042.c
- Timestamp:
- 2005-12-10T16:37:20Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e5fcf00
- Parents:
- f7f6f25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/drivers/i8042.c
rf7f6f25 re8a9dc3 82 82 SPECIAL, /* 0x01 - Esc */ 83 83 '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '=', 84 SPECIAL, /* 0x0e - Backspace */84 '\b', /* 0x0e - Backspace */ 85 85 '\t', 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p', '[', ']', '\n', 86 86 SPECIAL, /* 0x1d - LCtrl */
Note:
See TracChangeset
for help on using the changeset viewer.