Ignore:
File:
1 edited

Legend:

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

    r5d1ff11 rd1582b50  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
    32 * Copyright (c) 2006 Josef Cejka
    43 * Copyright (c) 2011 Jan Vesely
     4 * Copyright (c) 2017 Jiri Svoboda
    55 * All rights reserved.
    66 *
     
    4848#define NAME  "i8042"
    4949
    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
     50#define BUFFER_SIZE  12
    5451
    5552/** i8042 HW I/O interface */
Note: See TracChangeset for help on using the changeset viewer.