Skip to content

VME4L: add automatic device node handling

Administrator requested to merge harry_vme4l_auto_devices into jpe-dev

Created by: HarryWaschkeit

VME for Linux driver didn't handle device files automatically, instead these had to be created manually.

This change adds automatic creation and deletion of all supported devices during module initialization and cleanup, respectively.

Merge request reports