Changeset a7fdfe1 in mainline for arch/ia32/src/drivers/i8042.c
- Timestamp:
- 2005-11-22T21:32:11Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2677758
- Parents:
- 1bdaa3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/drivers/i8042.c
r1bdaa3f ra7fdfe1 52 52 #define LOCKED_CAPSLOCK (1<<0) 53 53 54 static spinlock_t keylock; /**< keylock protects keyflags and lockflags. */54 static spinlock_t keylock; /**< keylock protects keyflags and lockflags. */ 55 55 static volatile int keyflags; /**< Tracking of multiple keypresses. */ 56 static volatile int lockflags; /**< Tracking of multiple lock keys keypresses. */56 static volatile int lockflags; /**< Tracking of multiple keys lockings. */ 57 57 58 58 /** Primary meaning of scancodes. */
Note:
See TracChangeset
for help on using the changeset viewer.