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

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)