Activity log for bug #1906341

Date Who What changed Old value New value Message
2020-12-01 04:07:11 Kai-Chuan Hsieh bug added bug
2020-12-01 04:08:55 Kai-Chuan Hsieh description [Impact] * The touchpad's right button become no function after update to 5.4 kernel * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad. * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case] * 1. Boot into Ubuntu 2. Identify touchpad input device number, can be obtained in $HOME/.local/share/xorg/Xorg.0.log 3. $ udevadm info /sys/class/input/inputX check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set 4. And the touchpad right button become no function 5. After update the libevdev with disable_property API and libinput10 with model quirk 6. reboot 7. The input device PROP is still 5, but touchpad right button is workable [Where problems could occur] * For libevdev2 package, backport the upstream commit: https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 The API is not originally exist in the system, so it will only be utilized by our model quirk. * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit. Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any IO command to kernel, so the behavior should be the same as previous kernel when INPUT_PROP_BUTTONPAD is not set [Other Info] * A public bug is reported https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5, but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system, so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any    IO command to kernel, so the behavior should be the same as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831
2020-12-01 04:59:10 Daniel van Vugt tags focal
2020-12-01 05:00:14 Daniel van Vugt bug task added libevdev (Ubuntu)
2020-12-01 05:00:26 Daniel van Vugt bug task added linux (Ubuntu)
2020-12-01 05:30:08 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2020-12-01 05:33:13 Kai-Chuan Hsieh bug added subscriber OEM Solutions Group: Engineers
2020-12-01 05:33:16 Kai-Chuan Hsieh tags focal focal oem-priority originate-from-1905819 timbuktu
2020-12-01 05:55:51 Kai-Chuan Hsieh attachment added libinput.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439888/+files/libinput.debdiff
2020-12-01 05:56:45 Kai-Chuan Hsieh attachment added libevdev.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439889/+files/libevdev.debdiff
2020-12-01 05:59:28 Kai-Chuan Hsieh description [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5, but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system, so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any    IO command to kernel, so the behavior should be the same as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 * A workable build for Bionic in my ppa https://launchpad.net/~kchsieh/+archive/ubuntu/training
2020-12-01 05:59:54 Kai-Chuan Hsieh description [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 * A workable build for Bionic in my ppa https://launchpad.net/~kchsieh/+archive/ubuntu/training [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831  * A workable build for Bionic is in my ppa    https://launchpad.net/~kchsieh/+archive/ubuntu/training
2020-12-01 06:11:22 Kai-Chuan Hsieh tags focal oem-priority originate-from-1905819 timbuktu apport-collected bionic focal oem-priority originate-from-1905819 timbuktu ubuntu
2020-12-01 06:11:24 Kai-Chuan Hsieh description [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831  * A workable build for Bionic is in my ppa    https://launchpad.net/~kchsieh/+archive/ubuntu/training [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831  * A workable build for Bionic is in my ppa    https://launchpad.net/~kchsieh/+archive/ubuntu/training --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.16 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: u 1646 F.... pulseaudio BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CompositorRunning: None CurrentDesktop: ubuntu:GNOME DistUpgraded: Fresh install DistroCodename: bionic DistroRelease: Ubuntu 18.04 DistroVariant: ubuntu GraphicsCard: Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller]) Subsystem: Dell Device [1028:09c3] InstallationDate: Installed on 2020-12-01 (0 days ago) InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1) MachineType: Dell Inc. Precision 7550 Package: linux (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=2964a5af-ac17-45ee-a009-41879da14e1b ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 RelatedPackageVersions: linux-restricted-modules-5.4.0-42-generic N/A linux-backports-modules-5.4.0-42-generic N/A linux-firmware 1.173.19 Tags: bionic ubuntu Uname: Linux 5.4.0-42-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/01/2020 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.4.0 dmi.board.vendor: Dell Inc. dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd09/01/2020:svnDellInc.:pnPrecision7550:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr: dmi.product.family: Precision dmi.product.name: Precision 7550 dmi.product.sku: 09C3 dmi.sys.vendor: Dell Inc. version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2~18.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
2020-12-01 06:11:26 Kai-Chuan Hsieh attachment added AlsaInfo.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439891/+files/AlsaInfo.txt
2020-12-01 06:11:28 Kai-Chuan Hsieh attachment added CRDA.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439892/+files/CRDA.txt
2020-12-01 06:11:32 Kai-Chuan Hsieh attachment added CurrentDmesg.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439893/+files/CurrentDmesg.txt
2020-12-01 06:11:41 Kai-Chuan Hsieh attachment added DpkgLog.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439894/+files/DpkgLog.txt
2020-12-01 06:11:43 Kai-Chuan Hsieh attachment added IwConfig.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439895/+files/IwConfig.txt
2020-12-01 06:11:46 Kai-Chuan Hsieh attachment added Lspci.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439896/+files/Lspci.txt
2020-12-01 06:11:48 Kai-Chuan Hsieh attachment added Lsusb.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439897/+files/Lsusb.txt
2020-12-01 06:11:50 Kai-Chuan Hsieh attachment added ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439898/+files/ProcCpuinfo.txt
2020-12-01 06:11:53 Kai-Chuan Hsieh attachment added ProcCpuinfoMinimal.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439899/+files/ProcCpuinfoMinimal.txt
2020-12-01 06:11:56 Kai-Chuan Hsieh attachment added ProcEnviron.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439900/+files/ProcEnviron.txt
2020-12-01 06:11:59 Kai-Chuan Hsieh attachment added ProcInterrupts.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439901/+files/ProcInterrupts.txt
2020-12-01 06:12:01 Kai-Chuan Hsieh attachment added ProcModules.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439902/+files/ProcModules.txt
2020-12-01 06:12:04 Kai-Chuan Hsieh attachment added PulseList.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439903/+files/PulseList.txt
2020-12-01 06:12:06 Kai-Chuan Hsieh attachment added RfKill.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439904/+files/RfKill.txt
2020-12-01 06:12:09 Kai-Chuan Hsieh attachment added UdevDb.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439905/+files/UdevDb.txt
2020-12-01 06:12:12 Kai-Chuan Hsieh attachment added WifiSyslog.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439906/+files/WifiSyslog.txt
2020-12-01 06:12:16 Kai-Chuan Hsieh attachment added XorgLog.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439907/+files/XorgLog.txt
2020-12-01 06:12:18 Kai-Chuan Hsieh attachment added XorgLogOld.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439908/+files/XorgLogOld.txt
2020-12-01 06:12:22 Kai-Chuan Hsieh attachment added Xrandr.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439909/+files/Xrandr.txt
2020-12-01 06:12:25 Kai-Chuan Hsieh attachment added xdpyinfo.txt https://bugs.launchpad.net/bugs/1906341/+attachment/5439910/+files/xdpyinfo.txt
2020-12-01 06:12:38 Daniel van Vugt libevdev (Ubuntu): assignee Kai-Chuan Hsieh (kchsieh)
2020-12-01 06:12:47 Daniel van Vugt libinput (Ubuntu): assignee Kai-Chuan Hsieh (kchsieh)
2020-12-01 06:12:52 Daniel van Vugt libevdev (Ubuntu): status New In Progress
2020-12-01 06:12:56 Daniel van Vugt libinput (Ubuntu): status New In Progress
2020-12-01 06:13:31 Daniel van Vugt bug added subscriber Daniel van Vugt
2020-12-01 06:13:48 Daniel van Vugt linux (Ubuntu): status Incomplete New
2020-12-01 06:30:16 Ubuntu Kernel Bot linux (Ubuntu): status New Confirmed
2020-12-01 08:29:13 Kai-Chuan Hsieh attachment added libevdev-focal.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439948/+files/libevdev-focal.debdiff
2020-12-01 08:30:06 Kai-Chuan Hsieh attachment added libinput-focal.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439949/+files/libinput-focal.debdiff
2020-12-01 08:30:19 Ubuntu Foundations Team Bug Bot tags apport-collected bionic focal oem-priority originate-from-1905819 timbuktu ubuntu apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu
2020-12-01 08:30:30 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2020-12-01 09:50:43 Kai-Chuan Hsieh attachment added libevdev-groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439966/+files/libevdev-groovy.debdiff
2020-12-01 09:51:28 Kai-Chuan Hsieh attachment added libinput-groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439967/+files/libinput-groovy.debdiff
2020-12-01 09:59:25 Kai-Chuan Hsieh description [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831  * A workable build for Bionic is in my ppa    https://launchpad.net/~kchsieh/+archive/ubuntu/training --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.16 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: u 1646 F.... pulseaudio BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CompositorRunning: None CurrentDesktop: ubuntu:GNOME DistUpgraded: Fresh install DistroCodename: bionic DistroRelease: Ubuntu 18.04 DistroVariant: ubuntu GraphicsCard: Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller]) Subsystem: Dell Device [1028:09c3] InstallationDate: Installed on 2020-12-01 (0 days ago) InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1) MachineType: Dell Inc. Precision 7550 Package: linux (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=2964a5af-ac17-45ee-a009-41879da14e1b ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 RelatedPackageVersions: linux-restricted-modules-5.4.0-42-generic N/A linux-backports-modules-5.4.0-42-generic N/A linux-firmware 1.173.19 Tags: bionic ubuntu Uname: Linux 5.4.0-42-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/01/2020 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.4.0 dmi.board.vendor: Dell Inc. dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd09/01/2020:svnDellInc.:pnPrecision7550:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr: dmi.product.family: Precision dmi.product.name: Precision 7550 dmi.product.sku: 09C3 dmi.sys.vendor: Dell Inc. version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2~18.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831  * A workable build for Bionic/Focal/Groovy are in my ppa    https://launchpad.net/~kchsieh/+archive/ubuntu/training --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.16 Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND  /dev/snd/controlC0: u 1646 F.... pulseaudio BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CompositorRunning: None CurrentDesktop: ubuntu:GNOME DistUpgraded: Fresh install DistroCodename: bionic DistroRelease: Ubuntu 18.04 DistroVariant: ubuntu GraphicsCard:  Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller])    Subsystem: Dell Device [1028:09c3] InstallationDate: Installed on 2020-12-01 (0 days ago) InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1) MachineType: Dell Inc. Precision 7550 Package: linux (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=2964a5af-ac17-45ee-a009-41879da14e1b ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 RelatedPackageVersions:  linux-restricted-modules-5.4.0-42-generic N/A  linux-backports-modules-5.4.0-42-generic N/A  linux-firmware 1.173.19 Tags: bionic ubuntu Uname: Linux 5.4.0-42-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/01/2020 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.4.0 dmi.board.vendor: Dell Inc. dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd09/01/2020:svnDellInc.:pnPrecision7550:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr: dmi.product.family: Precision dmi.product.name: Precision 7550 dmi.product.sku: 09C3 dmi.sys.vendor: Dell Inc. version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2~18.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
2020-12-01 12:40:15 Sebastien Bacher libevdev (Ubuntu): status In Progress Fix Released
2020-12-01 14:53:46 Kai-Chuan Hsieh attachment removed libevdev.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439889/+files/libevdev.debdiff
2020-12-01 14:54:01 Kai-Chuan Hsieh attachment removed libevdev-focal.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439948/+files/libevdev-focal.debdiff
2020-12-01 14:54:24 Kai-Chuan Hsieh attachment removed libevdev-groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439966/+files/libevdev-groovy.debdiff
2020-12-01 14:59:14 Kai-Chuan Hsieh attachment added libevdev-bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440022/+files/libevdev-bionic.debdiff
2020-12-01 15:01:27 Kai-Chuan Hsieh attachment added libevdev-focal.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440023/+files/libevdev-focal.debdiff
2020-12-01 15:03:22 Kai-Chuan Hsieh attachment added libevdev-groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440024/+files/libevdev-groovy.debdiff
2020-12-02 05:54:33 Kai-Chuan Hsieh attachment removed libinput.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439888/+files/libinput.debdiff
2020-12-02 05:54:46 Kai-Chuan Hsieh attachment removed libinput-focal.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439949/+files/libinput-focal.debdiff
2020-12-02 05:55:06 Kai-Chuan Hsieh attachment removed libinput-groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439967/+files/libinput-groovy.debdiff
2020-12-02 05:56:49 Kai-Chuan Hsieh attachment added libinput-bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440249/+files/libinput-bionic.debdiff
2020-12-02 05:57:10 Kai-Chuan Hsieh attachment added libinput-focal.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440250/+files/libinput-focal.debdiff
2020-12-02 05:58:22 Kai-Chuan Hsieh attachment added libinput-groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440251/+files/libinput-groovy.debdiff
2020-12-02 13:55:32 Kai-Chuan Hsieh attachment added control https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440327/+files/control
2020-12-02 15:27:42 Kai-Chuan Hsieh description [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831  * A workable build for Bionic/Focal/Groovy are in my ppa    https://launchpad.net/~kchsieh/+archive/ubuntu/training --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.16 Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND  /dev/snd/controlC0: u 1646 F.... pulseaudio BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CompositorRunning: None CurrentDesktop: ubuntu:GNOME DistUpgraded: Fresh install DistroCodename: bionic DistroRelease: Ubuntu 18.04 DistroVariant: ubuntu GraphicsCard:  Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller])    Subsystem: Dell Device [1028:09c3] InstallationDate: Installed on 2020-12-01 (0 days ago) InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1) MachineType: Dell Inc. Precision 7550 Package: linux (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=2964a5af-ac17-45ee-a009-41879da14e1b ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 RelatedPackageVersions:  linux-restricted-modules-5.4.0-42-generic N/A  linux-backports-modules-5.4.0-42-generic N/A  linux-firmware 1.173.19 Tags: bionic ubuntu Uname: Linux 5.4.0-42-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/01/2020 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.4.0 dmi.board.vendor: Dell Inc. dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd09/01/2020:svnDellInc.:pnPrecision7550:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr: dmi.product.family: Precision dmi.product.name: Precision 7550 dmi.product.sku: 09C3 dmi.sys.vendor: Dell Inc. version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2~18.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A [Impact]  * The touchpad's right button become no function after update to 5.4 kernel  * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad, the root cause is that the touchpad firmware doesn't config correctly.  * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case]  * 1. Boot into Ubuntu    2. Identify touchpad input device number,       can be obtained in $HOME/.local/share/xorg/Xorg.0.log    3. $ udevadm info /sys/class/input/inputX       check PROP environment variable,       it is 5 if INPUT_PROP_BUTTONPAD property is set    4. And the touchpad right button become no function    5. After update the libevdev with disable_property       API and libinput10 with model quirk    6. reboot    7. The input device PROP is still 5,       but touchpad right button is workable [Where problems could occur]  * For libevdev2 package, backport the upstream commit:    https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809    The API is not originally exist in the system,    so it will only be utilized by our model quirk.  * For libinput, add model quirk for the platform to disable    INPUT_PROP_BUTTONPAD bit.    Only disable the INPUT_PROP_BUTTONPAD for specified model,    and it doesn't issue any    IO command to kernel, so the behavior should be the same    as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info]  * A public bug is reported    https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831  * A workable build for Bionic/Focal/Groovy are in my ppa    https://launchpad.net/~kchsieh/+archive/ubuntu/training --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.16 Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND  /dev/snd/controlC0: u 1646 F.... pulseaudio BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CompositorRunning: None CurrentDesktop: ubuntu:GNOME DistUpgraded: Fresh install DistroCodename: bionic DistroRelease: Ubuntu 18.04 DistroVariant: ubuntu GraphicsCard:  Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller])    Subsystem: Dell Device [1028:09c3] InstallationDate: Installed on 2020-12-01 (0 days ago) InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1) MachineType: Dell Inc. Precision 7550 Package: linux (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=2964a5af-ac17-45ee-a009-41879da14e1b ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 RelatedPackageVersions:  linux-restricted-modules-5.4.0-42-generic N/A  linux-backports-modules-5.4.0-42-generic N/A  linux-firmware 1.173.19 Tags: bionic ubuntu Uname: Linux 5.4.0-42-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/01/2020 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.4.0 dmi.board.vendor: Dell Inc. dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd09/01/2020:svnDellInc.:pnPrecision7550:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr: dmi.product.family: Precision dmi.product.name: Precision 7550 dmi.product.sku: 09C3 dmi.sys.vendor: Dell Inc. version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2~18.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
2020-12-03 15:46:54 Sebastien Bacher libinput (Ubuntu): status In Progress Fix Committed
2020-12-03 22:56:02 Launchpad Janitor libinput (Ubuntu): status Fix Committed Fix Released
2020-12-04 12:18:24 Timo Aaltonen libevdev (Ubuntu Groovy): status New Fix Committed
2020-12-04 12:18:27 Timo Aaltonen bug added subscriber Ubuntu Stable Release Updates Team
2020-12-04 12:18:30 Timo Aaltonen bug added subscriber SRU Verification
2020-12-04 12:18:36 Timo Aaltonen tags apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-needed verification-needed-groovy
2020-12-04 12:20:53 Timo Aaltonen libevdev (Ubuntu Focal): status New Fix Committed
2020-12-04 12:21:00 Timo Aaltonen tags apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-needed verification-needed-groovy apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-needed verification-needed-focal verification-needed-groovy
2020-12-04 14:22:16 Timo Aaltonen libevdev (Ubuntu Bionic): status New Fix Committed
2020-12-04 14:22:23 Timo Aaltonen tags apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-needed verification-needed-focal verification-needed-groovy apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-needed verification-needed-bionic verification-needed-focal verification-needed-groovy
2020-12-04 14:46:30 Timo Aaltonen libinput (Ubuntu Groovy): status New Fix Committed
2020-12-04 14:54:02 Timo Aaltonen libinput (Ubuntu Focal): status New Fix Committed
2020-12-07 02:49:42 Kai-Chuan Hsieh attachment removed libinput-bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440249/+files/libinput-bionic.debdiff
2020-12-07 02:50:58 Kai-Chuan Hsieh attachment added libinput-bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5441544/+files/libinput-bionic.debdiff
2020-12-07 02:58:37 Kai-Chuan Hsieh tags apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-needed verification-needed-bionic verification-needed-focal verification-needed-groovy apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-done-focal verification-needed verification-needed-bionic verification-needed-groovy
2020-12-07 03:21:40 Kai-Chuan Hsieh tags apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-done-focal verification-needed verification-needed-bionic verification-needed-groovy apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-done-focal verification-done-groovy verification-needed verification-needed-bionic
2020-12-08 07:49:53 Kai-Chuan Hsieh tags apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-done-focal verification-done-groovy verification-needed verification-needed-bionic apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-done verification-done-bionic verification-done-focal verification-done-groovy
2020-12-11 04:26:04 Mathew Hodson tags apport-collected bionic focal oem-priority originate-from-1905819 patch timbuktu ubuntu verification-done verification-done-bionic verification-done-focal verification-done-groovy apport-collected bionic focal oem-priority originate-from-1905819 patch patch-accepted-upstream timbuktu ubuntu verification-done verification-done-bionic verification-done-focal verification-done-groovy
2020-12-11 04:26:50 Mathew Hodson bug task deleted linux (Ubuntu)
2020-12-11 04:29:04 Mathew Hodson bug task deleted libevdev (Ubuntu Bionic)
2020-12-11 04:29:22 Mathew Hodson nominated for series Ubuntu Bionic
2020-12-11 04:29:22 Mathew Hodson bug task added libevdev (Ubuntu Bionic)
2020-12-11 04:29:22 Mathew Hodson bug task added libinput (Ubuntu Bionic)
2020-12-11 04:29:31 Mathew Hodson libevdev (Ubuntu Bionic): status New Fix Committed
2020-12-11 04:29:40 Mathew Hodson libinput (Ubuntu Bionic): status New Fix Committed
2020-12-11 04:29:47 Mathew Hodson libevdev (Ubuntu): importance Undecided High
2020-12-11 04:29:50 Mathew Hodson libevdev (Ubuntu Bionic): importance Undecided High
2020-12-11 04:29:53 Mathew Hodson libevdev (Ubuntu Focal): importance Undecided High
2020-12-11 04:29:55 Mathew Hodson libevdev (Ubuntu Groovy): importance Undecided High
2020-12-11 04:29:57 Mathew Hodson libinput (Ubuntu): importance Undecided High
2020-12-11 04:30:00 Mathew Hodson libinput (Ubuntu Bionic): importance Undecided High
2020-12-11 04:30:02 Mathew Hodson libinput (Ubuntu Focal): importance Undecided High
2020-12-11 04:30:04 Mathew Hodson libinput (Ubuntu Groovy): importance Undecided High
2020-12-11 04:30:49 Mathew Hodson bug added subscriber Mathew Hodson
2020-12-14 18:30:38 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2020-12-14 18:30:43 Launchpad Janitor libevdev (Ubuntu Groovy): status Fix Committed Fix Released
2020-12-14 18:30:48 Launchpad Janitor libinput (Ubuntu Groovy): status Fix Committed Fix Released
2020-12-14 18:50:00 Launchpad Janitor libevdev (Ubuntu Focal): status Fix Committed Fix Released
2020-12-14 18:56:48 Launchpad Janitor libevdev (Ubuntu Bionic): status Fix Committed Fix Released
2020-12-14 19:00:16 Launchpad Janitor libinput (Ubuntu Focal): status Fix Committed Fix Released
2020-12-14 19:38:16 Mathew Hodson removed subscriber Mathew Hodson
2020-12-14 19:40:36 Mathew Hodson libinput (Ubuntu Bionic): status Fix Committed Fix Released
2020-12-15 06:42:58 Kai-Chuan Hsieh oem-priority: status New Fix Released