NiLuJe
ef94d27084
We don't need you, either, in EMU...
2012-10-03 15:36:05 +02:00
NiLuJe
1606cc195d
We don't need those two in EMU ;).
2012-10-03 15:34:59 +02:00
NiLuJe
3c181ead77
Actually, no that's wrong, it's not the parent process, it's a fork.
2012-10-03 01:23:34 +02:00
NiLuJe
8b45833e2d
Kill a bit of cruft, explain the reasonning behind the kill/traps, and
...
fix a potential buffering issue eating the first slider event
2012-10-03 01:17:21 +02:00
NiLuJe
6b245b9c80
Update the standalone testcase, too.
2012-10-02 03:11:16 +02:00
NiLuJe
9fab02e33f
Kill debug printf
2012-10-02 02:25:08 +02:00
NiLuJe
d27f20d696
Fix input device closing, and fix lipc-wait-event handling (using
...
popen-noshell from http://code.google.com/p/popen-noshell/ )
2012-10-02 02:16:22 +02:00
Kefu Chai
896c435840
remove dependency on <linux/input.h>
...
* and kill a warning
2012-06-11 02:49:45 +08:00
Qingping Hou
7ab59e9a5c
add usb charging events
...
for issue #127
2012-06-07 22:00:09 +08:00
HW
e2af463bac
enable key repeat in SDL emulation mode
2012-06-02 23:57:25 +02:00
Qingping Hou
b9b772fe25
add SDL WaitEventTime patch to input.c
...
According to http://bugzilla.libsdl.org/show_bug.cgi?id=684 ,
this is included in SDL 1.3. But seems that 1.3 is not released
yet, so I added the patch here as workaround.
2012-04-17 14:24:42 +08:00
HW
3022889088
kill our own child process. not quite finished.
...
we can now kill and wait for the slider watcher subprocess that we spawned.
However, it will have a subprocess itself, the lipc-wait-event process.
That one currently stays alive until it finally sends something.
2012-04-14 01:09:38 +02:00
HW
877ecdfb71
switched slider handling to a fork()ed process
2012-04-09 12:29:13 +02:00
Qingping Hou
c41e3e75a3
add: demo for fixing #85 , #86
2012-04-06 13:51:37 +08:00
HW
8869c52c31
fix a Lua 5.0 syntax that was deprecated in 5.1
...
luaL_reg is now renamed to luaL_Reg. Lua 5.2 does not know about
the old name anymore, Lua 5.1.x had backward compatibility.
2012-03-19 19:11:32 +01:00
HW
11b568f19e
fixed included headers
2011-12-08 00:41:17 +01:00
HW
2a789efefb
changed/enabled reader device emulation
...
The sources can now conditionally compile emulation code
for the e-ink framebuffer and input events.
It uses SDL for doing that, so you need this installed
if you want to use emulation (you do not need it if you're
only compiling for the e-ink device).
This allows for rapid testing of new code.
2011-11-16 23:50:00 +01:00
HW
0c24e3c7e0
initial project, basic reader working
2011-11-14 18:30:16 +01:00