Changeset 1110ebd in mainline for uspace/lib/usb/include/usb/pipes.h


Ignore:
Timestamp:
2011-02-03T11:16:43Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd50486
Parents:
9d4579e
Message:

Remove default control pipe initialization

It is nonsense as this pipe must be initialized to retrieve
the configuration descriptor used for initialization of other
endpoints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/pipes.h

    r9d4579e r1110ebd  
    8080} usb_endpoint_pipe_t;
    8181
    82 /** Flag for default control pipe. */
    83 #define USB_ENDPOINT_DESCRIPTION_DEFAULT_CONTROL_PIPE 1
    8482
    8583/** Description of endpoint characteristics. */
     
    9391        /** Interface subclass this endpoint belongs to (-1 for any). */
    9492        int interface_subclass;
    95         /** Interface protocol this endpoint belogs to (-1 for any). */
     93        /** Interface protocol this endpoint belongs to (-1 for any). */
    9694        int interface_protocol;
    9795        /** Extra endpoint flags. */
Note: See TracChangeset for help on using the changeset viewer.