Changeset b7fd2a0 in mainline for uspace/app/usbinfo/info.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/info.c
r36f0738 rb7fd2a0 313 313 l18_win_locales_t *langs; 314 314 size_t langs_count; 315 int rc = usb_request_get_supported_languages(315 errno_t rc = usb_request_get_supported_languages( 316 316 usb_device_get_default_pipe(usb_dev), &langs, &langs_count); 317 317 if (rc != EOK) { … … 362 362 void dump_status(usb_device_t *usb_dev) 363 363 { 364 int rc;364 errno_t rc; 365 365 uint16_t status = 0; 366 366
Note:
See TracChangeset
for help on using the changeset viewer.