- 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
- Files:
-
- 1 edited
- 33 moved
-
Makefile (modified) (4 diffs)
-
drv/block/usbmast/Makefile (moved) (moved from uspace/drv/bus/usb/usbmast/Makefile ) (1 diff)
-
drv/block/usbmast/bo_trans.c (moved) (moved from uspace/drv/bus/usb/usbmast/bo_trans.c )
-
drv/block/usbmast/bo_trans.h (moved) (moved from uspace/drv/bus/usb/usbmast/bo_trans.h )
-
drv/block/usbmast/cmdw.c (moved) (moved from uspace/drv/bus/usb/usbmast/cmdw.c )
-
drv/block/usbmast/cmdw.h (moved) (moved from uspace/drv/bus/usb/usbmast/cmdw.h )
-
drv/block/usbmast/main.c (moved) (moved from uspace/drv/bus/usb/usbmast/main.c )
-
drv/block/usbmast/scsi_ms.c (moved) (moved from uspace/drv/bus/usb/usbmast/scsi_ms.c )
-
drv/block/usbmast/scsi_ms.h (moved) (moved from uspace/drv/bus/usb/usbmast/scsi_ms.h )
-
drv/block/usbmast/usbmast.h (moved) (moved from uspace/drv/bus/usb/usbmast/usbmast.h )
-
drv/block/usbmast/usbmast.ma (moved) (moved from uspace/drv/bus/usb/usbmast/usbmast.ma )
-
drv/hid/usbhid/Makefile (moved) (moved from uspace/drv/bus/usb/usbhid/Makefile ) (1 diff)
-
drv/hid/usbhid/blink1/blink1.c (moved) (moved from uspace/drv/bus/usb/usbhid/blink1/blink1.c )
-
drv/hid/usbhid/blink1/blink1.h (moved) (moved from uspace/drv/bus/usb/usbhid/blink1/blink1.h )
-
drv/hid/usbhid/generic/hiddev.c (moved) (moved from uspace/drv/bus/usb/usbhid/generic/hiddev.c )
-
drv/hid/usbhid/generic/hiddev.h (moved) (moved from uspace/drv/bus/usb/usbhid/generic/hiddev.h )
-
drv/hid/usbhid/kbd/conv.c (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/conv.c )
-
drv/hid/usbhid/kbd/conv.h (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/conv.h )
-
drv/hid/usbhid/kbd/kbddev.c (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/kbddev.c )
-
drv/hid/usbhid/kbd/kbddev.h (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/kbddev.h )
-
drv/hid/usbhid/kbd/kbdrepeat.c (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c )
-
drv/hid/usbhid/kbd/kbdrepeat.h (moved) (moved from uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h )
-
drv/hid/usbhid/main.c (moved) (moved from uspace/drv/bus/usb/usbhid/main.c )
-
drv/hid/usbhid/mouse/mousedev.c (moved) (moved from uspace/drv/bus/usb/usbhid/mouse/mousedev.c )
-
drv/hid/usbhid/mouse/mousedev.h (moved) (moved from uspace/drv/bus/usb/usbhid/mouse/mousedev.h )
-
drv/hid/usbhid/multimedia/keymap.c (moved) (moved from uspace/drv/bus/usb/usbhid/multimedia/keymap.c )
-
drv/hid/usbhid/multimedia/keymap.h (moved) (moved from uspace/drv/bus/usb/usbhid/multimedia/keymap.h )
-
drv/hid/usbhid/multimedia/multimedia.c (moved) (moved from uspace/drv/bus/usb/usbhid/multimedia/multimedia.c )
-
drv/hid/usbhid/multimedia/multimedia.h (moved) (moved from uspace/drv/bus/usb/usbhid/multimedia/multimedia.h )
-
drv/hid/usbhid/subdrivers.c (moved) (moved from uspace/drv/bus/usb/usbhid/subdrivers.c )
-
drv/hid/usbhid/subdrivers.h (moved) (moved from uspace/drv/bus/usb/usbhid/subdrivers.h )
-
drv/hid/usbhid/usbhid.c (moved) (moved from uspace/drv/bus/usb/usbhid/usbhid.c )
-
drv/hid/usbhid/usbhid.h (moved) (moved from uspace/drv/bus/usb/usbhid/usbhid.h )
-
drv/hid/usbhid/usbhid.ma (moved) (moved from uspace/drv/bus/usb/usbhid/usbhid.ma )
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r6da15db7 r53b9f2c 143 143 drv/block/ata_bd \ 144 144 drv/block/ddisk \ 145 drv/block/usbmast \ 145 146 drv/bus/adb/cuda_adb \ 146 147 drv/bus/isa \ … … 150 151 drv/bus/usb/uhci \ 151 152 drv/bus/usb/usbflbk \ 152 drv/bus/usb/usbhid \153 153 drv/bus/usb/usbhub \ 154 drv/bus/usb/usbmast \155 154 drv/bus/usb/usbmid \ 156 155 drv/bus/usb/vhc \ … … 161 160 drv/char/ski-con \ 162 161 drv/char/sun4v-con \ 163 drv/test/test1 \164 drv/test/test2 \165 drv/test/test3 \166 162 drv/fb/amdm37x_dispc \ 167 163 drv/fb/kfb \ 168 164 drv/hid/atkbd \ 169 165 drv/hid/ps2mouse \ 166 drv/hid/usbhid \ 170 167 drv/hid/xtkbd \ 171 168 drv/intctl/apic \ … … 186 183 drv/platform/ski \ 187 184 drv/platform/sun4v \ 185 drv/test/test1 \ 186 drv/test/test2 \ 187 drv/test/test3 \ 188 188 drv/time/cmos-rtc 189 189 -
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.
