Changeset 1f5c1e61 in mainline for uspace/drv/uhci-rhd/port_status.c
- Timestamp:
- 2011-02-04T12:37:31Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1669a73
- Parents:
- 5944244
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port_status.c
r5944244 r1f5c1e61 64 64 unsigned i = 0; 65 65 for (;i < sizeof(flags)/sizeof(struct flag_name); ++i) { 66 usb_log_debug ("\t%s status: %s.\n", flags[i].name,66 usb_log_debug2("\t%s status: %s.\n", flags[i].name, 67 67 value & flags[i].flag ? "YES" : "NO"); 68 68 }
Note:
See TracChangeset
for help on using the changeset viewer.