Changeset cdc1aa1 in mainline for uspace/lib/usb/include/usb/usbdrv.h


Ignore:
Timestamp:
2010-12-10T09:50:58Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7964475, bf2063e9
Parents:
040068c (diff), 99ea659c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge retrieval of configuration descriptor

The merge also includes extension of `usbinfo' app.

File:
1 edited

Legend:

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

    r040068c rcdc1aa1  
    7272int usb_drv_psync_control_write_status(int, usb_target_t);
    7373
     74int usb_drv_psync_control_write(int, usb_target_t,
     75    void *, size_t, void *, size_t);
     76
    7477
    7578int usb_drv_async_control_read_setup(int, usb_target_t,
     
    8487int usb_drv_psync_control_read_status(int, usb_target_t);
    8588
     89int usb_drv_psync_control_read(int, usb_target_t,
     90    void *, size_t, void *, size_t, size_t *);
     91
     92
    8693
    8794int usb_drv_async_wait_for(usb_handle_t);
    8895
    89 
    90 int usb_drv_req_set_address(int, usb_address_t, usb_address_t);
    91 int usb_drv_req_get_device_descriptor(int, usb_address_t,
    92     usb_standard_device_descriptor_t *);
    9396
    9497#endif
Note: See TracChangeset for help on using the changeset viewer.