Changeset 8e7c9fe in mainline for uspace/lib/drv/generic/dev_iface.c


Ignore:
Timestamp:
2014-09-12T03:45:25Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c53b58e
Parents:
3eb0c85 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge mainline changes

most usb changes were reverted. blink and usbmass were fixed
known problems:
ehci won't initialize
usbmast asserts on unmount (happens on mainline too)

File:
1 edited

Legend:

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

    r3eb0c85 r8e7c9fe  
    4343#include "remote_char_dev.h"
    4444#include "remote_clock_dev.h"
     45#include "remote_led_dev.h"
    4546#include "remote_battery_dev.h"
    46 #include "remote_graph_dev.h"
    4747#include "remote_nic.h"
    4848#include "remote_usb.h"
     
    6161                [PIO_WINDOW_DEV_IFACE] = &remote_pio_window_iface,
    6262                [CHAR_DEV_IFACE] = &remote_char_dev_iface,
    63                 [GRAPH_DEV_IFACE] = &remote_graph_dev_iface,
    6463                [NIC_DEV_IFACE] = &remote_nic_iface,
    6564                [PCI_DEV_IFACE] = &remote_pci_iface,
     
    6867                [USBHID_DEV_IFACE] = &remote_usbhid_iface,
    6968                [CLOCK_DEV_IFACE] = &remote_clock_dev_iface,
     69                [LED_DEV_IFACE] = &remote_led_dev_iface,
    7070                [BATTERY_DEV_IFACE] = &remote_battery_dev_iface,
    7171                [AHCI_DEV_IFACE] = &remote_ahci_iface,
Note: See TracChangeset for help on using the changeset viewer.