mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 18:08:09 +02:00
quirks: revert Nulea USB quirk due to ID conflict
(cherry picked from commit 195c39b21a)
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1326>
This commit is contained in:
parent
300f36f5ec
commit
38cd547ce4
1 changed files with 3 additions and 6 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
# Nulea M501 does not name itself as a "Trackball"
|
# Nulea M501 does not name itself as a "Trackball"
|
||||||
[Nulea Wireless Trackball]
|
# In USB mode, it shares a generic dongle and name with other non-trackball
|
||||||
MatchBus=usb
|
# mice. As such, trackball quirks are enabled only for bluetooth modes.
|
||||||
MatchVendor=0x25A7
|
|
||||||
MatchProduct=0xFA61
|
|
||||||
ModelTrackball=1
|
|
||||||
|
|
||||||
[Nulea Bluetooth Trackball]
|
[Nulea M501 Bluetooth Trackball]
|
||||||
MatchBus=bluetooth
|
MatchBus=bluetooth
|
||||||
MatchVendor=0x000E
|
MatchVendor=0x000E
|
||||||
MatchProduct=0x3412
|
MatchProduct=0x3412
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue