Changeset 3ae93a8 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-02-20T12:51:53Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
357a302
Parents:
540e2d2
Message:

Add USB multi interface device driver

Incomplete implementation of a pseudo-bus driver that spawns children
devices for each interface in multi interface device.

WARNING: does not work as the child device does not learn its USB address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r540e2d2 r3ae93a8  
    121121                drv/usbhid \
    122122                drv/usbhub \
     123                drv/usbmid \
    123124                drv/vhc
    124125endif
     
    136137                drv/usbhid \
    137138                drv/usbhub \
     139                drv/usbmid \
    138140                drv/vhc
    139141endif
Note: See TracChangeset for help on using the changeset viewer.