Changes in uspace/drv/ohci/root_hub.c [63d4d4fd:e89bb50] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.c
r63d4d4fd re89bb50 505 505 mask = port_status_change_mask; 506 506 for (port = 1; port <= instance->port_count; ++port) { 507 if ( mask & instance->registers->rh_port_status[port - 1]!= 0) {507 if ((mask & instance->registers->rh_port_status[port - 1]) != 0) { 508 508 509 509 bitmap[(port) / 8] += 1 << (port % 8);
Note:
See TracChangeset
for help on using the changeset viewer.