diff options
author | Andrej Shadura <andrew.shadura@collabora.co.uk> | 2019-04-01 15:42:00 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-04-10 14:59:39 +0300 |
commit | 42337b9d4d958daae266dc455a54e3b9f157862a (patch) | |
tree | 3d745883c473e971f5f42e999f3c9cb6b86d5621 /drivers/hid/hid-ids.h | |
parent | 8ed86627f715eacbd6db6862f9499d6d96ea4ad6 (diff) | |
download | linux-42337b9d4d958daae266dc455a54e3b9f157862a.tar.xz |
HID: add driver for U2F Zero built-in LED and RNG
U2F Zero supports custom commands for blinking the LED and getting data
from the internal hardware RNG. Expose the blinking function as a LED
device, and the internal hardware RNG as an HWRNG so that it can be used
to feed the enthropy pool.
Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index adce58f24f76..03d86cace074 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -323,6 +323,7 @@ #define USB_DEVICE_ID_CYGNAL_RADIO_SI470X 0x818a #define USB_DEVICE_ID_FOCALTECH_FTXXXX_MULTITOUCH 0x81b9 #define USB_DEVICE_ID_CYGNAL_CP2112 0xea90 +#define USB_DEVICE_ID_U2F_ZERO 0x8acf #define USB_DEVICE_ID_CYGNAL_RADIO_SI4713 0x8244 |