1. 10 1月, 2010 1 次提交
  2. 07 1月, 2009 1 次提交
    • J
      Input: apanel - convert to new i2c binding · 1561bfe5
      Jean Delvare 提交于
      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: NJean Delvare <khali@linux-fr.org>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      1561bfe5
  3. 27 5月, 2008 1 次提交
  4. 21 1月, 2008 1 次提交
    • S
      Input: add driver for Fujitsu application buttons · 52fe0cdb
      Stephen Hemminger 提交于
      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: NStephen Hemminger <shemminger@linux-foundation.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      52fe0cdb