Changes in uspace/drv/ohci/hc.c [9b640c42:53f1c87] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/drv/ohci/hc.c ¶
r9b640c42 r53f1c87 58 58 59 59 char *match_str = NULL; 60 int ret = asprintf(&match_str, "usb& class=hub");60 int ret = asprintf(&match_str, "usb&mid"); 61 61 ret = (match_str == NULL) ? ret : EOK; 62 62 if (ret < 0) {
Note:
See TracChangeset
for help on using the changeset viewer.