Ignore:
File:
1 edited

Legend:

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

    r4c74ac3 r10096231  
    4646        /** Number of ports. */
    4747        int port_count;
    48         /** General usb device info. */
    49         usb_hcd_attached_device_info_t * usb_device;
    50         /** General device info*/
    51         device_t * device;
    52 
     48        /** General device info. */
     49        usb_hcd_attached_device_info_t * device;
    5350} usb_hub_info_t;
    5451
    55 /**
    56  * function running the hub-controlling loop.
    57  * @param noparam fundtion does not need any parameters
    58  */
    59 int usb_hub_control_loop(void * noparam);
    60 
    61 /** Callback when new hub device is detected.
    62  *
    63  * @param dev New device.
    64  * @return Error code.
    65  */
    66 int usb_add_hub_device(device_t *dev);
    67 
    68 /**
    69  * check changes on all registered hubs
    70  */
    71 void usb_hub_check_hub_changes(void);
    72 
    73 
    74 //int usb_add_hub_device(device_t *);
    75 
    76 
     52int usb_add_hub_device(device_t *);
    7753
    7854#endif
Note: See TracChangeset for help on using the changeset viewer.