Changes in uspace/app/mkbd/main.c [f9b2cb4c:a44424f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkbd/main.c
rf9b2cb4c ra44424f 231 231 } 232 232 233 async_sess_t *sess = devman_device_connect(dev_handle, 0); 233 async_sess_t *sess = devman_device_connect(EXCHANGE_SERIALIZE, 234 dev_handle, 0); 234 235 if (!sess) { 235 236 printf(NAME ": failed to connect to the device (handle %"
Note:
See TracChangeset
for help on using the changeset viewer.