Skip to content

bug=1018815 // replace DEVICE w/ DEVICES in 80-modem-eg25.rules

joergsch1 requested to merge (removed):bug_1018815 into master

The settings in the rule file are not applied.

It was mentioned #mobian:matrix.org that there are issues w/ eg25-manager. On user pointed out that he had to remove the first four lines. Comparing the new rule with the old one revealed that the filter as applied on DEVICES before whereas the new one was looking for DEVICE.

A test with the rule provided by this package (as is):

cat /sys/devices/platform/soc/1c1b000.usb/usb2/2-1/power/control
auto

A test with the rule adjusted according to the merge request:

cat /sys/devices/platform/soc/1c1b000.usb/usb2/2-1/power/control
on

The tests were applied on OG PP, I don't know if the outcome is the same on PPP.

Merge request reports