Changeset 7da3219 in mainline for uspace/app/virtusbkbd/kbdconfig.c


Ignore:
Timestamp:
2010-10-13T21:29:00Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1880c65
Parents:
2c381250
Message:

Virtual keyboard sends key codes

The virtual USB keyboard sends a fixed batch of keyboard events.
These events shall switch to VT6 and type 'Hello' there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/virtusbkbd/kbdconfig.c

    r2c381250 r7da3219  
    3535 */
    3636#include "kbdconfig.h"
     37#include "keys.h"
    3738#include <usb/hcd.h>
    3839#include <usb/hid.h>
     
    9697                /* LED states padding */
    9798                OUTPUT(IOF_CONSTANT),
    98                 REPORT_COUNT1(6),
     99                REPORT_COUNT1(KB_MAX_KEYS_AT_ONCE),
    99100                REPORT_SIZE1(8),
    100101                LOGICAL_MINIMUM1(0),
Note: See TracChangeset for help on using the changeset viewer.