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.
27 lines
858 B
27 lines
858 B
From cf56e7ae888a0d5a1384b5a22398aa3e32c65b73 Mon Sep 17 00:00:00 2001 |
|
From: Seth Falco <seth@falco.fun> |
|
Date: Thu, 27 Jan 2022 21:08:30 +0000 |
|
Subject: [PATCH] hwdb: treat logitech craft keyboard as a keyboard |
|
|
|
(cherry picked from commit 7f74f7a916b8c2bd6e82b873334731427ba8cb80) |
|
|
|
Related: #2087778 |
|
--- |
|
hwdb.d/60-input-id.hwdb | 4 ++++ |
|
1 file changed, 4 insertions(+) |
|
|
|
diff --git a/hwdb.d/60-input-id.hwdb b/hwdb.d/60-input-id.hwdb |
|
index f7b61fb980..2d5681dea6 100644 |
|
--- a/hwdb.d/60-input-id.hwdb |
|
+++ b/hwdb.d/60-input-id.hwdb |
|
@@ -72,6 +72,10 @@ id-input:modalias:input:b0005v046DpB00De0700* |
|
id-input:modalias:input:b0003v046Dp408Ae0111* |
|
ID_INPUT_MOUSE=0 |
|
|
|
+# Logitech Craft Keyboard |
|
+id-input:modalias:input:b0003v046Dp4066e0111* |
|
+ ID_INPUT_MOUSE=0 |
|
+ |
|
# CH Products Pro Pedals |
|
id-input:modalias:input:b0003v068Ep00F2e0100* |
|
ID_INPUT_ACCELEROMETER=0
|
|
|