Changeset 8e33e1d in mainline for uspace/srv/hid/kbd/port/niagara.c


Ignore:
Timestamp:
2010-01-29T17:15:32Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b86d436
Parents:
86018c1
Message:

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/kbd/port/niagara.c

    r86018c1 r8e33e1d  
    6767        *input_buffer_t;
    6868
     69/* virtual address of the shared buffer */
    6970input_buffer_t input_buffer;
    7071
     
    7374
    7475/**
    75  * Initializes the SGCN driver.
    76  * Maps the physical memory (SRAM) and creates the polling thread.
     76 * Initializes the Niagara driver.
     77 * Maps the shared buffer and creates the polling thread.
    7778 */
    7879int kbd_port_init(void)
     
    117118
    118119/**
    119  * Handler of the "key pressed" event. Reads codes of all the pressed keys from
    120  * the buffer.
     120 * Called regularly by the polling thread. Reads codes of all the
     121 * pressed keys from the buffer.
    121122 */
    122123static void niagara_key_pressed(void)
Note: See TracChangeset for help on using the changeset viewer.