Changeset 66a54cc in mainline for uspace/drv/ohci/hc.c
- Timestamp:
- 2011-04-01T14:45:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03eea27
- Parents:
- 87b52c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.c
r87b52c9 r66a54cc 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.