summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
| | | | posix standard on the topic.
* Allow the samplerate (in DPI) to be set on the command line, the rest ofpeter1997-03-292-2/+9
| | | | the code appears to support it.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Modified moused to use select rather than read. This fixes usingsos1997-01-201-0/+7
| | | | | the PS/2 mouse (psm device). Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add man page for moused(8). It is basically a rehash of thempp1996-12-162-1/+105
| | | | | | | usage output from moused, but it is a start for anyone else who wants to expand on it. Closed PR# 1552.
* Argh! there's no need for moused to be setuid-root! Now that itpeter1996-09-101-3/+3
| | | | | | | works from startup, and works with XFree86 via /dev/sysmouse, it should be started at boot and left running. Pointed out by: Sujal Patel <smpatel@umiacs.umd.edu>
* gut and overhaul moused, it was simply not working for me on any mousepeter1996-09-101-48/+224
| | | | | | | | | | | | | | | | | | | I could find. This change does the following: - s/usage()/break;/ in handling the -s switch. - use err/warn instead of fprintf(stderr, ... strerror()); exit(1); - implement Hitachi PUMA HitTablet support from the XFree86 code, whatever the hell that is. :-) - correctly implement baud rate setting, too much was cut from the XFree86 code, the critical parts were a sweep over all likely mouse powerup baud rates to switch it to the reqested rate. - logitech support was busted (at least on mine, which is autosensing and runs in either mmseries or logitech mode depending on the handshake code at startup. Among other things, you talk to it at 1200, then switch to the target baud later. Some remaining problems.. samplerate setting is missing, but I've not found where this is meant to be set yet. I presume this is resolution setting of some kind.
* Fix for the problem that moused hangs if it is started from /etc/rcsos1996-09-091-2/+2
| | | | | Introduces the /dev/consolectl device for controlling various console related things (given syscons is used).
* Change the way moused talk to syscons, now its only delivering mouseeventssos1996-06-251-19/+5
| | | | | | | | via an ioctl (MOUSE_ACTION). Fixed a couple of bugs (destructive cursor, uncut, jitter). Now applications can use the mouse via the MOUSE_MODE ioctl, its possible to have a signal sent on mouseevents, makeing an event loop in the application take over mouseevents.
* Moused is the daemon that provides the connection between the cut&pastesos1996-06-212-0/+571
functionality in syscons and the real mouse hardware. If moused is run one can switch on/off the mousepointer with vidcontrol -m on/off. There is no manpage yet, but a fairly descriptive usage message.... Reviewed by:sos Submitted by: Michael Smith Obtained from:Some of the mouselogic comes from XFree86
OpenPOWER on IntegriCloud