[systemd-commits] hwdb/60-keyboard.hwdb
Martin Pitt
martin at kemper.freedesktop.org
Sun Sep 1 22:37:15 PDT 2013
hwdb/60-keyboard.hwdb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 78f66c2151813166549e5482a3dccffe4f890b44
Author: Martin Pitt <martinpitt at gnome.org>
Date: Mon Sep 2 07:36:34 2013 +0200
keymap: Fix typo in Latitude/Precision rules
We actually want to match the product name, "pn:" makes no sense.
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb
index 288d0c8..abeb03d 100644
--- a/hwdb/60-keyboard.hwdb
+++ b/hwdb/60-keyboard.hwdb
@@ -243,8 +243,8 @@ keyboard:dmi:bvn*:bvr*:bd*:svnDell*:pnStudio*155[78]:pvr*
KEYBOARD_KEY_b0=! # volume up
# Dell Touchpad
-keyboard:dmi:bvn*:bvr*:bd*:svnDell*:pn:*Latitude*:pvr*
-keyboard:dmi:bvn*:bvr*:bd*:svnDell*:pn:*Precision*:pvr*
+keyboard:dmi:bvn*:bvr*:bd*:svnDell*:pnLatitude*:pvr*
+keyboard:dmi:bvn*:bvr*:bd*:svnDell*:pnPrecision*:pvr*
KEYBOARD_KEY_9e=!f21
# Dell XPS
More information about the systemd-commits
mailing list