Changes in uspace/srv/hid/kbd/port/sgcn.c [b3d513f:36e9cd1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/port/sgcn.c
rb3d513f r36e9cd1 92 92 93 93 /* polling thread */ 94 static void *sgcn_thread_impl(void *arg);94 static void sgcn_thread_impl(void *arg); 95 95 96 96 static volatile bool polling_disabled = false; … … 167 167 * Thread to poll SGCN for keypresses. 168 168 */ 169 static void *sgcn_thread_impl(void *arg)169 static void sgcn_thread_impl(void *arg) 170 170 { 171 171 (void) arg;
Note:
See TracChangeset
for help on using the changeset viewer.