Changeset b2387c2 in mainline for uspace/drv/usbhub


Ignore:
Timestamp:
2011-05-30T13:07:57Z (15 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8971926, 9843942
Parents:
d600874
Message:

removed todos

Location:
uspace/drv/usbhub
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/main.c

    rd600874 rb2387c2  
    8787
    8888        usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME);
    89        
     89
    9090        return usb_driver_main(&usb_hub_driver);
    9191}
  • uspace/drv/usbhub/usbhub.c

    rd600874 rb2387c2  
    249249        usb_log_debug("setting port count to %d\n", descriptor->ports_count);
    250250        hub_info->port_count = descriptor->ports_count;
    251         /// \TODO this is not semantically correct
    252251        bool is_power_switched =
    253252            ((descriptor->hub_characteristics & 1) == 0);
Note: See TracChangeset for help on using the changeset viewer.