Changeset 5d1ff11 in mainline for uspace/drv/char/i8042/i8042.h


Ignore:
Timestamp:
2021-06-29T19:25:50Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61bf9dd9
Parents:
e87415e6
Message:

Implement mouse/tablet support in the console

That is, we can now draw text based cursor in the console and deliver
button press events to the application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/i8042/i8042.h

    re87415e6 r5d1ff11  
    11/*
     2 * Copyright (c) 2021 Jiri Svoboda
    23 * Copyright (c) 2006 Josef Cejka
    34 * Copyright (c) 2011 Jan Vesely
    4  * Copyright (c) 2017 Jiri Svoboda
    55 * All rights reserved.
    66 *
     
    4848#define NAME  "i8042"
    4949
    50 #define BUFFER_SIZE  12
     50/** Buffer needs to be large enough for rate at which keyboard or mouse
     51 * produces data (mouse produces data at faster rate).
     52 */
     53#define BUFFER_SIZE  64
    5154
    5255/** i8042 HW I/O interface */
Note: See TracChangeset for help on using the changeset viewer.