Changeset c6d5f08 in mainline for uspace/app/usbinfo/usbinfo.h


Ignore:
Timestamp:
2011-12-11T18:31:34Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb2ef35
Parents:
ab517f4
Message:

usbinfo: Fix incompatibilities with communication framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/usbinfo.h

    rab517f4 rc6d5f08  
    4444
    4545typedef struct {
     46        usb_hc_connection_t hc_conn;
     47        usb_device_connection_t wire;
    4648        usb_pipe_t ctrl_pipe;
    47         usb_device_connection_t wire;
    4849        usb_standard_device_descriptor_t device_descriptor;
    4950        uint8_t *full_configuration_descriptor;
Note: See TracChangeset for help on using the changeset viewer.