Changes in uspace/drv/bus/usb/vhc/conndev.c [9d58539:50b581d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/conndev.c
r9d58539 r50b581d 69 69 70 70 if (data_request == 0) { 71 async_ wait_for(opening_request, NULL);71 async_forget(opening_request); 72 72 return; 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.