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


Ignore:
Timestamp:
2011-09-23T10:17:25Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bba0f1fc
Parents:
8d3cd30
Message:

usbhub: Create GET_PORT_STATUS request inline isntead of creation function.

File:
1 edited

Legend:

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

    r8d3cd30 rb3433a2  
    234234 * @return error code
    235235 */
    236 int usb_hub_process_hub_specific_info(usb_hub_info_t *hub_info)
     236static int usb_hub_process_hub_specific_info(usb_hub_info_t *hub_info)
    237237{
    238238        assert(hub_info);
Note: See TracChangeset for help on using the changeset viewer.