aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/palmpre
AgeCommit message (Collapse)Author
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>