VirtualBox

Changeset 82170 in vbox


Ignore:
Timestamp:
Nov 25, 2019 12:22:23 PM (5 years ago)
Author:
vboxsync
Message:

Devices: PS2K.cpp -> DevPS2K.cpp; PS2M.cpp -> DevPS2M.cpp; PS2Dev.h -> DevPS2.h. bugref:9218

Location:
trunk/src/VBox/Devices
Files:
3 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/DevPS2.cpp

    r81765 r82170  
    5252
    5353#include "VBoxDD.h"
    54 #include "PS2Dev.h"
     54#include "DevPS2.h"
    5555
    5656/* Do not remove this (unless eliminating the corresponding ifdefs), it will
  • trunk/src/VBox/Devices/Input/DevPS2K.cpp

    r82169 r82170  
    4646#include "VBoxDD.h"
    4747#define IN_PS2K
    48 #include "PS2Dev.h"
     48#include "DevPS2.h"
    4949
    5050
  • trunk/src/VBox/Devices/Input/DevPS2M.cpp

    r82169 r82170  
    152152#include "VBoxDD.h"
    153153#define IN_PS2M
    154 #include "PS2Dev.h"
     154#include "DevPS2.h"
    155155
    156156
  • trunk/src/VBox/Devices/Makefile.kmk

    r82149 r82170  
    146146        \
    147147        Input/DevPS2.cpp \
    148         Input/PS2K.cpp \
    149         Input/PS2M.cpp \
     148        Input/DevPS2K.cpp \
     149        Input/DevPS2M.cpp \
    150150        Input/UsbKbd.cpp \
    151151        Input/UsbMouse.cpp \
     
    918918        Graphics/DevVGA.cpp \
    919919        Input/DevPS2.cpp \
    920         Input/PS2K.cpp \
    921         Input/PS2M.cpp \
     920        Input/DevPS2K.cpp \
     921        Input/DevPS2M.cpp \
    922922        PC/DevACPI.cpp \
    923923        PC/DevIoApic.cpp \
     
    10971097        Graphics/DevVGA.cpp \
    10981098        Input/DevPS2.cpp \
    1099         Input/PS2K.cpp \
    1100         Input/PS2M.cpp \
     1099        Input/DevPS2K.cpp \
     1100        Input/DevPS2M.cpp \
    11011101        PC/DevACPI.cpp \
    11021102        PC/DevIoApic.cpp \
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp

    r82026 r82170  
    6060#include "../Input/DevPS2.cpp"
    6161#undef LOG_GROUP
    62 #include "../Input/PS2K.cpp"
    63 #undef LOG_GROUP
    64 #include "../Input/PS2M.cpp"
     62#include "../Input/DevPS2K.cpp"
     63#undef LOG_GROUP
     64#include "../Input/DevPS2M.cpp"
    6565#ifdef VBOX_WITH_E1000
    6666# undef LOG_GROUP
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