diff options
author | Pali Rohar <pali.rohar@gmail.com> | 2013-06-02 11:23:20 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-02 11:23:20 -0400 |
commit | c4b8f8a920cf254ebaf5c4442462ab5192d2c48a (patch) | |
tree | 0cb992e1f395b3395d4a1b58da32bdbfd021d859 /rules | |
parent | 6734988f4e197d6ae7715c87e2a46a1d663ff1c9 (diff) |
keymap: Add HP EliteBook 8460p
Taken from
https://code.launchpad.net/~pali/ubuntu/raring/udev/hp-elitebook-8460p/+merge/157420
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules')
-rw-r--r-- | rules/95-keymap.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/95-keymap.rules b/rules/95-keymap.rules index a48e19fc68..30a77c888b 100644 --- a/rules/95-keymap.rules +++ b/rules/95-keymap.rules @@ -104,6 +104,7 @@ ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="Presario 2100*" ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HP G62 Notebook PC", RUN+="keymap $name 0xB2 www" ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HP ProBook*", RUN+="keymap $name 0xF8 rfkill 0xB2 www" ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HP EliteBook 8440p", RUN+="keymap $name hewlett-packard_elitebook-8440p" +ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HP EliteBook 8446p", RUN+="keymap $name hewlett-packard_elitebook-8460p" ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HDX9494NR", RUN+="keymap $name hewlett-packard-hdx9494nr" # HP Pavillion dv6315ea has empty DMI_VENDOR # quick play |