Mention the now working bus mouse in the docs

This commit is contained in:
Volker Ruppert 2013-12-28 08:41:57 +00:00
parent 59faa4d3ae
commit a208a86aa0
4 changed files with 17 additions and 12 deletions

View File

@ -472,9 +472,10 @@ vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest
# TYPE:
# With the mouse type option you can select the type of mouse to emulate.
# The default value is 'ps2'. The other choices are 'imps2' (wheel mouse
# on PS/2), 'serial', 'serial_wheel' and 'serial_msys' (one com port requires
# setting 'mode=mouse'). To connect a mouse to an USB port, see the 'usb_uhci',
# 'usb_ohci' or 'usb_xhci' options (requires PCI and USB support).
# on PS/2), 'serial', 'serial_wheel', 'serial_msys' (one com port requires
# setting 'mode=mouse') and 'bus' (if present). To connect a mouse to an
# USB port, see the 'usb_uhci', 'usb_ohci' or 'usb_xhci' options (requires
# PCI and USB support).
#
# ENABLED:
# The Bochs gui creates mouse "events" unless the 'enabled' option is

View File

@ -39,6 +39,8 @@ Changes after 2.6.2 (updated Dec 16, 2013):
- soundwin: added capability to specify the ID of the MIDI device to use
- Serial
- Serial mouse detection fixes
- Busmouse
- Non-functional device rewritten to make it work in DOS and Win95
- ROM BIOS
- PS/2 mouse function: allow setting mouse packet size to 4 for wheel support

View File

@ -460,7 +460,7 @@ currently work with.
<row>
<entry>Mouse</entry>
<entry>Yes</entry>
<entry>Emulates a serial, PS/2 or USB mouse with 3 buttons + optional mouse
<entry>Emulates a serial, PS/2, bus or USB mouse with 3 buttons + optional mouse
wheel support.
</entry>
</row>
@ -3733,10 +3733,11 @@ of the mouse capture and the runtime method to toggle it.
<para>
With the mouse type option you can select the type of mouse to emulate.
The default value is 'ps2'. The other choices are 'imps2' (wheel mouse
on PS/2), 'serial', 'serial_wheel' and 'serial_msys' (one com port requires
setting 'mode=mouse', see <link linkend="bochsopt-com">com option</link>).
To connect a mouse to an USB port, see the <link linkend="bochsopt-usb-uhci">usb_uhci</link>,
'usb_ohci 'or 'usb_xhci' option (requires PCI and USB support).
on PS/2), 'serial', 'serial_wheel', 'serial_msys' (one com port requires
setting 'mode=mouse', see <link linkend="bochsopt-com">com option</link>)
and 'bus' (if present). To connect a mouse to an USB port, see the
<link linkend="bochsopt-usb-uhci">usb_uhci</link>, 'usb_ohci 'or
'usb_xhci' option (requires PCI and USB support).
</para>
<para><command>enabled</command></para>
<para>

View File

@ -1,5 +1,5 @@
.\"Document Author: Timothy R. Butler - tbutler@uninetsolutions.com"
.TH bochsrc 5 "28 Sep 2013" "bochsrc" "The Bochs Project"
.TH bochsrc 5 "28 Dec 2013" "bochsrc" "The Bochs Project"
.\"SKIP_SECTION"
.SH NAME
bochsrc \- Configuration file for Bochs.
@ -524,9 +524,10 @@ type
With the mouse type option you can select the type of mouse to emulate.
The default value is 'ps2'. The other choices are 'imps2' (wheel mouse
on PS/2), 'serial', 'serial_wheel' and 'serial_msys' (one com port requires
setting 'mode=mouse'). To connect a mouse to an USB port, see the 'usb_uhci',
'usb_ohci' or 'usb_xhci' option (requires PCI and USB support).
on PS/2), 'serial', 'serial_wheel', 'serial_msys' (one com port requires
setting 'mode=mouse') and 'bus' (if present). To connect a mouse to an
USB port, see the 'usb_uhci', 'usb_ohci' or 'usb_xhci' option (requires
PCI and USB support).
enabled