summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1998-11-22 11:57:59 +0000
committeryokota <yokota@FreeBSD.org>1998-11-22 11:57:59 +0000
commit85b18b5acfa02f4661df276c473a64c429a75368 (patch)
treeacbd1452866bb1bf6c48e89337e1ead08b3aacd0 /sys/alpha
parentaa976b65795413f3a000bbbe1e26061c3990ac4e (diff)
downloadFreeBSD-src-85b18b5acfa02f4661df276c473a64c429a75368.zip
FreeBSD-src-85b18b5acfa02f4661df276c473a64c429a75368.tar.gz
Oops, I forgot to update this file when I changed moused recently.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/mouse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/include/mouse.h b/sys/alpha/include/mouse.h
index 3e63ba7..2abce2c 100644
--- a/sys/alpha/include/mouse.h
+++ b/sys/alpha/include/mouse.h
@@ -20,7 +20,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: mouse.h,v 1.11 1998/08/06 09:15:52 dfr Exp $
* from: i386/include mouse.h,v 1.10
*/
@@ -114,6 +114,7 @@ typedef struct mousehw {
#define MOUSE_MODEL_THINK 5
#define MOUSE_MODEL_EASYSCROLL 6
#define MOUSE_MODEL_MOUSEMANPLUS 7
+#define MOUSE_MODEL_KIDSPAD 8
typedef struct mousemode {
int protocol; /* MOUSE_PROTO_XXX */
@@ -141,6 +142,7 @@ typedef struct mousemode {
#define MOUSE_PROTO_THINK 11 /* Kensignton Thinking Mouse, 3/4 bytes */
#define MOUSE_PROTO_SYSMOUSE 12 /* /dev/sysmouse */
#define MOUSE_PROTO_X10MOUSEREM 13 /* X10 MouseRemote, 3 bytes */
+#define MOUSE_PROTO_KIDSPAD 14 /* Genius Kidspad */
#define MOUSE_RES_UNKNOWN (-1)
#define MOUSE_RES_DEFAULT 0
OpenPOWER on IntegriCloud