summaryrefslogtreecommitdiffstats
path: root/default_recovery_ui.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix error from change 3606Doug Zongker2009-06-111-18/+18
| | | | | When I changed the definition of device_perform_action() in response to a reviewer comment, I forgot to change this implementation.
* split out device-specific recovery UI code into vendor directoriesDoug Zongker2009-06-111-0/+61
Take some device-specific details of the recovery UI (eg, what keys to press to bring up the interface and perform actions, exact text of the menu, etc.) and split them out into separate C functions. Arrange to take implementations of those functions from the appropriate vendor directory at build time. Provide a default implementation in case no vendor-specific one is available.