Ignore:
File:
1 edited

Legend:

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

    r5097bed4 re080332  
    3838
    3939usb_general_list_t usb_hub_list;
    40 futex_t usb_hub_list_lock;
    4140
    4241static driver_ops_t hub_driver_ops = {
     
    6160{
    6261        usb_dprintf_enable(NAME,1);
    63         futex_initialize(&usb_hub_list_lock, 0);
    6462        usb_lst_init(&usb_hub_list);
    65         futex_up(&usb_hub_list_lock);
    6663        fid_t fid = fibril_create(usb_hub_control_loop, NULL);
    6764        if (fid == 0) {
Note: See TracChangeset for help on using the changeset viewer.