# Antler GEM VDI input policy.
#
# GEM_VDI_MOUSE_BACKEND accepts:
#   serial   Microsoft two-button serial mouse through sersys
#   amstrad  Amstrad PC1512/PC1640 motherboard mouse at ports 78h and 7Ah
#
# GEM_VDI_MOUSE_PORT is used only by the serial backend.  COM1 through COM4
# and ttyS0 through ttyS3 are equivalent spellings.  COM1 is reserved for the
# authenticated 9600 8N1 getty, while COM2 carries the Microsoft serial mouse.
# Sersys remains the sole UART/IRQ owner and leases only COM2 to pointersys;
# COM1, COM3, and COM4 stay normal serial terminal devices.  Values are read
# once when vdisys opens its physical workstation, so changes take effect on
# the next VDI service start.

GEM_VDI_MOUSE_BACKEND=serial
GEM_VDI_MOUSE_PORT=COM2
