Commit Graph

20 Commits (2b185961e8dff79a4248b98c4c6345daa827d96a)

Author SHA1 Message Date
Qingping Hou 1adc84c2ac rename slider event to fake_events again 12 years ago
NiLuJe 3f945b8d93 We don't need you, either, in EMU... 12 years ago
NiLuJe e04cb9a66b We don't need those two in EMU ;). 12 years ago
NiLuJe 9f5cd9d021 Actually, no that's wrong, it's not the parent process, it's a fork. 12 years ago
NiLuJe 2572dd0657 Kill a bit of cruft, explain the reasonning behind the kill/traps, and
fix a potential buffering issue eating the first slider event
12 years ago
NiLuJe 7ce8ff58f8 Update the standalone testcase, too. 12 years ago
NiLuJe 1d29b53b84 Kill debug printf 12 years ago
NiLuJe 26e10c6069 Fix input device closing, and fix lipc-wait-event handling (using
popen-noshell from http://code.google.com/p/popen-noshell/)

Conflicts:

	input.c
12 years ago
Kefu Chai 8ce1aef0af remove dependency on <linux/input.h>
* and kill a warning
12 years ago
Qingping Hou d06f71b3cd fix naming for fake events device 12 years ago
Qingping Hou 219b2d7f30 add usb charging events
for issue #127

Conflicts:
	keys.lua
12 years ago
HW 97589bc9ba have waitForEvent use two separate arguments for s and us 12 years ago
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.
12 years ago
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.
12 years ago
HW 877ecdfb71 switched slider handling to a fork()ed process 12 years ago
Qingping Hou c41e3e75a3 add: demo for fixing #85, #86 12 years ago
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.
12 years ago
HW 11b568f19e fixed included headers 13 years ago
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.
13 years ago
HW 0c24e3c7e0 initial project, basic reader working 13 years ago