diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2012-04-28 09:43:25 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2012-04-28 09:43:25 +0000 |
commit | 53d9066e301163d63ac0511f9eb8947fd45db8fa (patch) | |
tree | 1b066aed37c0f96646f852d8a20cb4b1c9162c13 /sys/dev/pckbc/pmsreg.h | |
parent | 092256f3cb69ed0f727c7d3c94ae717771b269ee (diff) |
Added yet another magic for my ALPS touchpad.
ok mpi@
Diffstat (limited to 'sys/dev/pckbc/pmsreg.h')
-rw-r--r-- | sys/dev/pckbc/pmsreg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pckbc/pmsreg.h b/sys/dev/pckbc/pmsreg.h index 35c46b9ba35..17601aedcfc 100644 --- a/sys/dev/pckbc/pmsreg.h +++ b/sys/dev/pckbc/pmsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmsreg.h,v 1.7 2012/03/05 18:42:55 shadchin Exp $ */ +/* $OpenBSD: pmsreg.h,v 1.8 2012/04/28 09:43:24 tobias Exp $ */ /* $NetBSD: psmreg.h,v 1.1 1998/03/22 15:41:28 drochner Exp $ */ #ifndef SYS_DEV_PCKBC_PMSREG_H @@ -40,7 +40,8 @@ #define PMS_ALPS_MAGIC1 0 #define PMS_ALPS_MAGIC2 0 #define PMS_ALPS_MAGIC3_1 10 -#define PMS_ALPS_MAGIC3_2 100 +#define PMS_ALPS_MAGIC3_2 80 +#define PMS_ALPS_MAGIC3_3 100 /* * Checking for almost-standard PS/2 packet |