Every time I press a button on my mouse, an error is logged in my system journal. Starting recently, every time I press any button on my Logitech G602 mouse, the following is logged to my journal: kernel: logitech-djreceiver 0003:046D:C537.0005: Unexpected input report number 128 This includes both primary mouse buttons, the middle mouse buttons, the buttons on the side, and the buttons on the top controlling the DPI. It seems that, with commit e400071a805d6229223a98899e9da8c6233704a1 (https://github.com/torvalds/linux/commit/e400071a805d6229223a98899e9da8c6233704a1), this driver was enabled for my mouse. My /proc/version: Linux version 5.10.16-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36) #1 SMP PREEMPT Sat, 13 Feb 2021 20:50:18 +0000 My kernel .config file: See here (https://github.com/archlinux/svntogit-packages/blob/packages/linux/trunk/config). Thanks!