Richard Hughes
a2abc42760
libfwupdplugin: Use G_GNUC_WARN_UNUSED_RESULT for methods that should be checked
2021-01-04 15:24:35 +00:00
Richard Hughes
2bbb7d2b40
trivial: Merge some GtkDoc introspection fixes
2020-11-30 09:18:45 +00:00
Richard Hughes
8c415e0568
trivia: Allow controlling HID kernel driver rebind
2020-11-07 19:51:45 +00:00
Richard Hughes
a01fdde628
Allow setting global flags for FuHidDevice
2020-11-07 19:51:45 +00:00
Richard Hughes
d9b97e308b
Add a flag to retry the HID request up to 10 times
...
This is something that we now need in two plugins, so move it into common code.
2020-10-22 14:36:05 +01:00
Richard Hughes
c04f5a3e15
Add FuHidDevice abstraction
...
Quite a few plugins use HID commands to communicate with the hardware. At the
mement we have ~6 implementations of SET_REPORT and are soon to add one more.
Move this into common code.
2020-03-19 17:02:07 +00:00