Changeset 8e33e1d in mainline for uspace/srv/hid/kbd/port/niagara.c
- Timestamp:
- 2010-01-29T17:15:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b86d436
- Parents:
- 86018c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/port/niagara.c
r86018c1 r8e33e1d 67 67 *input_buffer_t; 68 68 69 /* virtual address of the shared buffer */ 69 70 input_buffer_t input_buffer; 70 71 … … 73 74 74 75 /** 75 * Initializes the SGCNdriver.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. 77 78 */ 78 79 int kbd_port_init(void) … … 117 118 118 119 /** 119 * Handler of the "key pressed" event. Reads codes of all the pressed keys from120 * the buffer.120 * Called regularly by the polling thread. Reads codes of all the 121 * pressed keys from the buffer. 121 122 */ 122 123 static void niagara_key_pressed(void)
Note:
See TracChangeset
for help on using the changeset viewer.