Changeset ba7f671 in mainline for uspace/lib/usb/src/hcdhubd.c
- Timestamp:
- 2010-11-28T21:37:55Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1f43c8f
- Parents:
- fb1dca09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hcdhubd.c
rfb1dca09 rba7f671 40 40 #include <bool.h> 41 41 #include <errno.h> 42 #include <str_error.h> 42 43 #include <usb/classes/hub.h> 43 44 … … 150 151 match_id->id = child_info->match_id; 151 152 match_id->score = 10; 152 printf("adding child device with match \"%s\"\n", match_id->id);153 153 add_match_id(&child->match_ids, match_id); 154 154 155 155 rc = child_device_register(child, child_info->parent); 156 printf("%s: adding child device with match \"%s\" (%s)\n", 157 hc_driver->name, match_id->id, str_error(rc)); 156 158 if (rc != EOK) { 157 159 goto failure;
Note:
See TracChangeset
for help on using the changeset viewer.