This is exactly the same issue as this thread:
https://forums.opensuse.org/t/preventing-usb-mouse-from-waking-computer/176865/6
That threat is closed so i created this one
I tryed to create a udev rule like in that thread, but Im still having issues with all the screens coming on when i mouse the mouse:
furryone@PC-OS2:~> lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 04ca:0020 Lite-On Technology Corp. USB Keyboard
Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 004: ID 2109:2813 VIA Labs, Inc. VL813 Hub
Bus 001 Device 005: ID 0d49:7310 Maxtor OneTouch 4
Bus 001 Device 006: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 007: ID 1058:1140 Western Digital Technologies, Inc. My Book Essential (WDBACW)
Bus 001 Device 008: ID 2109:2813 VIA Labs, Inc. VL813 Hub
Bus 001 Device 009: ID 1058:2627 Western Digital Technologies, Inc. My Passport 2627
Bus 001 Device 010: ID 1058:2627 Western Digital Technologies, Inc. My Passport 2627
Bus 001 Device 011: ID 1532:0064 Razer USA, Ltd Basilisk
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 1058:2622 Western Digital Technologies, Inc. Elements SE 2622
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 003 Device 003: ID 2109:2812 VIA Labs, Inc. VL812 Hub
Bus 003 Device 004: ID 2109:2812 VIA Labs, Inc. VL812 Hub
Bus 003 Device 005: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 002: ID 2109:0812 VIA Labs, Inc. VL812 Hub
Bus 004 Device 003: ID 2109:0812 VIA Labs, Inc. VL812 Hub
Bus 004 Device 004: ID 1058:1230 Western Digital Technologies, Inc. My Book (WDBFJK)
Bus 004 Device 005: ID 1058:1140 Western Digital Technologies, Inc. My Book Essential (WDBACW)
Bus 004 Device 007: ID 1058:1235 Western Digital Technologies, Inc. My Book (WDBFJK0040HBK)
Bus 004 Device 008: ID 1058:25fe Western Digital Technologies, Inc. Elements SE 25FE
furryone@PC-OS2:~>
I then created the udev rule file “90-mouse.rules” in /etc/udev/rules.d/
ACTION==“add”, SUBSYSTEM==“usb”, DRIVERS==“usb”, ATTRS{idVendor}==“1532”, ATTRS{idProduct}==“0064”, ATTR{power/wakeup}=“disabled”
however moving the mouse still wakes up all the monitors
It’s a usb basillica mouse
Help appreciated