Changeset 43f698b in mainline for uspace/lib/usb/include


Ignore:
Timestamp:
2011-01-30T21:41:53Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54b5625
Parents:
6865243c
Message:

Add prototype implementation of endpoint pipe functions

Location:
uspace/lib/usb/include/usb
Files:
2 edited

Legend:

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

    r6865243c r43f698b  
    4949        /** Handle of the host controller device is connected to. */
    5050        devman_handle_t hc_handle;
     51        /** Address of the device. */
     52        usb_address_t address;
    5153} usb_device_connection_t;
    5254
  • uspace/lib/usb/include/usb/usb.h

    r6865243c r43f698b  
    5252typedef enum {
    5353        USB_DIRECTION_IN,
    54         USB_DIRECTION_OUT
     54        USB_DIRECTION_OUT,
     55        USB_DIRECTION_BOTH
    5556} usb_direction_t;
    5657
Note: See TracChangeset for help on using the changeset viewer.