Changeset deece2f in mainline for uspace/drv/usbhub/utils.c


Ignore:
Timestamp:
2011-02-21T22:25:58Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
233e68d
Parents:
fb78ae72 (diff), dbe25f1 (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:

Development branch merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/utils.c

    rfb78ae72 rdeece2f  
    3838
    3939#include <usbhc_iface.h>
    40 #include <usb/usbdrv.h>
    4140#include <usb/descriptor.h>
    42 #include <usb/devreq.h>
    4341#include <usb/classes/hub.h>
    4442
     
    114112
    115113//control transactions
    116 
     114/*
    117115int usb_drv_sync_control_read(
    118116    int phone, usb_target_t target,
     
    199197}
    200198
    201 
     199*/
    202200
    203201
Note: See TracChangeset for help on using the changeset viewer.