aboutsummaryrefslogtreecommitdiffstats
path: root/include/gen.h
Commit message (Collapse)AuthorAgeFilesLines
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-2/+8
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Types are not commandsPaul Kocialkowski2014-01-251-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-251-9/+25
| | | | | | | Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
|
* Switched crespo headers to ipc-v4 as these are shared between multiple devicesPaulK2012-01-281-2/+2
|
* Added accuracy to crespo's struct ipc_gen_phone_res and added check functionPaulK2011-12-301-0/+2
|
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+1
| | | | | | | On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de>
* introduce device-specific includes, split h1/crespo gen_resp/net_registJoerie de Gram2011-10-281-6/+6
|
* Reorder fields in generic phone response messageSimon Busch2011-10-191-4/+4
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Massive cleanup & device specific frame handlingJoerie de Gram2011-08-171-0/+33
- Introduced device specific frame handling - Removed all IPC command helper functions - General cleanup