Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/main.c

    r8300c72 rb2dca8de  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
    32 * Copyright (c) 2018 Ondrej Hlavaty, Petr Manek
    43 * All rights reserved.
     
    9594}
    9695
    97 static errno_t hcd_hc_quiesce(hc_device_t *hcd)
    98 {
    99         xhci_hc_t *hc = hcd_to_hc(hcd);
    100         hc_quiesce(hc);
    101         return EOK;
    102 }
    103 
    10496static const hc_driver_t xhci_driver = {
    10597        .name = NAME,
     
    111103        .start = hcd_start,
    112104        .hc_gone = hcd_hc_gone,
    113         .hc_quiesce = hcd_hc_quiesce
    114105};
    115106
Note: See TracChangeset for help on using the changeset viewer.