Changeset a61c683 in mainline for uspace/drv/bus/usb/usbhub/usbhub.c


Ignore:
Timestamp:
2011-09-23T19:44:28Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
400f363
Parents:
aefa0d5
Message:

usbhub: Fix endian TODOs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/usbhub.c

    raefa0d5 ra61c683  
    405405
    406406        /* Handle status changes */
    407         if (status & USB_HUB_STATUS_C_OVER_CURRENT)
     407        if (status & USB_HUB_STATUS_C_OVER_CURRENT) {
    408408                usb_hub_over_current(hub_info, status);
     409        }
    409410
    410411        if (status & USB_HUB_STATUS_C_LOCAL_POWER) {
Note: See TracChangeset for help on using the changeset viewer.