Changeset ce3efa0 in mainline for uspace/srv/hid/input/port
- Timestamp:
- 2014-08-12T16:49:25Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 593e023
- Parents:
- f6ab787
- Location:
- uspace/srv/hid/input/port
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/niagara.c
rf6ab787 rce3efa0 127 127 /** 128 128 * Called regularly by the polling thread. Reads codes of all the 129 * pressed keys from the buffer. 129 * pressed keys from the buffer. 130 130 */ 131 131 static void niagara_key_pressed(void) -
uspace/srv/hid/input/port/ski.c
rf6ab787 rce3efa0 109 109 if (c == 0) 110 110 break; 111 111 112 kbd_push_data(kbd_dev, c); 112 113 }
Note:
See TracChangeset
for help on using the changeset viewer.
