]> git.ozlabs.org Git - petitboot/commit
discover: Deprecate 'conf' user event
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Mon, 5 Sep 2016 04:18:18 +0000 (14:18 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Thu, 8 Sep 2016 03:43:24 +0000 (13:43 +1000)
commite2c92865481a5fb043c03c0cde625a96ca608699
tree6ff1b4f3a2ca32ccfb7969fff77f252468220b0d
parenta50d5fe279db71cf85fabeb675c99b167ec63dcb
discover: Deprecate 'conf' user event

The 'conf' user event is functionally very similar to the 'url' event,
in that both events result in downloading a specified configuration file
and passing it to iterate_parsers().
The 'url' event additionally allows downloading files from a directory
path and is also accessed by the UI via pb-protocol, so remove the
'conf' event and associated functions in favour of 'url' and
device_handler_process_url().

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/device-handler.c
discover/device-handler.h
discover/event.c
discover/event.h
discover/user-event.c