donotturnoff / aerend

My third year project
0 stars 0 forks source link

Unified device initialiser and hotplug handler #60

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

I currently have to hardcode the paths of the event sources and DRI cards into the program, and devices cannot be added at run time. I would like to have a single system for detecting and configuring devices at startup and during execution.

donotturnoff commented 2 years ago

Need to make sure that device addition/removal is thread-safe