Ignore:
Timestamp:
2011-12-14T11:49:09Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbd568b
Parents:
30ec5ea
Message:

libusbhost: Doxygen. Return NULL on NULL link in endpoint_get_instance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/lib/usbhost/include/usb/host/usb_device_manager.h

    r30ec5ea rc59dbdd5  
    5959                devman_handle_t handle; /**< Devman handle of the device. */
    6060        } devices[USB_ADDRESS_COUNT];
     61        /** Maximum speed allowed. */
    6162        usb_speed_t max_speed;
     63        /** Protect access to members. */
    6264        fibril_mutex_t guard;
    6365        /** The last reserved address */
Note: See TracChangeset for help on using the changeset viewer.