aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/moused/moused.c
Commit message (Expand)AuthorAgeFilesLines
* Fix serious ugliness introduced in 1.61, which leads to long delay in bootMaxim Sobolev2004-01-101-5/+11
* __FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies.Dag-Erling Smørgrav2003-11-171-46/+43
* Sort includes, and remove superfluous <sys/types.h>Dag-Erling Smørgrav2003-11-171-15/+15
* Instead of blindly loading the ums module and bailing out if that fails,Dag-Erling Smørgrav2003-11-171-2/+38
* If the name of the mouse device starts with "/dev/ums", try to load theDag-Erling Smørgrav2003-11-131-2/+15
* Whitespace cleanup.Dag-Erling Smørgrav2003-11-131-378/+376
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+3
* Work around a code generation bug of GCC 3.1 by replacingAkinori MUSHA2002-05-191-14/+14
* Fix a number of warnings. A gcc preprocessor bug relating to macrosIan Dowse2002-04-281-38/+53
* Minor changes:Will Andrews2002-03-241-1/+20
* Expand the usage info to include the possible options for -i,Doug Barton2001-08-091-2/+2
* Oops, remove a `mouse_move_delayed++' that shouldn't have beenIan Dowse2001-07-081-3/+1
* The state machine for 3-button emulation defers some button eventsIan Dowse2001-07-081-4/+29
* Add an acceleration option to mousedGeorge C A Reid2001-06-251-7/+23
* Nuke unused variables.Dima Dorfman2001-06-241-2/+1
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-2/+2
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-3/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Reduce the default timeout for the three button emulationKazutaka YOKOTA2000-04-211-1/+1
* Set the right default timeout to 200ms as per the manpage.Ollivier Robert2000-04-111-1/+1
* Follow up to the 3 button emulation update in rev 1.41:Kazutaka YOKOTA2000-04-081-20/+25
* Remove unwanted debug output.Kazutaka YOKOTA2000-03-311-1/+1
* - This is the second attempt to fix the `-3' option for moused :-)Kazutaka YOKOTA2000-03-201-71/+280
* Add Mitsumi Wireless Scroll Mouse PnP ID.Kazutaka YOKOTA2000-03-201-0/+2
* - Add support for IntelliMouse Explorer, NetScroll Optical, SmartScroll,Kazutaka YOKOTA2000-03-181-26/+133
* Add Tremon Wheel PNP mouseAndrey A. Chernov2000-03-151-0/+2
* Added the PnP ID for MouseSystems SmartScroll Mouse (serial mouse).Kazutaka YOKOTA2000-01-241-0/+2
* Add the PnP ID for the Logitech Cordless MouseMan Wheel (serialKazutaka YOKOTA2000-01-201-0/+2
* Back out previous commit, which broke mouse wheel support in moused.Sheldon Hearn1999-12-171-239/+42
* - Improve the three button emulation by introdusing a small stateKazutaka YOKOTA1999-12-151-42/+239
* Remove a stray ';' which made moused fail on read()s in all cases.Nick Hibma1999-11-301-1/+1
* Bail out on failing the read(). This happens when a USB mouse isNick Hibma1999-11-291-3/+3
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for the serial version of Interlink VersaPad.Kazutaka YOKOTA1999-08-171-1/+111
* Improve Logitech MouseMan+ protocol support.Kazutaka YOKOTA1999-07-121-7/+40
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeKazutaka YOKOTA1999-06-031-2/+2
* USB is only on PC's at the minute, don't try and use the MOUSE_IF_USBGary Palmer1999-03-011-1/+3
* Print "usb" for MOUSE_IF_USB, rather than "unknown".Kazutaka YOKOTA1999-02-281-1/+2
* Cleanup usage string: -i takes an argument.Steve Price1998-12-131-2/+2
* - Added support for Genius Kidspad tablet.Kazutaka YOKOTA1998-11-201-2/+104
* - Added a new option: -w N. The option makes the button N as the `wheelKazutaka YOKOTA1998-11-201-4/+21
* - Reorganized a `if-else' close a bit for clarity. Purely cosmeticKazutaka YOKOTA1998-11-201-21/+22
* Fix PnP mouse detection routine so that:Kazutaka YOKOTA1998-10-121-36/+113
* Reviewed by: AmancioAmancio Hasty1998-06-141-1/+120
* - Describe the -I option in the man page.Kazutaka YOKOTA1998-03-121-2/+2
* Add -I flag.Jordan K. Hubbard1998-03-071-2/+13
* Add 4th button support for the "MouseMan" protocol. The latestKazutaka YOKOTA1998-03-061-4/+5