Changes in uspace/lib/usb/src/recognise.c [bc1c6fb:a6add7a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/recognise.c
rbc1c6fb ra6add7a 138 138 /** Create device match ids based on its interface. 139 139 * 140 * @param[in] desc_device Device descriptor. 141 * @param[in] desc_interface Interface descriptor. 140 * @param[in] descriptor Interface descriptor. 142 141 * @param[out] matches Initialized list of match ids. 143 142 * @return Error code (the two mentioned are not the only ones). 144 143 * @retval EINVAL Invalid input parameters (expects non NULL pointers). 145 * @retval ENOENT Device class is not "use interface".144 * @retval ENOENT Interface does not specify class. 146 145 */ 147 146 int usb_device_create_match_ids_from_interface( … … 334 333 * @param[in] parent Parent device. 335 334 * @param[out] child_handle Handle of the child device. 336 * @param[in] dev_ops Child device ops.337 * @param[in] dev_data Arbitrary pointer to be stored in the child338 * as @c driver_data.339 * @param[out] child_fun Storage where pointer to allocated child function340 * will be written.341 335 * @return Error code. 342 336 */
Note:
See TracChangeset
for help on using the changeset viewer.