Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #71894 > unrolled thread
| Started by | Julien AUBIN <julien.aubin@gmail.com> |
|---|---|
| First post | 2021-05-26 23:30 +0200 |
| Last post | 2021-05-27 14:30 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.debian.kernel
Bug#989152: linux: Mouse wheel support is broken after resume Julien AUBIN <julien.aubin@gmail.com> - 2021-05-26 23:30 +0200
Bug#989152: linux: Mouse wheel support is broken after resume Romain Perier <romain.perier@gmail.com> - 2021-05-27 13:50 +0200
Bug#989152: linux: Mouse wheel support is broken after resume Julien AUBIN <julien.aubin@gmail.com> - 2021-05-27 14:30 +0200
| From | Julien AUBIN <julien.aubin@gmail.com> |
|---|---|
| Date | 2021-05-26 23:30 +0200 |
| Subject | Bug#989152: linux: Mouse wheel support is broken after resume |
| Message-ID | <Cj9gd-7JZ-7@gated-at.bofh.it> |
Source: linux Version: Mouse wheel behaviour is broken after resume Severity: normal Dear Maintainer, I've remarked that on a specific laptop the mouse wheel function is not restored after resume. This is a regression that has been introduced between Buster and Bullseye, and only occurs on one of my hosts. Laptop model : Dell Latitude e6540 Mouse model : Microsoft Intellimouse 4500 Desktop environment : KDE Steps to reproduce : DO : boot the computer and open KDE DO : open whatever application with a scrollbar and use the mouse scroll wheel EXPECT : the scrolling works. DO : suspend the computer to RAM for 5 minutes DO : resume your activity DO : open whatever application with a scrollbar and use the mouse scroll wheel EXPECT : the scrolling works. ACTUAL : the scrolling does not work. Workaround : unplug and plug the mouse, or use a tool like resetmsmice (it would be great to include it in the archive : https://github.com/paulrichards321/resetmsmice ) -- System Information: Debian Release: 11.0 APT prefers testing-security APT policy: (500, 'testing-security'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.0-7-amd64 (SMP w/8 CPU threads) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system)
[toc] | [next] | [standalone]
| From | Romain Perier <romain.perier@gmail.com> |
|---|---|
| Date | 2021-05-27 13:50 +0200 |
| Message-ID | <CjmGt-7kb-3@gated-at.bofh.it> |
| In reply to | #71894 |
Le mer. 26 mai 2021 à 23:27, Julien AUBIN <julien.aubin@gmail.com> a écrit : > > Source: linux > Version: Mouse wheel behaviour is broken after resume > Severity: normal > > Dear Maintainer, > > I've remarked that on a specific laptop the mouse wheel function is not > restored after resume. This is a regression that has been introduced between > Buster and Bullseye, and only occurs on one of my hosts. > > Laptop model : Dell Latitude e6540 > Mouse model : Microsoft Intellimouse 4500 > Desktop environment : KDE > > Steps to reproduce : > DO : boot the computer and open KDE > DO : open whatever application with a scrollbar and use the mouse scroll wheel > EXPECT : the scrolling works. > DO : suspend the computer to RAM for 5 minutes > DO : resume your activity > DO : open whatever application with a scrollbar and use the mouse scroll wheel > EXPECT : the scrolling works. > ACTUAL : the scrolling does not work. > > Workaround : unplug and plug the mouse, or use a tool like resetmsmice (it > would be great to include it in the archive : > https://github.com/paulrichards321/resetmsmice ) Hi, Could you monitor the corresponding input device by the help of "evtest" ? That's a userspace tool that dumps evdev events reported by the kernel to userspace (so we can check if the kernel exposes the scrolling to userspace after resume or not... perhaps that's a kernel issue, perhaps that's an issue in the upper layers) Could you : 1. install evtest : apt install evtest 2. With evtest /dev/input/event<X> locate the device corresponding to your mouse: when you scroll you should see events. Something like: time 1622115506.006606, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 3. Then when you have found the right device, check that the scrolling event is working as expected before resume (via evtest) Now test suspend and check if you see the scrolling event via evtest after resume. Once done, past your result here. Regards, Romain
[toc] | [prev] | [next] | [standalone]
| From | Julien AUBIN <julien.aubin@gmail.com> |
|---|---|
| Date | 2021-05-27 14:30 +0200 |
| Message-ID | <Cjnjb-7M2-1@gated-at.bofh.it> |
| In reply to | #71903 |
Le jeudi 27 mai 2021, 13:40:39 CEST Romain Perier a écrit : > Le mer. 26 mai 2021 à 23:27, Julien AUBIN <julien.aubin@gmail.com> a écrit : > > Source: linux > > Version: Mouse wheel behaviour is broken after resume > > Severity: normal > > > > Dear Maintainer, > > > > I've remarked that on a specific laptop the mouse wheel function is not > > restored after resume. This is a regression that has been introduced > > between Buster and Bullseye, and only occurs on one of my hosts. > > > > Laptop model : Dell Latitude e6540 > > Mouse model : Microsoft Intellimouse 4500 > > Desktop environment : KDE > > > > Steps to reproduce : > > DO : boot the computer and open KDE > > DO : open whatever application with a scrollbar and use the mouse scroll > > wheel EXPECT : the scrolling works. > > DO : suspend the computer to RAM for 5 minutes > > DO : resume your activity > > DO : open whatever application with a scrollbar and use the mouse scroll > > wheel EXPECT : the scrolling works. > > ACTUAL : the scrolling does not work. > > > > Workaround : unplug and plug the mouse, or use a tool like resetmsmice (it > > would be great to include it in the archive : > > https://github.com/paulrichards321/resetmsmice ) > > Hi, > > Could you monitor the corresponding input device by the help of > "evtest" ? That's a userspace tool that > dumps evdev events reported by the kernel to userspace (so we can > check if the kernel exposes the scrolling > to userspace after resume or not... perhaps that's a kernel issue, > perhaps that's an issue in the upper layers) > > Could you : > 1. install evtest : apt install evtest > 2. With evtest /dev/input/event<X> locate the device corresponding to > your mouse: when you scroll you should see events. Something like: > > time 1622115506.006606, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 > > 3. Then when you have found the right device, check that the scrolling > event is working as expected before resume (via evtest) > > Now test suspend and check if you see the scrolling event via evtest > after resume. > Once done, past your result here. > > Regards, > Romain Hi, I tested. Before suspend : Testing ... (interrupt to exit) Event: time 1622117938.523711, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.523711, -------------- SYN_REPORT ------------ Event: time 1622117938.611699, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.611699, -------------- SYN_REPORT ------------ Event: time 1622117938.627713, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.627713, -------------- SYN_REPORT ------------ Event: time 1622117938.635705, type 2 (EV_REL), code 8 (REL_WHEEL), value 1 Event: time 1622117938.635705, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.635705, -------------- SYN_REPORT ------------ Event: time 1622117938.643686, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.643686, -------------- SYN_REPORT ------------ Event: time 1622117938.651677, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.651677, -------------- SYN_REPORT ------------ Event: time 1622117938.667746, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.667746, -------------- SYN_REPORT ------------ Event: time 1622117938.691713, type 2 (EV_REL), code 8 (REL_WHEEL), value 1 Event: time 1622117938.691713, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.691713, -------------- SYN_REPORT ------------ Event: time 1622117938.723710, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.723710, -------------- SYN_REPORT ------------ Event: time 1622117938.891708, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622117938.891708, -------------- SYN_REPORT ------------ Event: time 1622117938.963715, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117938.963715, -------------- SYN_REPORT ------------ Event: time 1622117938.979698, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117938.979698, -------------- SYN_REPORT ------------ Event: time 1622117938.987728, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117938.987728, -------------- SYN_REPORT ------------ Event: time 1622117938.995722, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117938.995722, -------------- SYN_REPORT ------------ Event: time 1622117939.003760, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117939.003760, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117939.003760, -------------- SYN_REPORT ------------ Event: time 1622117939.011721, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117939.011721, -------------- SYN_REPORT ------------ Event: time 1622117939.019705, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117939.019705, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117939.019705, -------------- SYN_REPORT ------------ Event: time 1622117939.027684, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.027684, -------------- SYN_REPORT ------------ Event: time 1622117939.035730, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117939.035730, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117939.035730, -------------- SYN_REPORT ------------ Event: time 1622117939.051676, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.051676, -------------- SYN_REPORT ------------ Event: time 1622117939.059709, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.059709, -------------- SYN_REPORT ------------ Event: time 1622117939.827704, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.827704, -------------- SYN_REPORT ------------ Event: time 1622117939.851670, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117939.851670, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.851670, -------------- SYN_REPORT ------------ Event: time 1622117939.875705, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.875705, -------------- SYN_REPORT ------------ Event: time 1622117939.899670, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.899670, -------------- SYN_REPORT ------------ Event: time 1622117939.907685, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.907685, -------------- SYN_REPORT ------------ Event: time 1622117939.923688, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117939.923688, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.923688, -------------- SYN_REPORT ------------ Event: time 1622117939.931686, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.931686, -------------- SYN_REPORT ------------ Event: time 1622117939.939690, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.939690, -------------- SYN_REPORT ------------ Event: time 1622117939.947685, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.947685, -------------- SYN_REPORT ------------ Event: time 1622117939.963709, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117939.963709, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.963709, -------------- SYN_REPORT ------------ Event: time 1622117939.971735, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.971735, -------------- SYN_REPORT ------------ Event: time 1622117939.987670, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.987670, -------------- SYN_REPORT ------------ Event: time 1622117939.995688, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117939.995688, -------------- SYN_REPORT ------------ Event: time 1622117940.443696, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117940.443696, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.443696, -------------- SYN_REPORT ------------ Event: time 1622117940.475686, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.475686, -------------- SYN_REPORT ------------ Event: time 1622117940.491686, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.491686, -------------- SYN_REPORT ------------ Event: time 1622117940.507663, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.507663, -------------- SYN_REPORT ------------ Event: time 1622117940.515692, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117940.515692, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.515692, -------------- SYN_REPORT ------------ Event: time 1622117940.523686, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117940.523686, -------------- SYN_REPORT ------------ Event: time 1622117940.531691, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.531691, -------------- SYN_REPORT ------------ Event: time 1622117940.539697, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117940.539697, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117940.539697, -------------- SYN_REPORT ------------ Event: time 1622117940.547694, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117940.547694, -------------- SYN_REPORT ------------ Event: time 1622117940.555698, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117940.555698, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622117940.555698, -------------- SYN_REPORT ------------ Event: time 1622117940.563686, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.563686, -------------- SYN_REPORT ------------ Event: time 1622117940.571695, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.571695, -------------- SYN_REPORT ------------ Event: time 1622117940.579664, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622117940.579664, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.579664, -------------- SYN_REPORT ------------ Event: time 1622117940.603687, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622117940.603687, -------------- SYN_REPORT ------------ After resume : Testing ... (interrupt to exit) Event: time 1622117967.325632, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 7 Event: time 1622117967.325632, -------------- SYN_REPORT ------------ Event: time 1622117967.445650, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 7 Event: time 1622117967.445650, -------------- SYN_REPORT ------------ Event: time 1622117967.525641, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117967.525641, -------------- SYN_REPORT ------------ Event: time 1622117967.549640, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117967.549640, -------------- SYN_REPORT ------------ Event: time 1622117967.565641, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117967.565641, -------------- SYN_REPORT ------------ Event: time 1622117967.573642, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117967.573642, -------------- SYN_REPORT ------------ Event: time 1622117967.605648, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117967.605648, -------------- SYN_REPORT ------------ Event: time 1622117968.229633, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 7 Event: time 1622117968.229633, -------------- SYN_REPORT ------------ Event: time 1622117968.261626, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 7 Event: time 1622117968.261626, -------------- SYN_REPORT ------------ Event: time 1622117968.357682, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 7 Event: time 1622117968.357682, -------------- SYN_REPORT ------------ Event: time 1622117968.533655, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117968.533655, -------------- SYN_REPORT ------------ Event: time 1622117968.573651, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117968.573651, -------------- SYN_REPORT ------------ Event: time 1622117968.629654, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117968.629654, -------------- SYN_REPORT ------------ Event: time 1622117968.661616, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -7 Event: time 1622117968.661616, -------------- SYN_REPORT ------------ After resume, after resetmsmice : Event: time 1622118116.909519, type 2 (EV_REL), code 8 (REL_WHEEL), value 1 Event: time 1622118116.909519, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118116.909519, -------------- SYN_REPORT ------------ Event: time 1622118116.925510, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118116.925510, -------------- SYN_REPORT ------------ Event: time 1622118116.941497, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118116.941497, -------------- SYN_REPORT ------------ Event: time 1622118116.949499, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118116.949499, -------------- SYN_REPORT ------------ Event: time 1622118116.965473, type 2 (EV_REL), code 8 (REL_WHEEL), value 1 Event: time 1622118116.965473, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118116.965473, -------------- SYN_REPORT ------------ Event: time 1622118116.989514, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118116.989514, -------------- SYN_REPORT ------------ Event: time 1622118117.053480, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118117.053480, -------------- SYN_REPORT ------------ Event: time 1622118117.541331, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.541331, -------------- SYN_REPORT ------------ Event: time 1622118117.573341, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.573341, -------------- SYN_REPORT ------------ Event: time 1622118117.589376, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.589376, -------------- SYN_REPORT ------------ Event: time 1622118117.605344, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.605344, -------------- SYN_REPORT ------------ Event: time 1622118117.621325, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.621325, -------------- SYN_REPORT ------------ Event: time 1622118117.629284, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118117.629284, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.629284, -------------- SYN_REPORT ------------ Event: time 1622118117.637322, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.637322, -------------- SYN_REPORT ------------ Event: time 1622118117.653278, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.653278, -------------- SYN_REPORT ------------ Event: time 1622118117.669291, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.669291, -------------- SYN_REPORT ------------ Event: time 1622118117.685274, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118117.685274, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.685274, -------------- SYN_REPORT ------------ Event: time 1622118117.701286, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.701286, -------------- SYN_REPORT ------------ Event: time 1622118117.725260, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118117.725260, -------------- SYN_REPORT ------------ Event: time 1622118118.165165, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118118.165165, -------------- SYN_REPORT ------------ Event: time 1622118118.892959, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118118.892959, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118118.892959, -------------- SYN_REPORT ------------ Event: time 1622118118.916937, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118118.916937, -------------- SYN_REPORT ------------ Event: time 1622118118.948923, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118118.948923, -------------- SYN_REPORT ------------ Event: time 1622118119.052914, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.052914, -------------- SYN_REPORT ------------ Event: time 1622118119.060910, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118119.060910, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.060910, -------------- SYN_REPORT ------------ Event: time 1622118119.068896, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.068896, -------------- SYN_REPORT ------------ Event: time 1622118119.076884, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.076884, -------------- SYN_REPORT ------------ Event: time 1622118119.084874, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.084874, -------------- SYN_REPORT ------------ Event: time 1622118119.100889, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118119.100889, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.100889, -------------- SYN_REPORT ------------ Event: time 1622118119.108870, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.108870, -------------- SYN_REPORT ------------ Event: time 1622118119.124863, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.124863, -------------- SYN_REPORT ------------ Event: time 1622118119.140886, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.140886, -------------- SYN_REPORT ------------ Event: time 1622118119.148938, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118119.148938, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.148938, -------------- SYN_REPORT ------------ Event: time 1622118119.164849, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.164849, -------------- SYN_REPORT ------------ Event: time 1622118119.172851, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.172851, -------------- SYN_REPORT ------------ Event: time 1622118119.188872, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118119.188872, -------------- SYN_REPORT ------------ Event: time 1622118119.804743, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.804743, -------------- SYN_REPORT ------------ Event: time 1622118119.812675, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.812675, -------------- SYN_REPORT ------------ Event: time 1622118119.820748, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.820748, -------------- SYN_REPORT ------------ Event: time 1622118119.828706, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.828706, -------------- SYN_REPORT ------------ Event: time 1622118119.836688, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.836688, -------------- SYN_REPORT ------------ Event: time 1622118119.844721, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.844721, -------------- SYN_REPORT ------------ Event: time 1622118119.860670, type 2 (EV_REL), code 8 (REL_WHEEL), value 1 Event: time 1622118119.860670, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.860670, -------------- SYN_REPORT ------------ Event: time 1622118119.876676, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.876676, -------------- SYN_REPORT ------------ Event: time 1622118119.916666, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.916666, -------------- SYN_REPORT ------------ Event: time 1622118119.932657, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.932657, -------------- SYN_REPORT ------------ Event: time 1622118119.948674, type 2 (EV_REL), code 8 (REL_WHEEL), value 1 Event: time 1622118119.948674, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.948674, -------------- SYN_REPORT ------------ Event: time 1622118119.964652, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.964652, -------------- SYN_REPORT ------------ Event: time 1622118119.988612, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118119.988612, -------------- SYN_REPORT ------------ Event: time 1622118120.012638, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118120.012638, -------------- SYN_REPORT ------------ Event: time 1622118120.068631, type 2 (EV_REL), code 8 (REL_WHEEL), value 1 Event: time 1622118120.068631, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118120.068631, -------------- SYN_REPORT ------------ Event: time 1622118120.180582, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value 30 Event: time 1622118120.180582, -------------- SYN_REPORT ------------ Event: time 1622118120.388534, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.388534, -------------- SYN_REPORT ------------ Event: time 1622118120.412528, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.412528, -------------- SYN_REPORT ------------ Event: time 1622118120.428492, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.428492, -------------- SYN_REPORT ------------ Event: time 1622118120.444519, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.444519, -------------- SYN_REPORT ------------ Event: time 1622118120.460531, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118120.460531, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.460531, -------------- SYN_REPORT ------------ Event: time 1622118120.476502, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.476502, -------------- SYN_REPORT ------------ Event: time 1622118120.484531, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.484531, -------------- SYN_REPORT ------------ Event: time 1622118120.492474, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.492474, -------------- SYN_REPORT ------------ Event: time 1622118120.508473, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118120.508473, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.508473, -------------- SYN_REPORT ------------ Event: time 1622118120.516488, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.516488, -------------- SYN_REPORT ------------ Event: time 1622118120.524461, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.524461, -------------- SYN_REPORT ------------ Event: time 1622118120.540493, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.540493, -------------- SYN_REPORT ------------ Event: time 1622118120.548511, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118120.548511, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.548511, -------------- SYN_REPORT ------------ Event: time 1622118120.556501, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.556501, -------------- SYN_REPORT ------------ Event: time 1622118120.564492, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.564492, -------------- SYN_REPORT ------------ Event: time 1622118120.572477, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.572477, -------------- SYN_REPORT ------------ Event: time 1622118120.588448, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118120.588448, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.588448, -------------- SYN_REPORT ------------ Event: time 1622118120.612474, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.612474, -------------- SYN_REPORT ------------ Event: time 1622118120.652461, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.652461, -------------- SYN_REPORT ------------ Event: time 1622118120.700440, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118120.700440, -------------- SYN_REPORT ------------ Event: time 1622118121.068312, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118121.068312, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118121.068312, -------------- SYN_REPORT ------------ Event: time 1622118121.100360, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118121.100360, -------------- SYN_REPORT ------------ Event: time 1622118121.132326, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118121.132326, -------------- SYN_REPORT ------------ Event: time 1622118121.148287, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118121.148287, -------------- SYN_REPORT ------------ Event: time 1622118121.156321, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118121.156321, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118121.156321, -------------- SYN_REPORT ------------ Event: time 1622118121.164338, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -30 Event: time 1622118121.164338, -------------- SYN_REPORT ------------ Event: time 1622118121.172309, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622118121.172309, -------------- SYN_REPORT ------------ Event: time 1622118121.180331, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118121.180331, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622118121.180331, -------------- SYN_REPORT ------------ Event: time 1622118121.188340, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622118121.188340, -------------- SYN_REPORT ------------ Event: time 1622118121.196302, type 2 (EV_REL), code 8 (REL_WHEEL), value -1 Event: time 1622118121.196302, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 Event: time 1622118121.196302, -------------- SYN_REPORT ------------ Event: time 1622118121.204311, type 2 (EV_REL), code 11 (REL_WHEEL_HI_RES), value -60 What I observe is that after resume the REL_WHEEL event type disappears, and the values are +7/-7 whereas before suspend (or after resetmsmice) values look completely different. So it looks like it is kernel related. As stated before I could reproduce it only on one laptop (Dell Latitude e6540) but not on my other hosts with the very same mouse. Rgds, Julien.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web