Changes in uspace/drv/usbhub/main.c [5097bed4:e080332] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/main.c
r5097bed4 re080332 38 38 39 39 usb_general_list_t usb_hub_list; 40 futex_t usb_hub_list_lock;41 40 42 41 static driver_ops_t hub_driver_ops = { … … 61 60 { 62 61 usb_dprintf_enable(NAME,1); 63 futex_initialize(&usb_hub_list_lock, 0);64 62 usb_lst_init(&usb_hub_list); 65 futex_up(&usb_hub_list_lock);66 63 fid_t fid = fibril_create(usb_hub_control_loop, NULL); 67 64 if (fid == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.