| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for the GTCO Digipad. | mdodd | 2005-04-13 | 1 | -0/+77 |
* | Document the -V and -U options in usage(). | philip | 2005-01-06 | 1 | -2/+2 |
* | Add 'virtual scrolling' support to moused(8). When holding down the middle | philip | 2004-10-11 | 1 | -3/+102 |
* | Teach moused about Synaptics touchpads. | philip | 2004-08-03 | 1 | -1/+2 |
* | Use C99 conforming designated initialisers rather than the obsolete GCC syntax. | stefanf | 2004-07-03 | 1 | -17/+17 |
* | Fix serious ugliness introduced in 1.61, which leads to long delay in boot | sobomax | 2004-01-10 | 1 | -5/+11 |
* | __FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies. | des | 2003-11-17 | 1 | -46/+43 |
* | Sort includes, and remove superfluous <sys/types.h> | des | 2003-11-17 | 1 | -15/+15 |
* | Instead of blindly loading the ums module and bailing out if that fails, | des | 2003-11-17 | 1 | -2/+38 |
* | If the name of the mouse device starts with "/dev/ums", try to load the | des | 2003-11-13 | 1 | -2/+15 |
* | Whitespace cleanup. | des | 2003-11-13 | 1 | -378/+376 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -3/+3 |
* | Work around a code generation bug of GCC 3.1 by replacing | knu | 2002-05-19 | 1 | -14/+14 |
* | Fix a number of warnings. A gcc preprocessor bug relating to macros | iedowse | 2002-04-28 | 1 | -38/+53 |
* | Minor changes: | will | 2002-03-24 | 1 | -1/+20 |
* | Expand the usage info to include the possible options for -i, | dougb | 2001-08-09 | 1 | -2/+2 |
* | Oops, remove a `mouse_move_delayed++' that shouldn't have been | iedowse | 2001-07-08 | 1 | -3/+1 |
* | The state machine for 3-button emulation defers some button events | iedowse | 2001-07-08 | 1 | -4/+29 |
* | Add an acceleration option to moused | greid | 2001-06-25 | 1 | -7/+23 |
* | Nuke unused variables. | dd | 2001-06-24 | 1 | -2/+1 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -2/+2 |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 1 | -3/+1 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -1/+1 |
* | Reduce the default timeout for the three button emulation | yokota | 2000-04-21 | 1 | -1/+1 |
* | Set the right default timeout to 200ms as per the manpage. | roberto | 2000-04-11 | 1 | -1/+1 |
* | Follow up to the 3 button emulation update in rev 1.41: | yokota | 2000-04-08 | 1 | -20/+25 |
* | Remove unwanted debug output. | yokota | 2000-03-31 | 1 | -1/+1 |
* | - This is the second attempt to fix the `-3' option for moused :-) | yokota | 2000-03-20 | 1 | -71/+280 |
* | Add Mitsumi Wireless Scroll Mouse PnP ID. | yokota | 2000-03-20 | 1 | -0/+2 |
* | - Add support for IntelliMouse Explorer, NetScroll Optical, SmartScroll, | yokota | 2000-03-18 | 1 | -26/+133 |
* | Add Tremon Wheel PNP mouse | ache | 2000-03-15 | 1 | -0/+2 |
* | Added the PnP ID for MouseSystems SmartScroll Mouse (serial mouse). | yokota | 2000-01-24 | 1 | -0/+2 |
* | Add the PnP ID for the Logitech Cordless MouseMan Wheel (serial | yokota | 2000-01-20 | 1 | -0/+2 |
* | Back out previous commit, which broke mouse wheel support in moused. | sheldonh | 1999-12-17 | 1 | -239/+42 |
* | - Improve the three button emulation by introdusing a small state | yokota | 1999-12-15 | 1 | -42/+239 |
* | Remove a stray ';' which made moused fail on read()s in all cases. | n_hibma | 1999-11-30 | 1 | -1/+1 |
* | Bail out on failing the read(). This happens when a USB mouse is | n_hibma | 1999-11-29 | 1 | -3/+3 |
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add support for the serial version of Interlink VersaPad. | yokota | 1999-08-17 | 1 | -1/+111 |
* | Improve Logitech MouseMan+ protocol support. | yokota | 1999-07-12 | 1 | -7/+40 |
* | Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place | yokota | 1999-06-03 | 1 | -2/+2 |
* | USB is only on PC's at the minute, don't try and use the MOUSE_IF_USB | gpalmer | 1999-03-01 | 1 | -1/+3 |
* | Print "usb" for MOUSE_IF_USB, rather than "unknown". | yokota | 1999-02-28 | 1 | -1/+2 |
* | Cleanup usage string: -i takes an argument. | steve | 1998-12-13 | 1 | -2/+2 |
* | - Added support for Genius Kidspad tablet. | yokota | 1998-11-20 | 1 | -2/+104 |
* | - Added a new option: -w N. The option makes the button N as the `wheel | yokota | 1998-11-20 | 1 | -4/+21 |
* | - Reorganized a `if-else' close a bit for clarity. Purely cosmetic | yokota | 1998-11-20 | 1 | -21/+22 |