fwupd/plugins/csr
Richard Hughes 1263446b23 trivial: Add a 'setup' vfunc that is used after open()
The setup() is the counterpart to probe(), the difference being the former needs
the device open and the latter does not.

This allows objects that derive from FuDevice, and use FuDeviceLocker to use
open() and close() without worrying about the performance implications of
probing the hardware, i.e. open() now simply opens a file or device.
2018-09-03 19:56:26 -05:00
..
data csr: Add a new plugin to add support for CSR "Driverless DFU" 2017-12-11 10:47:18 +00:00
csr-aiaiai.quirk Change the quirk file structure to be more efficient 2018-06-28 13:32:30 +01:00
fu-csr-device.c trivial: Add a 'setup' vfunc that is used after open() 2018-09-03 19:56:26 -05:00
fu-csr-device.h Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-plugin-csr.c Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
meson.build trivial: Fix linking when using Ubuntu 18.04 2018-08-23 17:29:31 +01:00