Changes in uspace/app/vuhid/main.c [5a6cc679:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vuhid/main.c
r5a6cc679 ra35b458 240 240 return rc; 241 241 } 242 242 243 243 printf("Connected to VHCD `%s'...\n", controller); 244 244 245 245 wait_for_interfaces_death(&hid_dev); 246 246 247 247 printf("Terminating...\n"); 248 248 249 249 usbvirt_device_unplug(&hid_dev); 250 250
Note:
See TracChangeset
for help on using the changeset viewer.