diff options
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | 2009-08-28 14:56:36 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-28 21:21:11 +0200 |
commit | f2a9d5e8a649c606f520b7a7b9f4f46fba79c327 (patch) | |
tree | 5e7e64548abc259ce49f0a996478d8a869308aa8 /drivers/zorro | |
parent | eeepc-laptop: fix ordering of init and exit functions (diff) | |
download | linux-f2a9d5e8a649c606f520b7a7b9f4f46fba79c327.tar.xz linux-f2a9d5e8a649c606f520b7a7b9f4f46fba79c327.zip |
eeepc-laptop: make input device a child of the platform device
Sysfs showed the ehotk input device as a "virtual" device - lies!
The input device is provided by a physical device, the eeepc platform.
This requires that we move the creation of the input device to come
after platform device is created. Input initialization is moved from
ehotk_check() [sic] to a new function called eeepc_input_init(). This
brings the input device into line with the other eeepc-laptop devices.
Also, refuse to load if we fail to register the input device.
Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/zorro')
0 files changed, 0 insertions, 0 deletions