Changeset 5203e256 in mainline for uspace/drv/bus/usb/usbhid
- Timestamp:
- 2011-06-20T19:54:22Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a40dea3
- Parents:
- 73d288c
- Location:
- uspace/drv/bus/usb/usbhid
- Files:
-
- 21 moved
-
Makefile (moved) (moved from uspace/drv/usbhid/Makefile ) (2 diffs)
-
generic/hiddev.c (moved) (moved from uspace/drv/usbhid/generic/hiddev.c )
-
generic/hiddev.h (moved) (moved from uspace/drv/usbhid/generic/hiddev.h )
-
kbd/conv.c (moved) (moved from uspace/drv/usbhid/kbd/conv.c )
-
kbd/conv.h (moved) (moved from uspace/drv/usbhid/kbd/conv.h )
-
kbd/kbddev.c (moved) (moved from uspace/drv/usbhid/kbd/kbddev.c )
-
kbd/kbddev.h (moved) (moved from uspace/drv/usbhid/kbd/kbddev.h )
-
kbd/kbdrepeat.c (moved) (moved from uspace/drv/usbhid/kbd/kbdrepeat.c )
-
kbd/kbdrepeat.h (moved) (moved from uspace/drv/usbhid/kbd/kbdrepeat.h )
-
main.c (moved) (moved from uspace/drv/usbhid/main.c )
-
mouse/mousedev.c (moved) (moved from uspace/drv/usbhid/mouse/mousedev.c )
-
mouse/mousedev.h (moved) (moved from uspace/drv/usbhid/mouse/mousedev.h )
-
multimedia/keymap.c (moved) (moved from uspace/drv/usbhid/multimedia/keymap.c )
-
multimedia/keymap.h (moved) (moved from uspace/drv/usbhid/multimedia/keymap.h )
-
multimedia/multimedia.c (moved) (moved from uspace/drv/usbhid/multimedia/multimedia.c )
-
multimedia/multimedia.h (moved) (moved from uspace/drv/usbhid/multimedia/multimedia.h )
-
subdrivers.c (moved) (moved from uspace/drv/usbhid/subdrivers.c )
-
subdrivers.h (moved) (moved from uspace/drv/usbhid/subdrivers.h )
-
usbhid.c (moved) (moved from uspace/drv/usbhid/usbhid.c )
-
usbhid.h (moved) (moved from uspace/drv/usbhid/usbhid.h )
-
usbhid.ma (moved) (moved from uspace/drv/usbhid/usbhid.ma )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/Makefile
r73d288c r5203e256 27 27 # 28 28 29 USPACE_PREFIX = ../.. 29 USPACE_PREFIX = ../../../.. 30 30 31 31 LIBS = \ … … 34 34 $(LIBUSB_PREFIX)/libusb.a \ 35 35 $(LIBDRV_PREFIX)/libdrv.a 36 36 37 EXTRA_CFLAGS += \ 37 38 -I. \
Note:
See TracChangeset
for help on using the changeset viewer.
