patch-1.3.48 linux/include/linux/busmouse.h
Next file: linux/include/linux/fs.h
Previous file: linux/include/linux/blk.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Thu Dec 14 08:16:53 1995
- Orig file:
v1.3.47/linux/include/linux/busmouse.h
- Orig date:
Tue Nov 21 13:22:13 1995
diff -u --recursive --new-file v1.3.47/linux/include/linux/busmouse.h linux/include/linux/busmouse.h
@@ -33,11 +33,13 @@
/*--------- LOGITECH BUSMOUSE ITEMS -------------*/
+#define LOGIBM_BASE 0x23c
#define MSE_DATA_PORT 0x23c
#define MSE_SIGNATURE_PORT 0x23d
#define MSE_CONTROL_PORT 0x23e
-#define MSE_INTERRUPT_PORT 0x23e
+#define MSE_INTERRUPT_PORT 0x23e
#define MSE_CONFIG_PORT 0x23f
+#define LOGIBM_EXTENT 0x4
#define MSE_ENABLE_INTERRUPTS 0x00
#define MSE_DISABLE_INTERRUPTS 0x10
@@ -59,10 +61,12 @@
/*--------- MICROSOFT BUSMOUSE ITEMS -------------*/
+#define MSBM_BASE 0x23d
#define MS_MSE_DATA_PORT 0x23d
#define MS_MSE_SIGNATURE_PORT 0x23e
#define MS_MSE_CONTROL_PORT 0x23c
#define MS_MSE_CONFIG_PORT 0x23f
+#define MSBM_EXTENT 0x3
#define MS_MSE_ENABLE_INTERRUPTS 0x11
#define MS_MSE_DISABLE_INTERRUPTS 0x10
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this