Changeset a6add7a in mainline for uspace/lib/usb/include/usb/pipes.h
- Timestamp:
- 2011-03-04T23:35:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 960bee9
- Parents:
- d78a32f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/pipes.h
rd78a32f ra6add7a 43 43 #include <ddf/driver.h> 44 44 45 /** 46 * Abstraction of a physical connection to the device. 45 /** Abstraction of a physical connection to the device. 47 46 * This type is an abstraction of the USB wire that connects the host and 48 47 * the function (device). … … 55 54 } usb_device_connection_t; 56 55 57 /** 58 * Abstraction of a logical connection to USB device endpoint. 56 /** Abstraction of a logical connection to USB device endpoint. 59 57 * It encapsulates endpoint attributes (transfer type etc.) as well 60 58 * as information about currently running sessions. … … 111 109 /** Found descriptor fitting the description. */ 112 110 usb_standard_endpoint_descriptor_t *descriptor; 113 /** Interface the endpoint belongs to. */111 /** Interface descriptor the endpoint belongs to. */ 114 112 usb_standard_interface_descriptor_t *interface; 115 113 /** Whether the endpoint was actually found. */
Note:
See TracChangeset
for help on using the changeset viewer.