mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-28 19:00:17 +01:00
quirks: add a note to not quirk the Bolt Receiver
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 <jose.exposito89@gmail.com>
This commit is contained in:
parent
1843a2dd0f
commit
74a94be8ed
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue