Changeset 41df71f9 in mainline for uspace/lib/drv/generic/dev_iface.c


Ignore:
Timestamp:
2017-11-02T14:29:15Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
887c9de
Parents:
479e32d
Message:

ddf: split usb interface to usb and usbhc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/dev_iface.c

    r479e32d r41df71f9  
    4949#include "remote_ieee80211.h"
    5050#include "remote_usb.h"
     51#include "remote_usbhc.h"
    5152#include "remote_usbhid.h"
    5253#include "remote_pci.h"
     
    6667                [PCI_DEV_IFACE] = &remote_pci_iface,
    6768                [USB_DEV_IFACE] = &remote_usb_iface,
     69                [USBHC_DEV_IFACE] = &remote_usbhc_iface,
    6870                [USBHID_DEV_IFACE] = &remote_usbhid_iface,
    6971                [CLOCK_DEV_IFACE] = &remote_clock_dev_iface,
Note: See TracChangeset for help on using the changeset viewer.