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


Ignore:
Timestamp:
2011-02-25T16:23:20Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc34f32f
Parents:
d493ac17
Message:

fixed use of new usb pipe api
each hub has it`s own fibril

File:
1 edited

Legend:

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

    rd493ac17 rcd4b184  
    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.
     
    8989 * check changes on all registered hubs
    9090 */
    91 void usb_hub_check_hub_changes(void);
     91//void usb_hub_check_hub_changes(void);
     92
     93/**
     94 * check changes on specified hub
     95 * @param hub_info_param pointer to usb_hub_info_t structure
     96 */
     97void usb_hub_check_hub_changes(usb_hub_info_t * hub_info_param);
    9298
    9399
Note: See TracChangeset for help on using the changeset viewer.