aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/palmpre
AgeCommit message (Collapse)Author
2011-03-01tsmd: install script to /usr/bin and not to /bin and bmp PRSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-02-27tsmd: install also a little helper script to control the touchscreen daemonSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-02-27tsmd: return of the old init scriptSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-13tsmd: bump SRCREV as playya requestedMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-04tsmd: bump SRCREVSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-04read_tokens: bump SRCREVSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-04read_tokens: add initscript to read tokens on bootSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-04tsmd: remove initscript and bump PRSimon Busch
The initscript for tsmd is not needed anymore as it is started by a plugin of FSO's fsodeviced daemon. Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2010-10-20palmpre-audio-scripts: add initial versionSimon Busch
For the palmpre machine some special audio scripts are needed to do audio routing, as it is not possible to do audio routing with common tools used on other machines. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20tellbootie: add initial git versionSimon Busch
tellbootie is a little utility for the palmpre machine which tells the bootloader over some spare space in the memory about what to do on next restart (e.g. fall in recovery mode). Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20tsmd: add initial recipeSimon Busch
tsmd is a touchscreen management daemon for the palmpre machine. It has juast one simple task to do: It open's the touchscreen dev node on /dev/touchscreen, process it's data with tslib and forward all input events to uinput dev node. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20read-tokens: add initial git versionSimon Busch
read-tokens is a little utility especially for the palmpre. It reads so alled 'tokens' from the internal flash and stores them in a key-value file so other system components can read them from there. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-09-06msmcomm: split msmcommd recipe into three parts as upstream layout has changedSimon Busch
We have now three parts for the msmcomm daemon: * libmsmcomm: the actual protocol implementation of the msmcomm protocol * msmcommd: the daemon which manages the link layer + takes command from the clients and submits them to the modem * msmcommd-specs: provides the dbus API definition for the msmcomm daemon which lets the client talk to the daemon Signed-off-by: Simon Busch <morphis@gravedo.de>