initialize
This commit is contained in:
6
LVX6048/etc/udev/rules.d/99-lvx6048.rules
Normal file
6
LVX6048/etc/udev/rules.d/99-lvx6048.rules
Normal file
@@ -0,0 +1,6 @@
|
||||
# LVX6048 (MPP Solar / Voltronic) USB-HID — dialout access only.
|
||||
# Logical unit identification is done via PI18 `ID` query at powermon startup
|
||||
# (see powermon.yaml: path: /dev/hidraw*, serial_number: <SN>).
|
||||
# No SYMLINK here — powermon resolves the right /dev/hidrawN by inverter serial,
|
||||
# which survives cable moves / hub port changes.
|
||||
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0665", ATTRS{idProduct}=="5161", MODE="0660", GROUP="dialout"
|
||||
Reference in New Issue
Block a user