VirtualBox

Changeset 5651 in vbox


Ignore:
Timestamp:
Nov 9, 2007 2:59:08 PM (17 years ago)
Author:
vboxsync
Message:

Prototyping USB support for OS/2 hosts.

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r5639 r5651  
    7474 VBoxDDU_SOURCES.win     = \
    7575        USB/win32/USBLib-win32.cpp
     76 VBoxDDU_INCS.os2       += \
     77        $(PATH_ROOT)/src/VBox/HostDrivers/VBoxUSB/os2
    7678endif
    7779VBoxDDU_LIBS             = \
     
    585587        USB/linux/USBProxyDevice-linux.cpp
    586588
     589 Drivers_DEFS.os2 += VUSB_HAVE_USBPROXY_DEVICE
     590 Drivers_INCS.os2 += $(PATH_ROOT)/src/VBox/HostDrivers/VBoxUSB/os2
     591 Drivers_SOURCES.os2 += \
     592        USB/USBProxyDevice.cpp \
     593        USB/os2/USBProxyDevice-os2.cpp
     594                                                                   
    587595 Drivers_DEFS.win     += VUSB_HAVE_USBPROXY_DEVICE
    588596 Drivers_SOURCES.win  += \
  • trunk/src/VBox/Devices/VBoxDDUDeps.cpp

    r5578 r5651  
    2323#ifdef VBOX_WITH_USB
    2424# include <VBox/usbfilter.h>
     25# ifdef RT_OS_OS2
     26#  include <os2.h>
     27#  include <usbcalls.h>
     28# endif
    2529#endif
    2630
     
    3236#ifdef VBOX_WITH_USB
    3337    (PFNRT)USBFilterInit,
     38# ifdef RT_OS_OS2
     39    (PFNRT)UsbOpen,
     40# endif
    3441#endif
    3542    NULL
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette