|
|
Log in / Subscribe / Register

BPF for HID drivers

BPF for HID drivers

Posted Sep 29, 2022 9:45 UTC (Thu) by metan (subscriber, #74107)
Parent article: BPF for HID drivers

One does not need BPF to transform devices into something new, that is easily done from userspace. All that you need to do is to run a daemon that grabs the original device and creates new virtual device, you can get the idea from https://github.com/metan-ucw/evfilter


to post comments

BPF for HID drivers

Posted Oct 10, 2022 21:11 UTC (Mon) by calumapplepie (guest, #143655) [Link] (1 responses)

I'd rather not need letMeTypeThings.d to be running if I want to work on my computer. In a recovery shell, letMeTypeThings.d might not get started, for instance.

BPF for HID drivers

Posted Oct 12, 2022 8:57 UTC (Wed) by metan (subscriber, #74107) [Link]

I fail to see how that is different from let_me_type.bpf not loaded before executing recovery shell. Either you have drivers and workarounds compiled in the kernel or not in which case they may fail to load.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds