Changeset 816175a2 in mainline
- Timestamp:
- 2011-01-29T08:00:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 245b56b5
- Parents:
- 62d9827
- Location:
- uspace/drv/uhci/root_hub
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/root_hub/port.c
r62d9827 r816175a2 20 20 21 21 while (1) { 22 uhci_print_ info("Port(%d) status address %p:\n",22 uhci_print_verbose("Port(%d) status address %p:\n", 23 23 port_instance->number, port_instance->address); 24 24 … … 28 28 29 29 /* debug print */ 30 uhci_print_info("Port(%d) status %#.4x :\n",30 uhci_print_info("Port(%d) status %#.4x\n", 31 31 port_instance->number, port_status); 32 32 print_port_status(port_status); -
uspace/drv/uhci/root_hub/root_hub.c
r62d9827 r816175a2 13 13 { 14 14 assert(hub); 15 usb_dprintf_enable(NAME, DEBUG_LEVEL_INFO); 15 16 16 17 /* allow access to root hub registers */
Note:
See TracChangeset
for help on using the changeset viewer.