Re: [PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-11-17 Thread Nick Kossifidis
Στις Τετ, 14 Νοε 2018 στις 9:08 μ.μ., ο/η Andrej Shadura έγραψε: > > On 14/11/2018 10:32, Andrej Shadura wrote: > > On 12/11/2018 03:17, Jiri Kosina wrote: > >> On Thu, 1 Nov 2018, Andrej Shadura wrote: > >> > >>> Hi everyone, > >>> > >>> I’ve got a comment from Nick Kossifidis that I probably sho

Re: [PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-11-17 Thread Nick Kossifidis
Στις Τετ, 14 Νοε 2018 στις 8:33 μ.μ., ο/η Andrej Shadura έγραψε: > > On 12/11/2018 03:17, Jiri Kosina wrote: > > On Thu, 1 Nov 2018, Andrej Shadura wrote: > > > >> Hi everyone, > >> > >> I’ve got a comment from Nick Kossifidis that I probably shouldn’t set > >> RNG’s quality to 1024. Adding linux-

Re: [PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-11-14 Thread Andrej Shadura
On 14/11/2018 10:32, Andrej Shadura wrote: > On 12/11/2018 03:17, Jiri Kosina wrote: >> On Thu, 1 Nov 2018, Andrej Shadura wrote: >> >>> Hi everyone, >>> >>> I’ve got a comment from Nick Kossifidis that I probably shouldn’t set >>> RNG’s quality to 1024. Adding linux-crypto@ to the loop. >> >> So,

Re: [PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-11-14 Thread Andrej Shadura
On 12/11/2018 03:17, Jiri Kosina wrote: > On Thu, 1 Nov 2018, Andrej Shadura wrote: > >> Hi everyone, >> >> I’ve got a comment from Nick Kossifidis that I probably shouldn’t set >> RNG’s quality to 1024. Adding linux-crypto@ to the loop. > > So, what was this about? Is there any resolution to it?

Re: [PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-11-12 Thread Jiri Kosina
On Thu, 1 Nov 2018, Andrej Shadura wrote: > Hi everyone, > > I’ve got a comment from Nick Kossifidis that I probably shouldn’t set > RNG’s quality to 1024. Adding linux-crypto@ to the loop. So, what was this about? Is there any resolution to it? :) Thanks. > > On 23/10/2018 16:46, Andrej Shad

Re: [PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-11-01 Thread Andrej Shadura
Hi everyone, I’ve got a comment from Nick Kossifidis that I probably shouldn’t set RNG’s quality to 1024. Adding linux-crypto@ to the loop. On 23/10/2018 16:46, Andrej Shadura wrote: > U2F Zero supports custom commands for blinking the LED and getting data > from the internal hardware RNG. Expose

[PATCH] HID: add driver for U2F Zero built-in LED and RNG

2018-10-23 Thread Andrej Shadura
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 --- drivers/hid/Kconfig