History log of /drivers/input/misc/apanel.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ce7b39a181571ed5a87f3ca62d4cffe4835c6ae9 10-Jan-2010 Márton Németh <nm127@freemail.hu> Input: make i2c device ids constant

The id_table field of the struct i2c_driver is defined as constant
in <linux/i2c.h> so it makes sense to mark the initialization data also
constant.

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/apanel.c
1561bfe59ca011d9a749dad4d96c2c22ebc86a4a 07-Jan-2009 Jean Delvare <khali@linux-fr.org> Input: apanel - convert to new i2c binding

Convert the apanel driver to the new i2c device driver binding model,
as the legacy model is going away soon. In the new model, the apanel
driver is no longer scanning all the i2c adapters, instead the
relevant bus driver (i2c-i801) is instantiating the device as needed.

One side benefit is that the apanel driver will now load automatically
on all systems where it is needed.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Stephen Hemminger <shemminger@linux-foundation.org>
/drivers/input/misc/apanel.c
87a54a28970fb6a91de3993120eccc01a0ece732 27-May-2008 Huang Weiyi <weiyi.huang@gmail.com> Input: apanel - remove duplicate include

Remove duplicate include file <linux/module.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/apanel.c
52fe0cdb090a344cad9d95461ad06239e0c28712 14-Dec-2007 Stephen Hemminger <shemminger@linux-foundation.org> Input: add driver for Fujitsu application buttons

This driver supports the application buttons on some Fujitsu Lifebook
laptops. It is based on the earlier apanel driver done by Jochen Eisenger,
but with many changes. The original driver used ioctl's and a separate
user space program (see http://apanel.sourceforge.net). This driver hooks
into the input subsystem so that the normal keys act as expected without a
daemon. In addition to buttons, the Mail Led is handled via LEDs class
device.

The driver now supports redefinable keymaps and no longer has to have a DMI
table for all Fujitsu laptops.

I thought about mixing this driver should be integrated into the Fujitsu
laptop extras driver that handles backlight, but rejected the idea because
it wasn't clear if all the Fujitsu laptops supported both.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/apanel.c