# DEPRECATED: example udev rules for the legacy BabyLin USB device. # Kept for backward compatibility only; new deployments target the MUM adapter # over Ethernet and do not need a udev rule. # # Replace ATTRS{idVendor} and ATTRS{idProduct} with actual values # Find values with: lsusb SUBSYSTEM=="usb", ATTRS{idVendor}=="1234", ATTRS{idProduct}=="5678", MODE="0660", GROUP="plugdev", TAG+="uaccess"