Changes in uspace/srv/hid/input/input.c [3bacee1:774aa332] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/input/input.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/input.c
r3bacee1 r774aa332 308 308 /* Mutual exclusion of active clients */ 309 309 list_foreach(clients, link, client_t, client) 310 client->active = ((active) && (client == active_client));310 client->active = ((active) && (client == active_client)); 311 311 312 312 /* Notify clients about the arbitration */
Note:
See TracChangeset
for help on using the changeset viewer.
