spic (4)
Leading comments
Copyright (c) 2002 Will Andrews
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other...
(The comments found at the beginning of the groff file "man4/spic.4freebsd".)
NAME
spic
- Sony Programmable I/O Controller device driver
SYNOPSIS
device spic
DESCRIPTION
The
driver allows using
moused(8)
to drive the Sony Vaio Jogdial device found on several Sony Vaio models.
It works by mapping the forward, backwards, up, and down inputs to
``l''
``r''
``u''
and
``d''
respectively.
From that a program reading the Jogdial can decide what to do.
Some actions might include scrolling, mimicking mouse buttons, launching
applications, or other useful things.
SEE ALSO
moused(8)
HISTORY
The
device driver first appeared in
Fx 4.6 .
AUTHORS
An Nick Sayer Aq nsayer@FreeBSD.org
An Will Andrews Aq will@FreeBSD.org