From 74a94be8ed0c26ed509cccfe4c280a7e48b8de6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Sun, 19 Mar 2023 12:34:08 +0100 Subject: quirks: add a note to not quirk the Bolt Receiver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Logitech Bolt Receiver can be used with multiple mice, but the kernel exposes the same product ID for all of them. Adding a quirk for the device trying to fix a specific mouse would break other mice. Since we avoided this problem during code review a couple of times [1] [2] add a warning to avoid it in the future. [1] https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/867#note_1759931 [2] https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/847#note_1725364 Signed-off-by: José Expósito --- quirks/30-vendor-logitech.quirks | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quirks/30-vendor-logitech.quirks b/quirks/30-vendor-logitech.quirks index a6da09ab..15397ac0 100644 --- a/quirks/30-vendor-logitech.quirks +++ b/quirks/30-vendor-logitech.quirks @@ -104,3 +104,8 @@ ModelInvertHorizontalScrolling=1 MatchVendor=0x46D MatchProduct=0xB028 ModelInvertHorizontalScrolling=1 + +# Don't add quirks for the Logitech Bolt Receiver: +# MatchVendor=0x046D +# MatchProduct=0xC548 +# This receiver can be used with multiple mice. -- cgit v1.2.1