commit | 87fd6318a6c381ba1e10a4f56907d11ae4a987b9 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Dec 28 01:25:11 2005 -0500 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Dec 28 01:25:11 2005 -0500 |
tree | 84585314facc63e6320d34a70b65983b59b66761 | |
parent | 8ea3694fcb7e5471cf84313a10e012b48e33c892 [diff] |
Input: i8042 - convert to the new platform device interface Do not use platform_device_register_simple() as it is going away, implement ->probe() and ->remove() functions so manual binding and unbinding will work with this driver. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>