diff options
author | Martin Pitt <martinpitt@gnome.org> | 2013-09-02 07:36:34 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-09-10 05:12:13 -0400 |
commit | 1f561b6e9eac9d6be50ed9b33f8e7d5b059dfc21 (patch) | |
tree | d9f019ae8b6cc4fca7de7a676f713848158eee88 | |
parent | 14e48f96d0bb15347509f2dc357e9d43244f8964 (diff) |
keymap: Fix typo in Latitude/Precision rules
We actually want to match the product name, "pn:" makes no sense.
-rw-r--r-- | hwdb/60-keyboard.hwdb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index 288d0c8abd..abeb03df8d 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 |