On 12/10/25 12:17 AM, Stephen Morris wrote:
With the following rules content, why does the echo command specified not write to /sys/bus/usb/drivers/mt7925u/new_id, why does it append to that file?
You forgot to include the rule and that isn't a "file". Only the usb ones are even readable and I don't know why. But that file is for adding a new item to the driver, it won't replace anything that it's currently handling, so I'm not surprised that it would appear to be appending. If you want to get rid of a previous one, you would need to use "remove_id".
-- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
