Input: hilkbd - fix crash when removing hilkbd module
authorHelge Deller <deller@gmx.de>
Thu, 5 Mar 2009 07:27:15 +0000 (23:27 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 8 Mar 2009 23:35:45 +0000 (16:35 -0700)
commitb0ecc7309443dbcf1a0ce2d93f39f5d92c124d42
treede6767f1d01117e29d1c3783f3269afb8c30fa46
parentadcb523eb39e0dd2f712d8dbd8e18b5d36a97825
Input: hilkbd - fix crash when removing hilkbd module

On parisc machines, which don't have HIL, removing the hilkbd module
panics the kernel. Fix this by adding proper implementations for the
probe and remove functions to the parisc_driver structure.

A few functions were renamed to clean up the code and make it easier
readable.

Disable the MODULE_DEVICE_TABLE() macro on parisc since the kernel
module autoloader should instead prefer the hp_sdc driver which takes
care of full HIL support, including HIL mouse and HIL tablets.

[dtor@mail.ru: fix some section markups]
Signed-off-by: Helge Deller <deller@gmx.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/hilkbd.c