Changeset 87157982 in mainline
- Timestamp:
- 2011-02-23T10:58:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d3880aa
- Parents:
- eb48f61
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port.c
reb48f61 r87157982 92 92 93 93 while (1) { 94 usb_log_debug("Port(%d) status address %p:\n",95 port_instance->number, port_instance->address);96 97 94 /* read register value */ 98 95 port_status_t port_status = … … 100 97 101 98 /* debug print */ 102 usb_log_ info("Port(%d) status %#.4x\n",103 port_instance->number, port_ status);99 usb_log_debug("Port %d status at %p: 0x%04x.\n", 100 port_instance->number, port_instance->address, port_status); 104 101 print_port_status(port_status); 105 102
Note:
See TracChangeset
for help on using the changeset viewer.