Changeset 98169ab in mainline for uspace/drv/ohci/hc.c
- Timestamp:
- 2011-04-01T14:25:51Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 1b9c0e2
- Parents:
- 27bdfa5 (diff), 9b640c42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.c
r27bdfa5 r98169ab 58 58 59 59 char *match_str = NULL; 60 int ret = asprintf(&match_str, "usb& mid");60 int ret = asprintf(&match_str, "usb&class=hub"); 61 61 ret = (match_str == NULL) ? ret : EOK; 62 62 if (ret < 0) {
Note:
See TracChangeset
for help on using the changeset viewer.