commit | 5c1e9a6a6ab2f4c60462cecb7773860a62d86e39 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor_core@ameritech.net> | Thu Sep 15 02:01:55 2005 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 09:52:54 2005 -0700 |
tree | c195b9268e80d9e533386f7160abbc3531662f71 | |
parent | 051b2feaa4a92592d160dcb8715cc4a5faaaa52f [diff] |
[PATCH] Input: export input_dev data via sysfs attributes Input: export various input device attributes via sysfs The following structure is exported: input0/ |-- name |-- phys |-- uniq |-- id/{bustype|vendor|product|version} `-- capabilities/{ev|abs|rel|key|led|msc|ff|sw} Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>