From c4c8b42c53857dd66ab4af881b88668515c8b956 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Sat, 29 Sep 2018 11:53:01 +0900 Subject: [PATCH] vmware module description update --- modules/vmware.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/modules/vmware.c b/modules/vmware.c index 53e77478..0bb8926e 100644 --- a/modules/vmware.c +++ b/modules/vmware.c @@ -3,13 +3,18 @@ * of the NCSA / University of Illinois License - see LICENSE.md * Copyright (C) 2017-2018 K. Lange * - * VMWare absolute mouse driver. + * VMWare backdoor driver. * - * This device is also available by default in QEMU. + * Supports absolute mouse cursor and resolution setting. * - * Toggle off / back on with ioctl 1 and 2 respectively to /dev/vmmouse. + * Mouse: + * Toggle off / on with ioctl 1 and 2 respectively to /dev/vmmouse. + * Supports mouse buttons, unlike the one in VirtualBox. + * This device is also available by default in QEMU. * - * Actually supports mouse buttons, unlike the one in VirtualBox. + * Resolution setting: + * Enabled when the "vmware" LFB driver is active. Automatically + * resizes the display when the window size changes. */ #include