Changeset 44d518b in mainline for uspace/drv/bus/usb/uhci/uhci_rh.c
- Timestamp:
- 2013-01-06T12:20:40Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c058b6e
- Parents:
- 74271e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci_rh.c
r74271e0 r44d518b 172 172 173 173 const uint16_t val = pio_read_16(hub->ports[port]); 174 const uint32_t status = uint 16_usb2host(174 const uint32_t status = uint32_host2usb( 175 175 UHCI2USB(val, STATUS_CONNECTED, USB_HUB_FEATURE_PORT_CONNECTION) | 176 176 UHCI2USB(val, STATUS_ENABLED, USB_HUB_FEATURE_PORT_ENABLE) |
Note:
See TracChangeset
for help on using the changeset viewer.