Changes in uspace/drv/bus/usb/usbmid/main.c [5153b58:0681c06] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmid/main.c
r5153b58 r0681c06 53 53 usb_log_info("Taking care of new MID `%s'.\n", dev->ddf_dev->name); 54 54 55 usb_pipe_start_long_transfer(&dev->ctrl_pipe); 56 57 bool accept = usbmid_explore_device(dev); 58 59 usb_pipe_end_long_transfer(&dev->ctrl_pipe); 55 const bool accept = usbmid_explore_device(dev); 60 56 61 57 if (!accept) {
Note:
See TracChangeset
for help on using the changeset viewer.