]> git.baikalelectronics.ru Git - kernel.git/commit
Input: i8042 - convert to the new platform device interface
authorDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:11 +0000 (01:25 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Wed, 28 Dec 2005 06:25:11 +0000 (01:25 -0500)
commit70f0a66cc9f55d629a002d217883a2a23dffbaef
tree84585314facc63e6320d34a70b65983b59b66761
parent55964dde197f4b86a88f8c6c4d9f15d40ae627ea
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>
drivers/input/serio/i8042.c