summaryrefslogtreecommitdiffstats
path: root/keymap/95-keymap.rules
Commit message (Collapse)AuthorAgeFilesLines
* keymap: Add Samsung R560Martin Pitt2009-06-021-1/+1
| | | | | Reported on hal ML as hal-info patch by Francis Russell <francis@unchartedbackwaters.co.uk>.
* keymap: ensure module rules match on the input deviceMartin Pitt2009-05-251-4/+4
| | | | | | Add a KERNEL=="input*" check to the input module matches, to ensure that the ATTRS{name} check is really done against the input device, not to any random name attached to a subdevice. Thanks to Kay Sievers!
* keymap: more efficient udev rulesMartin Pitt2009-05-241-41/+43
| | | | | | | | Read [dmi/id]sys_vendor just once into a variable and only use the variable in all the rules. Short-circuit rules file if vendor is empty. Also fix the ThinkPad/Asus Extra Buttons rules to check parent's name as well, for more robustness.
* keymap: fix selection of event devicesMartin Pitt2009-05-231-2/+3
| | | | | | | Using DEVNAME=="..." is invalid, we mean KERNEL=="..." here. Instead of adding this to individual rules, short-circuit the entire keymap rules file for non-event devices.
* keymap: fix Sony rulesMartin Pitt2009-05-191-2/+3
| | | | | | The name "Sony Vaio Keys" is attached to the parent input device (like "input5"), the evdev device which we actually want (input/event5) is a child of it. Update udev rules accordingly.
* keymap: add ThinkPad X200 TabletMartin Pitt2009-05-121-0/+1
| | | | | Reported in https://launchpad.net/bugs/356019 by Roger E Critchlow Jr <rec@elf.org>.
* keymap: fix wrong Sony map file nameMartin Pitt2009-05-111-2/+2
|
* keymap: Add HP TX2Martin Pitt2009-05-111-0/+1
| | | | | Add keymap for HP TX2, as reported on the hal ML by Stephen Sugden <glurgle@gmail.com>. Translated from hal-info patch.
* keymap: Add Samsung P560Martin Pitt2009-05-111-1/+1
| | | | As reported on hal ML.
* keymap: Add misc rules (from hal-info)Martin Pitt2009-05-091-0/+28
| | | | Converted from 30-keymap-misc.fdi from hal-info 2009-05-08.
* keymap: Add Sony Vaio rules (from hal-info)Martin Pitt2009-05-091-0/+4
| | | | Converted from 30-keymap-module-sony-laptop.fdi from hal-info 2009-05-07.
* keymap: Add Asus rules (from hal-info)Martin Pitt2009-05-091-0/+1
| | | | Converted from 30-keymap-module-asus-laptop.fdi from hal-info 2009-05-07.
* keymap: Add "ThinkPad Extra Buttons" module rules (from hal-info)Martin Pitt2009-05-091-0/+13
| | | | Converted from 30-keymap-module-thinkpad-acpi.fdi from hal-info 2009-05-07.
* keymap: Add Acer rules (from hal-info)Martin Pitt2009-05-091-0/+6
| | | | Converted from 30-keymap-acer.fdi from hal-info 2009-05-07.
* keymap: Add HP rules (from hal-info)Martin Pitt2009-05-091-0/+7
| | | | Converted from 30-keymap-hp.fdi from hal-info 2009-05-07.
* keymap: Add Lenovo rules (from hal-info)Martin Pitt2009-05-091-0/+3
| | | | Converted from 30-keymap-lenovo.fdi from hal-info 2009-05-07.
* keymap: Add Compaq rules (from hal-info)Martin Pitt2009-05-091-0/+1
| | | | Converted from 30-keymap-compaq.fdi from hal-info 2009-05-07.
* keymap: Add Dell rules (from hal-info)Martin Pitt2009-05-091-0/+10
Converted from 30-keymap-dell.fdi from hal-info 2009-05-07. The "Latitude XT" product case was merged into the general dell map, since there were no overlaps. The "Dell USB Keyboard Hub" was not converted yet.