summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.8
Commit message (Collapse)AuthorAgeFilesLines
* Make it clear that PS/2 type mice will work only with "auto" andyokota1999-06-031-2/+14
| | | | | "ps/2" protocol types, and that serial mouse protocols shouldn't be specified for these mice.
* - Added support for Genius Kidspad tablet.yokota1998-11-201-1/+3
| | | | | | | | # `moused' is getting too over-loaded now. If we want something # more than simple mouse emulation for tablets or remote devices, # we should start writing a separate daemon... Submitted by: luigi
* - Added a new option: -w N. The option makes the button N as the `wheelyokota1998-11-201-1/+11
| | | | | | | | | mode' button. Mouse movement will be treated as wheel movement while this button is held down. Useful for mice with many buttons but without a wheel. PR: bin/8001 Submitted by: Hideyuki Suzuki
* Typo: hittab -> hitabdwhite1998-09-171-2/+2
|
* Reviewed by: Amancioahasty1998-06-141-1/+5
| | | | | | | | | | | | | | | | | | Submitted by: Randall Hopper <rhh@ct.picker.com> The patch supports using the X10 Mouse Remote in both stand-alone and pass-through configurations, so you can plug your mouse and remote into the same serial port, use the mouse for X, and use the remote for other apps like Fxtv. For instance, we can now control fxtv via the remote control just like a TV : change channels, mute, increase volume, zoom video, freeze frame 8) The mouse events are channeled through the syscons/sysmouse I/F like normal, and the remote buttons are "syphoned off" to a UNIX-domain stream socket (defined as _PATH_MOUSEREMOTE in <machine/mouse.h>) for a remote-aware app to grab and use. For further info on the X10 Mouse Remote see: http://www.x10.com/products/x10_mk19a.htm
* Minor tweaks in the AUTHORS section.steve1998-06-131-5/+4
| | | | | PR: 6921 Submitted by: Josh Gilliam <josh@quick.net>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
|
* - Describe the -I option in the man page.yokota1998-03-121-1/+12
| | | | - Add the -I option in the usage line.
* Fix typo.yokota1998-01-251-8/+8
| | | | PR: docs/5562
* Added some notes on cut&paste functions and button assignment.yokota1998-01-051-1/+17
|
* - Added support for a new MouseMan model (4 buttons, no wheel).yokota1997-12-231-4/+18
| | | | | | | | | | | | | Based on the report from Dave Bodenstab. - Turn off PnP COM device enumeration procedure if the user explicitly specifies a protocol type with the "-t" option. - Accept "-t auto". Now the user may entirely omit the "-t" option in the command line, or specify "-t auto" in order to make moused detect an appropriate protocol type automatically. In the previous version, moused did so only if the "-t" option is absent in the command line. ("-t auto" won't disable PnP COM device enumeration.) - Updated the man page.
* Explicitly state that the -t option is required only when theyokota1997-12-081-3/+10
| | | | | | | moused command is not able to detect the appropriate protocol for the give mouse automatically. Suggested by: sos
* The `moused' daemon is made to support various serial mouseyokota1997-12-071-41/+425
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocols to recognized extra buttons and wheel/roller. It now has PnP COM device support code, thus, some recent mouse products are automatically detected and an appropriate protocol is selected. The `-i' option will print the result of auto-detection. - Added support for the following SERIAL mice: ALPS GlidePoint, MS IntelliMouse, Kensington Thinking Mouse (Genius NetMouse, NetMouse Pro, ASCII MieMouse, Logitech MouseMan+, FirstMouse+ are compatible with MS IntelliMouse, when connected to a serial port, thus requires no explicit support) - Added PnP serial mouse identification capability as defined by Microsoft and Hayes in "Plug and Play External COM Device Specification, rev 1.00". This support will enable us to identify the correct protocol to use, or choose a compatible protocol for the given mouse. - Utilize new ioctls defined in `mouse.h' to get hardware and protocol information on PS/2 and bus mouse devices. Try to guess the correct protocol and port combination based on the obtained info. - Use MOUSE_SETLEVEL ioctl. - Use constants defined in `mouse.h' rather than using own definitions. - A New command line option. The -i option prints the information collected though the PnP code and psm/mse ioctls mentioned above, and just quits. This is to test `moused's ability, or inability, to detect the correct protocol for the given mouse automatically. - A new command line option. The -m option maps a physical button to a logical button. - A new command line option. The -z option maps the Z axis movement to another axis or a pair of buttons. - Add other options: -3, -C -F -P. - Added a handler for SIGHUP. This has been suggested by somebody in the past (I don't remember who). He wanted this because he wants to attach or detach a mouse while his laptop is suspended. Now `moused' will reopens and reinitialize the specified port whenever a SIGHUP is received. I don't know how useful this can be...
* Remove unused variables. Lowercase err() strings.charnier1997-09-251-4/+8
|
* Add a simple example section.wosch1997-07-271-1/+9
|
* Add ref to sysmouse(4).wosch1997-07-251-2/+3
|
* Add ref to vidcontrol(1).wosch1997-07-241-0/+3
|
* Allow the samplerate (in DPI) to be set on the command line, the rest ofpeter1997-03-291-0/+3
| | | | the code appears to support it.
* Add man page for moused(8). It is basically a rehash of thempp1996-12-161-0/+104
usage output from moused, but it is a start for anyone else who wants to expand on it. Closed PR# 1552.
OpenPOWER on IntegriCloud