Finished the merging of all three Microsoft/Logitech-style serial mouse types into one single device.

This commit is contained in:
OBattler
2018-01-26 13:50:09 +01:00
parent 65438d5271
commit 37871965a2
3 changed files with 38 additions and 59 deletions

View File

@@ -11,7 +11,7 @@
* TODO: Add the Genius bus- and serial mouse.
* Remove the '3-button' flag from mouse types.
*
* Version: @(#)mouse.c 1.0.19 2018/01/26
* Version: @(#)mouse.c 1.0.20 2018/01/26
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
@@ -67,8 +67,6 @@ static mouse_t mouse_devices[] = {
#endif
{ "mssystems", &mouse_mssystems_device },
{ "msserial", &mouse_msserial_device },
{ "lserial", &mouse_lserial_device },
{ "mswheel", &mouse_mswheel_device },
{ "ps2", &mouse_ps2_device },
{ NULL, NULL }
};