Changes in uspace/srv/hid/output/output.c [b688fd8:ce3efa0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/output.c
rb688fd8 rce3efa0 460 460 461 461 /* Register server */ 462 async_set_ fallback_port_handler(client_connection, NULL);462 async_set_client_connection(client_connection); 463 463 int rc = loc_server_register(NAME); 464 464 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.