Search
lxdream.org :: lxdream/src/drivers/serial_unix.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/serial_unix.c
changeset 1081:ef31ae97bb8b
prev1079:691f9f621c5a
author nkeynes
date Tue Feb 28 18:22:52 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add a GL-only video driver for android usage (since the Java code is
responsible for creating the context)
file annotate diff log raw
1.1 --- a/src/drivers/serial_unix.c Thu Oct 08 09:32:04 2009 +1000
1.2 +++ b/src/drivers/serial_unix.c Tue Feb 28 18:22:52 2012 +1000
1.3 @@ -73,6 +73,7 @@
1.4 serial_attach_device( dev );
1.5 }
1.6 }
1.7 + return TRUE;
1.8 }
1.9
1.10
.