Changeset 3f03199 in mainline for uspace/lib/c/include/ipc/dev_iface.h


Ignore:
Timestamp:
2013-09-15T06:33:53Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9348862
Parents:
dd7078c (diff), 1c0cef0 (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.

Major conflicts in USB HC drivers.
Compiles and UHCI works (qemu).
OHCI has device remove problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/dev_iface.h

    rdd7078c r3f03199  
    3636typedef enum {
    3737        HW_RES_DEV_IFACE = 0,
    38 
    39         /** Audio device mixer interface */
    40         AUDIO_MIXER_IFACE,
    41         /** Audio device pcm buffer interface */
    42         AUDIO_PCM_BUFFER_IFACE,
     38        PIO_WINDOW_DEV_IFACE,
    4339
    4440        /** Character device interface */
     
    4743        /** Graphic device interface */
    4844        GRAPH_DEV_IFACE,
     45
     46        /** Audio device mixer interface */
     47        AUDIO_MIXER_IFACE,
     48        /** Audio device pcm buffer interface */
     49        AUDIO_PCM_BUFFER_IFACE,
    4950       
    5051        /** Network interface controller interface */
     
    6061        /** Interface provided by USB HID devices. */
    6162        USBHID_DEV_IFACE,
     63
    6264        /** Interface provided by Real Time Clock devices */
    6365        CLOCK_DEV_IFACE,
     66
    6467        /** Interface provided by battery powered devices */
    6568        BATTERY_DEV_IFACE,
     69
    6670        /** Interface provided by AHCI devices. */
    6771        AHCI_DEV_IFACE,
Note: See TracChangeset for help on using the changeset viewer.