Changeset 476b71ff in mainline for uspace/lib
- Timestamp:
- 2011-03-24T20:44:27Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 252e30c
- Parents:
- 61825f9
- Location:
- uspace/lib/usb
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/Makefile
r61825f9 r476b71ff 50 50 src/usb.c \ 51 51 src/usbdevice.c \ 52 src/hidreq.c \ 52 53 src/host/device_keeper.c \ 53 54 src/host/batch.c -
uspace/lib/usb/src/hidreq.c
r61825f9 r476b71ff 43 43 #include <usb/pipes.h> 44 44 45 #include "hidreq.h"45 #include <usb/classes/hidreq.h> 46 46 47 47 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.