fwupd/plugins/nitrokey
Richard Hughes fbf17e9c85 Allow devices to use the runtime version when in bootloader mode
Some devices like the Nitrokey use a generic DFU bootloader that reports a
version number unrelated to the version number of the runtime. Add a flag so
that we can set the correct version when switching plugins during detach and
attach.
2018-02-16 18:23:07 +00:00
..
fu-nitrokey-common.c Add a nitrokey plugin 2017-11-13 16:25:46 +00:00
fu-nitrokey-common.h Add a nitrokey plugin 2017-11-13 16:25:46 +00:00
fu-nitrokey-device.c Allow devices to use the runtime version when in bootloader mode 2018-02-16 18:23:07 +00:00
fu-nitrokey-device.h Add FuUsbDevice helper object 2017-11-24 14:04:51 +00:00
fu-plugin-nitrokey.c nitrokey: Use the new ->probe vfunc 2017-11-30 14:16:34 +00:00
fu-self-test.c Add a nitrokey plugin 2017-11-13 16:25:46 +00:00
lsusb.txt Add a nitrokey plugin 2017-11-13 16:25:46 +00:00
meson.build Remove autoconf-isms from the meson configure options 2017-11-27 18:07:53 +00:00
README.md Add a nitrokey plugin 2017-11-13 16:25:46 +00:00

Nitrokey Support

Introduction

This plugin is used to get the correct version number on Nitrokey storage devices. These devices have updatable firmware but so far no updates are available from the vendor.

The device is switched to a DFU bootloader only when the secret firmware pin is entered into the nitrokey-app tool. This cannot be automated.