diff options
author | Martin Pitt <martinpitt@gnome.org> | 2013-09-02 07:36:34 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2013-09-02 07:37:06 +0200 |
commit | 78f66c2151813166549e5482a3dccffe4f890b44 (patch) | |
tree | 75761c5e9606d06cca800bd55cacfb3709e2975c /hwdb | |
parent | 31c885e9ae53f4b88a36452c4ca10643fdd0fd06 (diff) |
keymap: Fix typo in Latitude/Precision rules
We actually want to match the product name, "pn:" makes no sense.
Diffstat (limited to 'hwdb')
-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 |