VirtualBox

Ignore:
Timestamp:
Aug 31, 2013 4:16:58 PM (11 years ago)
Author:
vboxsync
Message:

Added new PS/2 mouse implementation (currently disabled).

File:
1 edited

Legend:

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

    r48179 r48214  
    129129        Input/DevPS2.cpp \
    130130        Input/PS2K.cpp \
     131        Input/PS2M.cpp \
    131132        Input/UsbKbd.cpp \
    132133        Input/UsbMouse.cpp \
     
    453454
    454455
     456 # --- Input bits. ---
     457
     458 ifdef VBOX_WITH_NEW_PS2M
     459  VBoxDD_DEFS           += VBOX_WITH_NEW_PS2M
     460 endif
     461
     462
    455463 # --- Audio bits. ---
    456464
     
    757765        Input/DevPS2.cpp \
    758766        Input/PS2K.cpp \
     767        Input/PS2M.cpp \
    759768        PC/DevACPI.cpp \
    760769        PC/DevPit-i8254.cpp \
     
    836845  VBoxDDGC_SOURCES      += \
    837846        Storage/DevLsiLogicSCSI.cpp
     847  endif
     848
     849  ifdef VBOX_WITH_NEW_PS2M
     850  VBoxDDGC_DEFS         += VBOX_WITH_NEW_PS2M
    838851  endif
    839852
     
    894907        Input/DevPS2.cpp \
    895908        Input/PS2K.cpp \
     909        Input/PS2M.cpp \
    896910        PC/DevACPI.cpp \
    897911        PC/DevPit-i8254.cpp \
     
    984998 VBoxDDR0_SOURCES       += \
    985999        Storage/DevLsiLogicSCSI.cpp
     1000 endif
     1001
     1002 ifdef VBOX_WITH_NEW_PS2M
     1003  VBoxDDR0_DEFS         += VBOX_WITH_NEW_PS2M
    9861004 endif
    9871005
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