Changeset b8622e2 in mainline for uspace/drv/usbhub/usbhub.h


Ignore:
Timestamp:
2011-02-25T16:59:24Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a1aa20, 81c508c
Parents:
3b0fb049 (diff), dff940f8 (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 from smekideki: hub driver uses new api and works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/usbhub.h

    r3b0fb049 rb8622e2  
    7575/**
    7676 * function running the hub-controlling loop.
    77  * @param noparam fundtion does not need any parameters
     77 * @param hub_info_param hub info pointer
    7878 */
    79 int usb_hub_control_loop(void * noparam);
     79int usb_hub_control_loop(void * hub_info_param);
    8080
    8181/** Callback when new hub device is detected.
     
    8787
    8888/**
    89  * check changes on all registered hubs
     89 * check changes on specified hub
     90 * @param hub_info_param pointer to usb_hub_info_t structure
    9091 */
    91 void usb_hub_check_hub_changes(void);
     92void usb_hub_check_hub_changes(usb_hub_info_t * hub_info_param);
    9293
    9394
    94 //int usb_add_hub_device(device_t *);
    9595
    9696
Note: See TracChangeset for help on using the changeset viewer.