* [Qemu-devel] [5073] qemu-char.h: Fix IOCTL values
@ 2008-08-22 21:25 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-08-22 21:25 UTC (permalink / raw)
To: qemu-devel
Revision: 5073
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5073
Author: aurel32
Date: 2008-08-22 21:25:00 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
qemu-char.h: Fix IOCTL values
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/qemu-char.h
Modified: trunk/qemu-char.h
===================================================================
--- trunk/qemu-char.h 2008-08-22 09:23:06 UTC (rev 5072)
+++ trunk/qemu-char.h 2008-08-22 21:25:00 UTC (rev 5073)
@@ -29,8 +29,8 @@
#define CHR_IOCTL_PP_EPP_WRITE 11
#define CHR_IOCTL_PP_DATA_DIR 12
-#define CHR_IOCTL_SERIAL_SET_TIOCM 12
-#define CHR_IOCTL_SERIAL_GET_TIOCM 13
+#define CHR_IOCTL_SERIAL_SET_TIOCM 13
+#define CHR_IOCTL_SERIAL_GET_TIOCM 14
#define CHR_TIOCM_CTS 0x020
#define CHR_TIOCM_CAR 0x040
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-22 21:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-22 21:25 [Qemu-devel] [5073] qemu-char.h: Fix IOCTL values Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).