Changeset a7fdfe1 in mainline for arch/ia32/src/drivers/i8042.c


Ignore:
Timestamp:
2005-11-22T21:32:11Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2677758
Parents:
1bdaa3f
Message:

Basic keyboard support for mips32 (msim).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/drivers/i8042.c

    r1bdaa3f ra7fdfe1  
    5252#define LOCKED_CAPSLOCK         (1<<0)
    5353
    54 static spinlock_t keylock;      /**< keylock protects keyflags and lockflags. */
     54static spinlock_t keylock;              /**< keylock protects keyflags and lockflags. */
    5555static volatile int keyflags;           /**< Tracking of multiple keypresses. */
    56 static volatile int lockflags;          /**< Tracking of multiple lock keys keypresses. */
     56static volatile int lockflags;          /**< Tracking of multiple keys lockings. */
    5757
    5858/** Primary meaning of scancodes. */
Note: See TracChangeset for help on using the changeset viewer.