Changeset b7fd2a0 in mainline for uspace/app/usbinfo/hid.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/hid.c
r36f0738 rb7fd2a0 136 136 137 137 size_t actual_report_size; 138 int rc = usb_request_get_descriptor(ctrl_pipe,138 errno_t rc = usb_request_get_descriptor(ctrl_pipe, 139 139 USB_REQUEST_TYPE_STANDARD, USB_REQUEST_RECIPIENT_INTERFACE, 140 140 USB_DESCTYPE_HID_REPORT, 0, iface_no,
Note:
See TracChangeset
for help on using the changeset viewer.