Changeset a372663 in mainline for uspace/drv/usbhid/hiddev.h


Ignore:
Timestamp:
2011-03-21T13:53:11Z (13 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/usbhid/hiddev.h

    r8a951ca ra372663  
    6868        usb_device_connection_t wire;
    6969        /** USB pipe corresponding to the default Control endpoint. */
    70         usb_endpoint_pipe_t ctrl_pipe;
     70        usb_pipe_t ctrl_pipe;
    7171        /** USB pipe corresponding to the Interrupt In (polling) pipe. */
    72         usb_endpoint_pipe_t poll_pipe;
     72        usb_pipe_t poll_pipe;
    7373       
    7474        /** Polling interval retreived from the Interface descriptor. */
Note: See TracChangeset for help on using the changeset viewer.