Changeset 53b9f2c in mainline for uspace/drv
- Timestamp:
- 2017-11-12T00:23:46Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 493f1be
- Parents:
- 6da15db7
- Location:
- uspace/drv
- Files:
-
- 33 moved
-
block/usbmast/Makefile (moved) (moved from uspace/drv/bus/usb/usbmast/Makefile ) (1 diff)
-
block/usbmast/bo_trans.c (moved) (moved from uspace/drv/bus/usb/usbmast/bo_trans.c )
-
block/usbmast/bo_trans.h (moved) (moved from uspace/drv/bus/usb/usbmast/bo_trans.h )
-
block/usbmast/cmdw.c (moved) (moved from uspace/drv/bus/usb/usbmast/cmdw.c )
-
block/usbmast/cmdw.h (moved) (moved from uspace/drv/bus/usb/usbmast/cmdw.h )
-
block/usbmast/main.c (moved) (moved from uspace/drv/bus/usb/usbmast/main.c )
-
block/usbmast/scsi_ms.c (moved) (moved from uspace/drv/bus/usb/usbmast/scsi_ms.c )
-
block/usbmast/scsi_ms.h (moved) (moved from uspace/drv/bus/usb/usbmast/scsi_ms.h )
-
block/usbmast/usbmast.h (moved) (moved from uspace/drv/bus/usb/usbmast/usbmast.h )
-
block/usbmast/usbmast.ma (moved) (moved from uspace/drv/bus/usb/usbmast/usbmast.ma )
-
hid/usbhid/Makefile (moved) (moved from uspace/drv/bus/usb/usbhid/Makefile ) (1 diff)
-
hid/usbhid/blink1/blink1.c (moved) (moved from uspace/drv/bus/usb/usbhid/blink1/blink1.c )
-
hid/usbhid/blink1/blink1.h (moved) (moved from uspace/drv/bus/usb/usbhid/blink1/blink1.h )
-
hid/usbhid/generic/hiddev.c (moved) (moved from uspace/drv/bus/usb/usbhid/generic/hiddev.c )
-
hid/usbhid/generic/hiddev.h (moved) (moved from uspace/drv/bus/usb/usbhid/generic/hiddev.h )
-
hid/usbhid/kbd/conv.c (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/conv.c )
-
hid/usbhid/kbd/conv.h (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/conv.h )
-
hid/usbhid/kbd/kbddev.c (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/kbddev.c )
-
hid/usbhid/kbd/kbddev.h (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/kbddev.h )
-
hid/usbhid/kbd/kbdrepeat.c (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c )
-
hid/usbhid/kbd/kbdrepeat.h (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h )
-
hid/usbhid/main.c (moved) (moved from uspace/drv/bus/usb/usbhid/main.c )
-
hid/usbhid/mouse/mousedev.c (moved) (moved from uspace/drv/bus/usb/usbhid/mouse/mousedev.c )
-
hid/usbhid/mouse/mousedev.h (moved) (moved from uspace/drv/bus/usb/usbhid/mouse/mousedev.h )
-
hid/usbhid/multimedia/keymap.c (moved) (moved from uspace/drv/bus/usb/usbhid/multimedia/keymap.c )
-
hid/usbhid/multimedia/keymap.h (moved) (moved from uspace/drv/bus/usb/usbhid/multimedia/keymap.h )
-
hid/usbhid/multimedia/multimedia.c (moved) (moved from uspace/drv/bus/usb/usbhid/multimedia/multimedia.c )
-
hid/usbhid/multimedia/multimedia.h (moved) (moved from uspace/drv/bus/usb/usbhid/multimedia/multimedia.h )
-
hid/usbhid/subdrivers.c (moved) (moved from uspace/drv/bus/usb/usbhid/subdrivers.c )
-
hid/usbhid/subdrivers.h (moved) (moved from uspace/drv/bus/usb/usbhid/subdrivers.h )
-
hid/usbhid/usbhid.c (moved) (moved from uspace/drv/bus/usb/usbhid/usbhid.c )
-
hid/usbhid/usbhid.h (moved) (moved from uspace/drv/bus/usb/usbhid/usbhid.h )
-
hid/usbhid/usbhid.ma (moved) (moved from uspace/drv/bus/usb/usbhid/usbhid.ma )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/usbmast/Makefile
r6da15db7 r53b9f2c 27 27 # 28 28 29 USPACE_PREFIX = ../../.. /..29 USPACE_PREFIX = ../../.. 30 30 31 31 LIBS = usbdev usb drv scsi -
uspace/drv/hid/usbhid/Makefile
r6da15db7 r53b9f2c 27 27 # 28 28 29 USPACE_PREFIX = ../../.. /..29 USPACE_PREFIX = ../../.. 30 30 31 31 LIBS = usbhid usbdev usb drv
Note:
See TracChangeset
for help on using the changeset viewer.
