Changeset 962ce100 in mainline for uspace/lib/usb/Makefile


Ignore:
Timestamp:
2011-02-14T10:30:19Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
28cb8bf7
Parents:
d15809b4
Message:

Unused code removal in libusb

We dropped the effort to have hub driver and host controller driver
in the same task a long time ago but files with incomplete
implementation were still present. They are gone now.

More cleaning will probably come.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/Makefile

    rd15809b4 r962ce100  
    3939        src/drvpsync.c \
    4040        src/dump.c \
    41         src/hcdhubd.c \
    42         src/hcdrv.c \
    4341        src/hidparser.c \
    44         src/localdrv.c \
    4542        src/pipes.c \
    4643        src/pipesinit.c \
    4744        src/recognise.c \
    48         src/remotedrv.c \
    4945        src/request.c \
    5046        src/usb.c \
Note: See TracChangeset for help on using the changeset viewer.