You are not logged in.

#1 2020-07-17 12:54:38

zachalexy
Member
From: The Netherlands
Registered: 2020-01-08
Posts: 52

[SOLVED] Permanently disable wake on mouse after hibernation

Hi, found that if I change /sys/bus/usb/devices/1-2/power/wakeup from enabled to disabled my system doesn't wake up by touching the mouse anymore. Exactly how I want it to be. But I need to make this permanent. What is the best/easiest way to achieve this? Thx, Zach

Last edited by zachalexy (2020-07-17 13:43:28)

Offline

#2 2020-07-17 13:21:52

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,738

Re: [SOLVED] Permanently disable wake on mouse after hibernation

https://wiki.archlinux.org/index.php/Ud … USB_device write disabled instead of enabled at the appropriate spot.

Online

#3 2020-07-17 13:42:58

zachalexy
Member
From: The Netherlands
Registered: 2020-01-08
Posts: 52

Re: [SOLVED] Permanently disable wake on mouse after hibernation

Hi, okay, thanks, works (happen to have a Logitech mouse so the id's are spot on already)!

created 50-wake-on-mouse-fix.rules:
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", ATTR{power/wakeup}="disabled", ATTR{driver/1-2/power/wakeup}="disabled"

Great, regards, Zach

Offline

Board footer

Powered by FluxBB