Home | History | Annotate | Download | only in wsconsctl
History log of /src/sbin/wsconsctl/mouse.c
RevisionDateAuthorComments
 1.11  28-Sep-2021  nia wsconsctl: allow the new "precision scrolling" variables to be configured
 1.10  24-Dec-2012  khorben Added complete support for touchscreen calibration (see PR kern/45872).
Tested with the uts(4) driver, as well as with mice without calibration
support.

Reviewed by uwe@ (thank you!)
 1.9  24-Dec-2012  khorben Added read-only support for touchscreen calibration (see PR kern/45872).
Tested with the uts(4) driver, as well as with mice without calibration
support.

Reviewed by uwe@ (thank you!)
 1.8  28-Apr-2008  martin branches: 1.8.20; 1.8.22; 1.8.26;
Remove clause 3 and 4 from TNF licenses
 1.7  05-Feb-2006  jmmv branches: 1.7.20; 1.7.22;
Style fixes:
- Use EXIT_SUCCESS/EXIT_FAILURE where appropriate.
- Cut long lines.
- Properly indent continuation of lines.
- Sort includes.
- Replace u_int with unsigned int.
- Remove parenthesis around return values.
- Add blank line at the beginning of functions without local parameters.
- Cast *printf calls to void.
 1.6  05-Feb-2006  jmmv Fix two pastos in the code to set 'samplerate'.
 1.5  05-Feb-2006  jmmv Add support to automatically repeat mouse button events in wsmouse(4) and
change wsconsctl(4) so that this is configurable.

This is specially useful for mice that provide page up/down buttons instead
of a real wheel and that do not send events repeatedly from the hardware.
(E.g.: Logitech Marble Mouse.)

No objections in tech-kern@.
 1.4  19-Jan-2005  xtraeme Kill __P(), ANSIfy, remove main() prototype; WARNS=2
 1.3  15-Nov-1999  ad If we changed the sample rate or resolution, then say so.
 1.2  11-Nov-1999  ad Allow setting mouse resolution and sample rate.
 1.1  28-Dec-1998  hannken branches: 1.1.6;
wsconsctl(8) - a program to manipulate wscons devices.

- lacks wsdisplay support (driver needs work on ioctls).
- man page needs work.
 1.1.6.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.7.22.1  18-May-2008  yamt sync with head.
 1.7.20.1  02-Jun-2008  mjf Sync with HEAD.
 1.8.26.1  25-Feb-2013  tls resync with head
 1.8.22.1  11-Feb-2013  riz Pull up following revision(s) (requested by khorben in ticket #814):
sbin/wsconsctl/wsconsctl.h: revision 1.12
sbin/wsconsctl/mouse.c: revision 1.9
sbin/wsconsctl/mouse.c: revision 1.10
sbin/wsconsctl/util.c: revision 1.31
Added a field type for signed integers. This is required when handling
touchscreen calibration values, which is about to be implemented in
wsconsctl (see PR kern/45872).
Reviewed by uwe@ (thank you!)
Added a field type for signed integers. This is required when handling
touchscreen calibration values, which is about to be implemented in
wsconsctl (see PR kern/45872).
Reviewed by uwe@ (thank you!)
Added read-only support for touchscreen calibration (see PR kern/45872).
Tested with the uts(4) driver, as well as with mice without calibration
support.
Reviewed by uwe@ (thank you!)
Added complete support for touchscreen calibration (see PR kern/45872).
Tested with the uts(4) driver, as well as with mice without calibration
support.
Reviewed by uwe@ (thank you!)
 1.8.20.1  23-Jan-2013  yamt sync with head

RSS XML Feed