diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-11-30 18:38:43 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-11-30 18:38:43 +0100 |
commit | a6cf7734015dfc4479f4fdd4585d8953979fe0b0 (patch) | |
tree | cfea8e3acc45d4434c599db11abdebc0fd8c3358 /extras/input_id/.gitignore | |
parent | d6b5571c1237c0a8e49dfc148615309f9c1a6c5c (diff) |
extras: Add input_id
input_id probes input/event devices for their class (keyboard, keys, mouse,
touchpad, tablet, joystick). This is based on the corresponding hal code in
hald/linux/device.c, input_test_{abs,rel,...}.
This should provide enough functionality to get hal-less X.org working (which
in particular needs to know exactly which devices are touchpads).
Replace the brittle hacks in 60-persistent-input.rules with checking for the
new ID_INPUT_* flags. This keeps the old ID_CLASS properties for now (but they
are to be removed later on).
Note: The current code has several hacks still, which are to be replaced with
proper libudev calls later on.
Diffstat (limited to 'extras/input_id/.gitignore')
-rw-r--r-- | extras/input_id/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/input_id/.gitignore b/extras/input_id/.gitignore new file mode 100644 index 0000000000..4f33cba4ad --- /dev/null +++ b/extras/input_id/.gitignore @@ -0,0 +1 @@ +input_id |