Changeset 4b4c797 in mainline for uspace/app/virtusbkbd/virtusbkbd.c


Ignore:
Timestamp:
2010-11-20T14:07:05Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b22bd4
Parents:
0e126be7
Message:

Directory structure reorganization

USB class-specific headers are in separate directory.

Removed unused/unreachable code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/virtusbkbd/virtusbkbd.c

    r0e126be7 r4b4c797  
    4545#include <async.h>
    4646
    47 #include <usb/hcd.h>
     47#include <usb/usb.h>
    4848#include <usb/descriptor.h>
    49 #include <usb/hid.h>
     49#include <usb/classes/hid.h>
    5050#include <usbvirt/device.h>
    5151#include <usbvirt/hub.h>
Note: See TracChangeset for help on using the changeset viewer.