patch-2.3.21 linux/drivers/char/ppdev.h
Next file: linux/drivers/char/qpmouse.c
Previous file: linux/drivers/char/pc_keyb.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Oct 11 10:04:02 1999
- Orig file:
v2.3.20/linux/drivers/char/ppdev.h
- Orig date:
Sat Oct 9 11:47:50 1999
diff -u --recursive --new-file v2.3.20/linux/drivers/char/ppdev.h linux/drivers/char/ppdev.h
@@ -75,7 +75,7 @@
#define PPSETPHASE _IOW(PP_IOCTL, 0x94, int)
/* Set and get port timeout (struct timeval's) */
-#define PPGETTIME _IOW(PP_IOCTL, 0x95, struct timeval)
-#define PPSETTIME _IOR(PP_IOCTL, 0x96, struct timeval)
+#define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval)
+#define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)