Changeset babcc423 in mainline
- Timestamp:
- 2018-01-18T03:06:39Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f79283b
- Parents:
- 9b8dac4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/bus.c
r9b8dac4 rbabcc423 89 89 90 90 char buf[10] = { 0 }; /* usbxyz-ss */ 91 snprintf(buf, sizeof(buf) - 1, "usb%u-%cs",91 snprintf(buf, sizeof(buf), "usb%u-%cs", 92 92 dev->address, usb_str_speed(dev->speed)[0]); 93 93
Note:
See TracChangeset
for help on using the changeset viewer.