Changeset a372663 in mainline for uspace/drv/usbhub/usbhub.c


Ignore:
Timestamp:
2011-03-21T13:53:11Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3954a63b
Parents:
8a951ca
Message:

Rename usb_endpoint_pipe_t ⇒ usb_pipe_t

No change in functionality.

File:
1 edited

Legend:

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

    r8a951ca ra372663  
    354354        }
    355355        //create connection to device
    356         usb_endpoint_pipe_t new_device_pipe;
     356        usb_pipe_t new_device_pipe;
    357357        usb_device_connection_t new_device_connection;
    358358        usb_device_connection_initialize_on_default_address(
     
    488488        usb_log_debug("interrupt at port %d\n", port);
    489489        //determine type of change
    490         usb_endpoint_pipe_t *pipe = hub->control_pipe;
     490        usb_pipe_t *pipe = hub->control_pipe;
    491491       
    492492        int opResult;
Note: See TracChangeset for help on using the changeset viewer.