Changes in / [fb38cbc:848dafc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.c
rfb38cbc r848dafc 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.