Changes in uspace/app/mkbd/main.c [07b7c48:e540424a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkbd/main.c
r07b7c48 re540424a 45 45 #include <loc.h> 46 46 #include <usb/dev/hub.h> 47 #include <usb /hid/iface.h>47 #include <usbhid_iface.h> 48 48 #include <usb/dev/pipes.h> 49 49 #include <async.h> … … 123 123 free(desc); 124 124 125 if (rc != EOK) { 126 free(desc); 127 return rc; 128 } 129 130 return EOK; 125 return rc; 131 126 } 132 127 … … 231 226 } 232 227 233 async_sess_t *sess = devman_device_connect(EXCHANGE_SERIALIZE, 234 dev_handle, 0); 228 async_sess_t *sess = devman_device_connect(dev_handle, 0); 235 229 if (!sess) { 236 230 printf(NAME ": failed to connect to the device (handle %"
Note:
See TracChangeset
for help on using the changeset viewer.