Changeset 57c7050 in mainline


Ignore:
Timestamp:
2011-04-28T12:53:00Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c82135a8
Parents:
e31b5c1
Message:

Generic virtual USB HID device application

The application works (more or less) as a boot keyboard.

The code needs a lot of refactoring. That will be done later.

Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    re31b5c1 r57c7050  
    7070./uspace/app/virtusbkbd/vuk
    7171./uspace/app/virtusbhub/vuh
     72./uspace/app/vuhid/vuh
    7273./uspace/app/virtusbhub/vhc_hub/*
    7374./uspace/app/websrv/websrv
  • boot/Makefile.common

    re31b5c1 r57c7050  
    144144        $(USPACE_PATH)/app/usbinfo/usbinfo \
    145145        $(USPACE_PATH)/app/virtusbkbd/vuk \
    146         $(USPACE_PATH)/app/virtusbhub/vuh \
     146        $(USPACE_PATH)/app/vuhid/vuh \
    147147        $(USPACE_PATH)/app/websrv/websrv
    148148
  • uspace/Makefile

    re31b5c1 r57c7050  
    5252        app/usbinfo \
    5353        app/virtusbkbd \
     54        app/vuhid \
    5455        app/netecho \
    5556        app/nettest1 \
Note: See TracChangeset for help on using the changeset viewer.