33 lines
1010 B
Diff
33 lines
1010 B
Diff
From deb601b7d78914c1d821799f33111285d370006d Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad@redhat.com>
|
|
Date: Sat, 1 Mar 2025 13:16:24 +0100
|
|
Subject: [PATCH] hwdb: add Code Mercenaries Hard- und Software GmbH Virtual RC
|
|
USB
|
|
|
|
It's official VRC USB dongle. Make it work in SDL apps, wine,
|
|
Steam, ... and fix the erratic mouse events when the dongle is in use.
|
|
|
|
(cherry picked from commit d8af5c262cac79e5866b7d5c45cf7a78c755b2cd)
|
|
|
|
Resolves: RHEL-72697
|
|
---
|
|
hwdb.d/60-input-id.hwdb | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/hwdb.d/60-input-id.hwdb b/hwdb.d/60-input-id.hwdb
|
|
index c4c5be112d..823d856c31 100644
|
|
--- a/hwdb.d/60-input-id.hwdb
|
|
+++ b/hwdb.d/60-input-id.hwdb
|
|
@@ -51,6 +51,11 @@
|
|
|
|
# Sort by brand, model
|
|
|
|
+# Code Mercenaries Hard- und Software GmbH Virtual RC USB
|
|
+id-input:modalias:input:b0003v07C0p1125*
|
|
+ ID_INPUT_MOUSE=
|
|
+ ID_INPUT_JOYSTICK=1
|
|
+
|
|
# GOLD WARRIOR SIM PhoenixRC 10411R
|
|
id-input:modalias:input:b0003v1781p0898*
|
|
ID_INPUT_ACCELEROMETER=
|