patch-2.3.25 linux/drivers/char/riscom8.c
Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/radio-zoltrix.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Thu Oct 28 10:42:02 1999
 -  Orig file: 
v2.3.24/linux/drivers/char/riscom8.c
 -  Orig date: 
Tue Aug 31 17:29:13 1999
 
diff -u --recursive --new-file v2.3.24/linux/drivers/char/riscom8.c linux/drivers/char/riscom8.c
@@ -75,6 +75,8 @@
 #define MIN(a,b) ((a) < (b) ? (a) : (b))
 #endif
 
+#define RS_EVENT_WRITE_WAKEUP	0
+
 DECLARE_TASK_QUEUE(tq_riscom);
 
 #define RISCOM_TYPE_NORMAL	1
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)