Skip to content

Commit 979c3f7

Browse files
committed
DEBUG - genode_c_api USB session releasing - part VIII
Issue genodelabs#5500
1 parent bf8797c commit 979c3f7

File tree

1 file changed

+1
-1
lines changed
  • repos/dde_linux/src/lib/lx_emul

1 file changed

+1
-1
lines changed

repos/dde_linux/src/lib/lx_emul/usb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ handle_control_request(genode_usb_request_handle_t handle,
221221

222222
usb_unlock_device(udev);
223223

224-
printk("%s:%u in\n", __func__, __LINE__);
224+
printk("%s:%u - timeout=%lu %d\n", __func__, __LINE__, ctrl_timeout, (int)ctrl_timeout);
225225

226226
ret = usb_control_msg(udev, pipe, ctrl_request, ctrl_request_type,
227227
ctrl_value, ctrl_index, payload.addr,

0 commit comments

Comments
 (0)