diff --git a/xhcid/src/main.rs b/xhcid/src/main.rs index 6b9fe1bd79..6a10660160 100644 --- a/xhcid/src/main.rs +++ b/xhcid/src/main.rs @@ -204,7 +204,7 @@ fn daemon(daemon: redox_daemon::Daemon) -> ! { let address = unsafe { bar.physmap_mem("xhcid") } as usize; - let (irq_file, interrupt_method) = get_int_method(&mut pcid_handle, address); + let (irq_file, interrupt_method) = (None, InterruptMethod::Polling); //TODO: get_int_method(&mut pcid_handle, address); println!(" + XHCI {}", pci_config.func.display());