Changeset b688fd8 in mainline for uspace/srv/hid/isdv4_tablet/main.c
- Timestamp:
- 2015-08-17T18:54:56Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf2dfd
- Parents:
- b10460a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/isdv4_tablet/main.c
rb10460a rb688fd8 306 306 fibril_add_ready(fibril); 307 307 308 async_set_ client_connection(mouse_connection);308 async_set_fallback_port_handler(mouse_connection, NULL); 309 309 rc = loc_server_register(NAME); 310 310 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.