Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usbhc_iface.h

    raae339e9 rcb59f787  
    9292 */
    9393typedef enum {
    94         /** Tell USB address assigned to device.
    95          * Parameters:
    96          * - devman handle id
    97          * Answer:
    98          * - EINVAL - unknown handle or handle not managed by this driver
    99          * - ENOTSUP - operation not supported by HC (shall not happen)
    100          * - arbitrary error code if returned by remote implementation
    101          * - EOK - handle found, first parameter contains the USB address
    102          */
    103         IPC_M_USBHC_GET_ADDRESS,
    104 
    10594        /** Asks for data buffer.
    10695         * See explanation at usb_iface_funcs_t.
     
    168157/** USB devices communication interface. */
    169158typedef struct {
    170         int (*tell_address)(device_t *, devman_handle_t, usb_address_t *);
    171159        int (*interrupt_out)(device_t *, usb_target_t,
    172160            void *, size_t,
Note: See TracChangeset for help on using the changeset viewer.