- Timestamp:
- 2005-11-25T22:58:38Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4338d2
- Parents:
- 78c32b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/drivers/i8042.c
r78c32b4 rff3b3197 38 38 #include <console/chardev.h> 39 39 #include <console/console.h> 40 #include <macros.h> 40 41 41 42 /** … … 308 309 break; 309 310 default: 310 letter = (ascii >= 'a') && (ascii <= 'z');311 letter = is_lower(ascii); 311 312 capslock = (keyflags & PRESSED_CAPSLOCK) || (lockflags & LOCKED_CAPSLOCK); 312 313 shift = keyflags & PRESSED_SHIFT;
Note:
See TracChangeset
for help on using the changeset viewer.