Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Supply missing header guards | Markus Armbruster | 2019-06-12 | 1 | -0/+4 |
| | | | | | Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190604181618.19980-5-armbru@redhat.com> | ||||
* | Split adb.c into adb.c, adb-mouse.c and adb-kbd.c | Laurent Vivier | 2017-12-21 | 1 | -0/+49 |
It makes the code clearer to separate the bus implementation from the devices one. Replace ADB_DPRINTF() with trace events (and adding new ones in adb-kbd.c). Some minor changes to make checkpatch.pl happy. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Message-Id: <20171220121406.24056-1-laurent@vivier.eu> |