You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1022 B
35 lines
1022 B
2 days ago
|
From 2373bed279b8f524103587030f3208a786ff4b2c Mon Sep 17 00:00:00 2001
|
||
|
From: taniishkaaa <109246904+taniishkaaa@users.noreply.github.com>
|
||
|
Date: Sun, 26 Mar 2023 20:22:31 +0530
|
||
|
Subject: [PATCH] hwdb: Fixed thumb buttons reversed on CHERRY MW 2310 (#26992)
|
||
|
|
||
|
Fixes #12914.
|
||
|
|
||
|
(cherry picked from commit f33c1c49a5b29e530cdc134669fe978337356528)
|
||
|
|
||
|
Related: RHEL-5950
|
||
|
---
|
||
|
hwdb.d/70-mouse.hwdb | 9 +++++++++
|
||
|
1 file changed, 9 insertions(+)
|
||
|
|
||
|
diff --git a/hwdb.d/70-mouse.hwdb b/hwdb.d/70-mouse.hwdb
|
||
|
index 463f0ad30b..e0a94541e4 100644
|
||
|
--- a/hwdb.d/70-mouse.hwdb
|
||
|
+++ b/hwdb.d/70-mouse.hwdb
|
||
|
@@ -153,6 +153,15 @@ mouse:*:name:*TrackBall*:*
|
||
|
mouse:bluetooth:v05acp030d:name:*:*
|
||
|
MOUSE_DPI=1300@1000
|
||
|
|
||
|
+##########################################
|
||
|
+# Cherry
|
||
|
+##########################################
|
||
|
+
|
||
|
+# Cherry MW 2310
|
||
|
+mouse:usb:v1A81p1701:name:G-Tech Wireless Dongle Mouse:*
|
||
|
+ KEYBOARD_KEY_90005=back
|
||
|
+ KEYBOARD_KEY_90004=forward
|
||
|
+
|
||
|
##########################################
|
||
|
# Chicony
|
||
|
##########################################
|