On 10/8/20 11:44 PM, Jarkko Sakkinen wrote: >> Why is this so special that you need a subdirectory for a single driver >> with a mere 2 device nodes? Do any other misc drivers have a new >> subdirectory in /dev/ for them? > Absolutely nothing as far as I'm concerned. Should have done that > already at the time when I switched to misc based on your feedback. I > was acting too reactive I guess. For sure I'll rename. Plus, if anyone *REALLY* cares, they can get their precious directory back with a couple of lines of udev rules, I believe: KERNEL=="sgx_provision", SYMLINK+="sgx/provision" KERNEL=="sgx_enclave", SYMLINK+="sgx/enclave"