Re: [systemd-devel] Supporting U2F over HID on Linux?

2014-11-03 Thread Jiri Kosina
a head-start (especially if you need the > raw_event callback). Same here, of course. Please always CC me in parallel to sending to linux-input@ to make sure that the patch doesn't fall in between cracks. Thanks, -- Jiri Kosina SUSE Labs

Re: [systemd-devel] Supporting U2F over HID on Linux?

2014-11-02 Thread Jiri Kosina
On Sun, 2 Nov 2014, Jiri Kosina wrote: > Alternatively, you can just write udev rule which triggers on HID devices, > issues HIDIOCGRDESC ioctl() on the just-created hidraw node, and decides > afterwards whether node permissions need to be altered ... right? Just to make myself c

Re: [systemd-devel] Supporting U2F over HID on Linux?

2014-11-02 Thread Jiri Kosina
HIDAPI. > > Admittedly, a U2F driver in the kernel would be slightly nicer from a > multiplexing standpoint than hidraw. Alternatively, you can just write udev rule which triggers on HID devices, issues HIDIOCGRDESC ioctl() on the just-created hidraw node, and decides afterwards

Re: [systemd-devel] Supporting U2F over HID on Linux?

2014-11-02 Thread Jiri Kosina
about this quite a lot in the past, and decided to postpone this until there is a very good reason for it to happen. > - An actual kernel driver for U2F devices using the hid group > mechanism for enumeration. This seems overcomplicated. Hmmm